diff --git a/docs/Download.html b/docs/Download.html index c7ac1751d7a..459ec6a18ea 100644 --- a/docs/Download.html +++ b/docs/Download.html @@ -80,9 +80,9 @@

Download R-Instat

In response to the recent review of R-Instat by Bob Muenchen we have released a new version of R-Instat, version 0.7.5, which includes some new features and initial improvements from the review. Many thanks to Bob for reviewing R-Instat.


-

R-Instat 0.7.5 Installer 32 Bit (.exe 734MB)

+

R-Instat 0.7.6 Installer 32 Bit (.exe 802MB)

If you know that you have a 64 bit computer, we suggest you download the 64 Bit version

- R-Instat 0.7.5 Installer 64 Bit (.exe 736MB) + R-Instat 0.7.6 Installer 64 Bit (.exe 802MB)

R-Instat is currently a Windows only application. However, it can be accessed on Mac or Linux through use of a Virtual Windows Machine.

Installation & Documentation

diff --git a/instat/clsInstatOptionsDefaults.vb b/instat/clsInstatOptionsDefaults.vb index 87e3ba81a1f..2550cec04f3 100644 --- a/instat/clsInstatOptionsDefaults.vb +++ b/instat/clsInstatOptionsDefaults.vb @@ -32,7 +32,7 @@ Public Class clsInstatOptionsDefaults Public Shared ReadOnly DEFAULTclrEditor As Color = Color.Black Public Shared ReadOnly DEFAULTiPreviewRows As Integer = 10 Public Shared ReadOnly DEFAULTiMaxRows As Integer = 1000 - Public Shared ReadOnly DEFAULTiMaxCols As Integer = 30 + Public Shared ReadOnly DEFAULTiMaxCols As Integer = 50 Public Shared ReadOnly DEFAULTstrComment As String = "Code generated by the dialog," Public Shared ReadOnly DEFAULTstrGraphDisplayOption As String = "view_output_window" Public Shared ReadOnly DEFAULTbChangeDataFrame As Boolean = False diff --git a/instat/clsRLink.vb b/instat/clsRLink.vb index 6f9ecb8c3f4..47cc3710ad3 100644 --- a/instat/clsRLink.vb +++ b/instat/clsRLink.vb @@ -359,13 +359,18 @@ Public Class RLink ' then assume command is not complete Dim cLastChar As Char = strTrimmedLine.Last Dim strLast3Chars As String = "" + Dim iNumOpenRound As Integer = strScriptCmd.Where(Function(c) c = "("c).Count + Dim iNumClosedRound As Integer = strScriptCmd.Where(Function(c) c = ")"c).Count Dim iNumOpenCurlies As Integer = strScriptCmd.Where(Function(c) c = "{"c).Count Dim iNumClosedCurlies As Integer = strScriptCmd.Where(Function(c) c = "}"c).Count Dim iNumDoubleQuotes As Integer = strScriptCmd.Where(Function(c) c = """"c).Count If strTrimmedLine.Length >= 3 Then strLast3Chars = strTrimmedLine.Substring(strTrimmedLine.Length - 3) End If - If cLastChar = "+" OrElse cLastChar = "," OrElse strLast3Chars = "%>%" OrElse iNumOpenCurlies <> iNumClosedCurlies OrElse iNumDoubleQuotes Mod 2 Then + If cLastChar = "+" OrElse cLastChar = "," OrElse strLast3Chars = "%>%" _ + OrElse iNumOpenRound <> iNumClosedRound _ + OrElse iNumOpenCurlies <> iNumClosedCurlies _ + OrElse iNumDoubleQuotes Mod 2 Then Continue For End If diff --git a/instat/dlgApsimx.Designer.vb b/instat/dlgApsimx.Designer.vb new file mode 100644 index 00000000000..b01e2a045df --- /dev/null +++ b/instat/dlgApsimx.Designer.vb @@ -0,0 +1,55 @@ + _ +Partial Class dlgApsimx + Inherits System.Windows.Forms.Form + + 'Form remplace la méthode Dispose pour nettoyer la liste des composants. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Requise par le Concepteur Windows Form + Private components As System.ComponentModel.IContainer + + 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form + 'Elle peut être modifiée à l'aide du Concepteur Windows Form. + 'Ne la modifiez pas à l'aide de l'éditeur de code. + _ + Private Sub InitializeComponent() + Me.ucrBase = New instat.ucrButtons() + Me.SuspendLayout() + ' + 'ucrBase + ' + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 255) + Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(408, 52) + Me.ucrBase.TabIndex = 1 + ' + 'dlgApsimx + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(433, 310) + Me.Controls.Add(Me.ucrBase) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "dlgApsimx" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Apsimx" + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + + Friend WithEvents ucrBase As ucrButtons +End Class diff --git a/instat/dlgPivotTable.resx b/instat/dlgApsimx.resx similarity index 96% rename from instat/dlgPivotTable.resx rename to instat/dlgApsimx.resx index e346a989bcc..1af7de150c9 100644 --- a/instat/dlgPivotTable.resx +++ b/instat/dlgApsimx.resx @@ -117,7 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - \ No newline at end of file diff --git a/instat/dlgApsimx.vb b/instat/dlgApsimx.vb new file mode 100644 index 00000000000..35a703db725 --- /dev/null +++ b/instat/dlgApsimx.vb @@ -0,0 +1,41 @@ +' R- Instat +' Copyright (C) 2015-2017 +' +' This program is free software: you can redistribute it and/or modify +' it under the terms of the GNU General Public License as published by +' the Free Software Foundation, either version 3 of the License, or +' (at your option) any later version. +' +' This program is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU General Public License for more details. +' +' You should have received a copy of the GNU General Public License +' along with this program. If not, see . + +Imports instat.Translations +Public Class dlgApsimx + Public bFirstLoad As Boolean = True + Private Sub dlgApsimx_Load(sender As Object, e As EventArgs) Handles MyBase.Load + If bFirstLoad Then + InitialiseDialog() + SetDefaults() + bFirstLoad = False + End If + TestOKEnabled() + autoTranslate(Me) + End Sub + + Private Sub InitialiseDialog() + ucrBase.iHelpTopicID = 479 + End Sub + + Private Sub TestOKEnabled() + + End Sub + + Private Sub SetDefaults() + TestOKEnabled() + End Sub +End Class \ No newline at end of file diff --git a/instat/dlgCalculator.vb b/instat/dlgCalculator.vb index 1ad5b822258..97e429f8834 100644 --- a/instat/dlgCalculator.vb +++ b/instat/dlgCalculator.vb @@ -89,7 +89,7 @@ Public Class dlgCalculator ucrCalc.ucrSaveResultInto.SetSaveTypeAsColumn() ucrCalc.ucrSaveResultInto.SetIsComboBox() ucrCalc.ucrSaveResultInto.SetCheckBoxText("Save Result") - ucrCalc.ucrSaveResultInto.SetAssignToIfUncheckedValue("calc") + ucrCalc.ucrSaveResultInto.SetAssignToIfUncheckedValue("last_calc") ucrCalc.ucrSaveResultInto.SetDataFrameSelector(ucrCalc.ucrSelectorForCalculations.ucrAvailableDataFrames) ucrCalc.ucrTryCalculator.StrvecOutputRequired() @@ -188,7 +188,7 @@ Public Class dlgCalculator Me.Width = iBasicWidth * 1.27 ucrBase.iHelpTopicID = 598 Case "Integer" - Me.Width = iBasicWidth * 1.18 + Me.Width = iBasicWidth * 1.37 Case Else Me.Width = iBasicWidth End Select diff --git a/instat/dlgClimaticDataEntry.vb b/instat/dlgClimaticDataEntry.vb index 7be9fe670dd..e706a3218ed 100644 --- a/instat/dlgClimaticDataEntry.vb +++ b/instat/dlgClimaticDataEntry.vb @@ -181,7 +181,7 @@ Public Class dlgClimaticDataEntry Private Sub TestOkEnabled() If Not ucrReceiverDate.IsEmpty AndAlso Not ucrReceiverElements.IsEmpty Then - ucrBase.OKEnabled(clsSaveDataEntryFunction.ContainsParameter("rows_changed")) + ucrBase.OKEnabled(clsSaveDataEntryFunction.ContainsParameter("rows_changed") OrElse clsCommentsListFunction.ContainsParameter("comment")) cmdEnterData.Enabled = True If Not ucrReceiverStation.IsEmpty AndAlso ucrInputSelectStation.IsEmpty Then cmdEnterData.Enabled = False diff --git a/instat/dlgConditionalQuantilePlot.Designer.vb b/instat/dlgConditionalQuantilePlot.Designer.vb index fb1b62737a5..ec2c54fcf27 100644 --- a/instat/dlgConditionalQuantilePlot.Designer.vb +++ b/instat/dlgConditionalQuantilePlot.Designer.vb @@ -23,19 +23,10 @@ Partial Class dlgConditionalQuantilePlot Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Me.ucrBase = New instat.ucrButtons() - Me.ucrConditionalQuantilePlotSelector = New instat.ucrSelectorByDataFrameAddRemove() - Me.ucrReceiverObservations = New instat.ucrReceiverSingle() Me.lblObservations = New System.Windows.Forms.Label() Me.lblPredictions = New System.Windows.Forms.Label() - Me.ucrReceiverPredictions = New instat.ucrReceiverSingle() Me.cmdPlotOptions = New System.Windows.Forms.Button() - Me.ucrNudBin = New instat.ucrNud() - Me.ucrSavePlot = New instat.ucrSave() Me.lblTypes = New System.Windows.Forms.Label() - Me.ucrReceiverMultipleFacet = New instat.ucrReceiverMultiple() - Me.ucrInputLegendPosition = New instat.ucrInputComboBox() - Me.ucrNudColumns = New instat.ucrNud() Me.ttConditionalQuatilePlot = New System.Windows.Forms.ToolTip(Me.components) Me.Label1 = New System.Windows.Forms.Label() Me.lblColNumber = New System.Windows.Forms.Label() @@ -43,52 +34,27 @@ Partial Class dlgConditionalQuantilePlot Me.lblColumns = New System.Windows.Forms.Label() Me.rdoQuantiles = New System.Windows.Forms.RadioButton() Me.rdoEvaluation = New System.Windows.Forms.RadioButton() - Me.ucrPnlOptions = New instat.UcrPanel() - Me.ucrReceiverMultiplePred = New instat.ucrReceiverMultiple() Me.lblType = New System.Windows.Forms.Label() - Me.ucrReceiverType = New instat.ucrReceiverSingle() - Me.ucrReceiverMultipleObs = New instat.ucrReceiverMultiple() Me.lblVarObserved = New System.Windows.Forms.Label() Me.lblStatistics = New System.Windows.Forms.Label() Me.lblVarPredicted = New System.Windows.Forms.Label() - Me.ucrReceiverStatistics = New instat.ucrReceiverSingle() Me.ucrNudMinNumPoints = New instat.ucrNud() + Me.ucrReceiverStatistics = New instat.ucrReceiverSingle() + Me.ucrReceiverMultipleObs = New instat.ucrReceiverMultiple() + Me.ucrReceiverType = New instat.ucrReceiverSingle() + Me.ucrReceiverMultiplePred = New instat.ucrReceiverMultiple() + Me.ucrPnlOptions = New instat.UcrPanel() + Me.ucrNudColumns = New instat.ucrNud() + Me.ucrInputLegendPosition = New instat.ucrInputComboBox() + Me.ucrReceiverMultipleFacet = New instat.ucrReceiverMultiple() + Me.ucrSavePlot = New instat.ucrSave() + Me.ucrNudBin = New instat.ucrNud() + Me.ucrReceiverPredictions = New instat.ucrReceiverSingle() + Me.ucrReceiverObservations = New instat.ucrReceiverSingle() + Me.ucrConditionalQuantilePlotSelector = New instat.ucrSelectorByDataFrameAddRemove() + Me.ucrBase = New instat.ucrButtons() Me.SuspendLayout() ' - 'ucrBase - ' - Me.ucrBase.AutoSize = True - Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrBase.Location = New System.Drawing.Point(7, 437) - Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) - Me.ucrBase.TabIndex = 0 - ' - 'ucrConditionalQuantilePlotSelector - ' - Me.ucrConditionalQuantilePlotSelector.AutoSize = True - Me.ucrConditionalQuantilePlotSelector.bDropUnusedFilterLevels = False - Me.ucrConditionalQuantilePlotSelector.bShowHiddenColumns = False - Me.ucrConditionalQuantilePlotSelector.bUseCurrentFilter = True - Me.ucrConditionalQuantilePlotSelector.Location = New System.Drawing.Point(9, 43) - Me.ucrConditionalQuantilePlotSelector.Margin = New System.Windows.Forms.Padding(0) - Me.ucrConditionalQuantilePlotSelector.Name = "ucrConditionalQuantilePlotSelector" - Me.ucrConditionalQuantilePlotSelector.Size = New System.Drawing.Size(213, 183) - Me.ucrConditionalQuantilePlotSelector.TabIndex = 3 - ' - 'ucrReceiverObservations - ' - Me.ucrReceiverObservations.AutoSize = True - Me.ucrReceiverObservations.frmParent = Me - Me.ucrReceiverObservations.Location = New System.Drawing.Point(282, 78) - Me.ucrReceiverObservations.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverObservations.Name = "ucrReceiverObservations" - Me.ucrReceiverObservations.Selector = Nothing - Me.ucrReceiverObservations.Size = New System.Drawing.Size(120, 20) - Me.ucrReceiverObservations.strNcFilePath = "" - Me.ucrReceiverObservations.TabIndex = 5 - Me.ucrReceiverObservations.ucrSelector = Nothing - ' 'lblObservations ' Me.lblObservations.AutoSize = True @@ -109,19 +75,6 @@ Partial Class dlgConditionalQuantilePlot Me.lblPredictions.TabIndex = 6 Me.lblPredictions.Text = "Predictions:" ' - 'ucrReceiverPredictions - ' - Me.ucrReceiverPredictions.AutoSize = True - Me.ucrReceiverPredictions.frmParent = Me - Me.ucrReceiverPredictions.Location = New System.Drawing.Point(282, 129) - Me.ucrReceiverPredictions.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverPredictions.Name = "ucrReceiverPredictions" - Me.ucrReceiverPredictions.Selector = Nothing - Me.ucrReceiverPredictions.Size = New System.Drawing.Size(120, 20) - Me.ucrReceiverPredictions.strNcFilePath = "" - Me.ucrReceiverPredictions.TabIndex = 7 - Me.ucrReceiverPredictions.ucrSelector = Nothing - ' 'cmdPlotOptions ' Me.cmdPlotOptions.Enabled = False @@ -133,28 +86,6 @@ Partial Class dlgConditionalQuantilePlot Me.cmdPlotOptions.Text = "Conditional Quantile Options" Me.cmdPlotOptions.UseVisualStyleBackColor = True ' - 'ucrNudBin - ' - Me.ucrNudBin.AutoSize = True - Me.ucrNudBin.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudBin.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudBin.Location = New System.Drawing.Point(165, 265) - Me.ucrNudBin.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) - Me.ucrNudBin.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudBin.Name = "ucrNudBin" - Me.ucrNudBin.Size = New System.Drawing.Size(40, 20) - Me.ucrNudBin.TabIndex = 68 - Me.ucrNudBin.Value = New Decimal(New Integer() {0, 0, 0, 0}) - ' - 'ucrSavePlot - ' - Me.ucrSavePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrSavePlot.Location = New System.Drawing.Point(9, 413) - Me.ucrSavePlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) - Me.ucrSavePlot.Name = "ucrSavePlot" - Me.ucrSavePlot.Size = New System.Drawing.Size(320, 22) - Me.ucrSavePlot.TabIndex = 72 - ' 'lblTypes ' Me.lblTypes.AutoSize = True @@ -165,43 +96,6 @@ Partial Class dlgConditionalQuantilePlot Me.lblTypes.TabIndex = 8 Me.lblTypes.Text = "Facet By (Optional):" ' - 'ucrReceiverMultipleFacet - ' - Me.ucrReceiverMultipleFacet.AutoSize = True - Me.ucrReceiverMultipleFacet.frmParent = Me - Me.ucrReceiverMultipleFacet.Location = New System.Drawing.Point(282, 180) - Me.ucrReceiverMultipleFacet.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverMultipleFacet.Name = "ucrReceiverMultipleFacet" - Me.ucrReceiverMultipleFacet.Selector = Nothing - Me.ucrReceiverMultipleFacet.Size = New System.Drawing.Size(120, 100) - Me.ucrReceiverMultipleFacet.strNcFilePath = "" - Me.ucrReceiverMultipleFacet.TabIndex = 9 - Me.ucrReceiverMultipleFacet.ucrSelector = Nothing - ' - 'ucrInputLegendPosition - ' - Me.ucrInputLegendPosition.AddQuotesIfUnrecognised = True - Me.ucrInputLegendPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrInputLegendPosition.GetSetSelectedIndex = -1 - Me.ucrInputLegendPosition.IsReadOnly = False - Me.ucrInputLegendPosition.Location = New System.Drawing.Point(165, 317) - Me.ucrInputLegendPosition.Name = "ucrInputLegendPosition" - Me.ucrInputLegendPosition.Size = New System.Drawing.Size(89, 21) - Me.ucrInputLegendPosition.TabIndex = 75 - ' - 'ucrNudColumns - ' - Me.ucrNudColumns.AutoSize = True - Me.ucrNudColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudColumns.Location = New System.Drawing.Point(315, 318) - Me.ucrNudColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) - Me.ucrNudColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudColumns.Name = "ucrNudColumns" - Me.ucrNudColumns.Size = New System.Drawing.Size(40, 20) - Me.ucrNudColumns.TabIndex = 76 - Me.ucrNudColumns.Value = New Decimal(New Integer() {0, 0, 0, 0}) - ' 'ttConditionalQuatilePlot ' Me.ttConditionalQuatilePlot.AutoPopDelay = 10000 @@ -282,27 +176,6 @@ Partial Class dlgConditionalQuantilePlot Me.rdoEvaluation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoEvaluation.UseVisualStyleBackColor = True ' - 'ucrPnlOptions - ' - Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrPnlOptions.Location = New System.Drawing.Point(72, 3) - Me.ucrPnlOptions.Name = "ucrPnlOptions" - Me.ucrPnlOptions.Size = New System.Drawing.Size(278, 35) - Me.ucrPnlOptions.TabIndex = 85 - ' - 'ucrReceiverMultiplePred - ' - Me.ucrReceiverMultiplePred.AutoSize = True - Me.ucrReceiverMultiplePred.frmParent = Me - Me.ucrReceiverMultiplePred.Location = New System.Drawing.Point(282, 309) - Me.ucrReceiverMultiplePred.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverMultiplePred.Name = "ucrReceiverMultiplePred" - Me.ucrReceiverMultiplePred.Selector = Nothing - Me.ucrReceiverMultiplePred.Size = New System.Drawing.Size(120, 100) - Me.ucrReceiverMultiplePred.strNcFilePath = "" - Me.ucrReceiverMultiplePred.TabIndex = 11 - Me.ucrReceiverMultiplePred.ucrSelector = Nothing - ' 'lblType ' Me.lblType.AutoSize = True @@ -313,32 +186,6 @@ Partial Class dlgConditionalQuantilePlot Me.lblType.TabIndex = 12 Me.lblType.Text = "Type:" ' - 'ucrReceiverType - ' - Me.ucrReceiverType.AutoSize = True - Me.ucrReceiverType.frmParent = Me - Me.ucrReceiverType.Location = New System.Drawing.Point(49, 293) - Me.ucrReceiverType.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverType.Name = "ucrReceiverType" - Me.ucrReceiverType.Selector = Nothing - Me.ucrReceiverType.Size = New System.Drawing.Size(120, 20) - Me.ucrReceiverType.strNcFilePath = "" - Me.ucrReceiverType.TabIndex = 13 - Me.ucrReceiverType.ucrSelector = Nothing - ' - 'ucrReceiverMultipleObs - ' - Me.ucrReceiverMultipleObs.AutoSize = True - Me.ucrReceiverMultipleObs.frmParent = Me - Me.ucrReceiverMultipleObs.Location = New System.Drawing.Point(282, 180) - Me.ucrReceiverMultipleObs.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverMultipleObs.Name = "ucrReceiverMultipleObs" - Me.ucrReceiverMultipleObs.Selector = Nothing - Me.ucrReceiverMultipleObs.Size = New System.Drawing.Size(120, 100) - Me.ucrReceiverMultipleObs.strNcFilePath = "" - Me.ucrReceiverMultipleObs.TabIndex = 9 - Me.ucrReceiverMultipleObs.ucrSelector = Nothing - ' 'lblVarObserved ' Me.lblVarObserved.AutoSize = True @@ -369,6 +216,19 @@ Partial Class dlgConditionalQuantilePlot Me.lblVarPredicted.TabIndex = 10 Me.lblVarPredicted.Text = "Other Predicted Variables:" ' + 'ucrNudMinNumPoints + ' + Me.ucrNudMinNumPoints.AutoSize = True + Me.ucrNudMinNumPoints.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudMinNumPoints.Increment = New Decimal(New Integer() {1, 0, 0, 0}) + Me.ucrNudMinNumPoints.Location = New System.Drawing.Point(165, 291) + Me.ucrNudMinNumPoints.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) + Me.ucrNudMinNumPoints.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudMinNumPoints.Name = "ucrNudMinNumPoints" + Me.ucrNudMinNumPoints.Size = New System.Drawing.Size(40, 20) + Me.ucrNudMinNumPoints.TabIndex = 86 + Me.ucrNudMinNumPoints.Value = New Decimal(New Integer() {0, 0, 0, 0}) + ' 'ucrReceiverStatistics ' Me.ucrReceiverStatistics.AutoSize = True @@ -382,24 +242,165 @@ Partial Class dlgConditionalQuantilePlot Me.ucrReceiverStatistics.TabIndex = 15 Me.ucrReceiverStatistics.ucrSelector = Nothing ' - 'ucrNudMinNumPoints + 'ucrReceiverMultipleObs ' - Me.ucrNudMinNumPoints.AutoSize = True - Me.ucrNudMinNumPoints.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudMinNumPoints.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudMinNumPoints.Location = New System.Drawing.Point(165, 291) - Me.ucrNudMinNumPoints.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) - Me.ucrNudMinNumPoints.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudMinNumPoints.Name = "ucrNudMinNumPoints" - Me.ucrNudMinNumPoints.Size = New System.Drawing.Size(40, 20) - Me.ucrNudMinNumPoints.TabIndex = 86 - Me.ucrNudMinNumPoints.Value = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrReceiverMultipleObs.AutoSize = True + Me.ucrReceiverMultipleObs.frmParent = Me + Me.ucrReceiverMultipleObs.Location = New System.Drawing.Point(282, 180) + Me.ucrReceiverMultipleObs.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverMultipleObs.Name = "ucrReceiverMultipleObs" + Me.ucrReceiverMultipleObs.Selector = Nothing + Me.ucrReceiverMultipleObs.Size = New System.Drawing.Size(120, 100) + Me.ucrReceiverMultipleObs.strNcFilePath = "" + Me.ucrReceiverMultipleObs.TabIndex = 9 + Me.ucrReceiverMultipleObs.ucrSelector = Nothing + ' + 'ucrReceiverType + ' + Me.ucrReceiverType.AutoSize = True + Me.ucrReceiverType.frmParent = Me + Me.ucrReceiverType.Location = New System.Drawing.Point(49, 293) + Me.ucrReceiverType.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverType.Name = "ucrReceiverType" + Me.ucrReceiverType.Selector = Nothing + Me.ucrReceiverType.Size = New System.Drawing.Size(120, 20) + Me.ucrReceiverType.strNcFilePath = "" + Me.ucrReceiverType.TabIndex = 13 + Me.ucrReceiverType.ucrSelector = Nothing + ' + 'ucrReceiverMultiplePred + ' + Me.ucrReceiverMultiplePred.AutoSize = True + Me.ucrReceiverMultiplePred.frmParent = Me + Me.ucrReceiverMultiplePred.Location = New System.Drawing.Point(282, 309) + Me.ucrReceiverMultiplePred.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverMultiplePred.Name = "ucrReceiverMultiplePred" + Me.ucrReceiverMultiplePred.Selector = Nothing + Me.ucrReceiverMultiplePred.Size = New System.Drawing.Size(120, 100) + Me.ucrReceiverMultiplePred.strNcFilePath = "" + Me.ucrReceiverMultiplePred.TabIndex = 11 + Me.ucrReceiverMultiplePred.ucrSelector = Nothing + ' + 'ucrPnlOptions + ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(72, 3) + Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(278, 35) + Me.ucrPnlOptions.TabIndex = 85 + ' + 'ucrNudColumns + ' + Me.ucrNudColumns.AutoSize = True + Me.ucrNudColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) + Me.ucrNudColumns.Location = New System.Drawing.Point(315, 318) + Me.ucrNudColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) + Me.ucrNudColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudColumns.Name = "ucrNudColumns" + Me.ucrNudColumns.Size = New System.Drawing.Size(40, 20) + Me.ucrNudColumns.TabIndex = 76 + Me.ucrNudColumns.Value = New Decimal(New Integer() {0, 0, 0, 0}) + ' + 'ucrInputLegendPosition + ' + Me.ucrInputLegendPosition.AddQuotesIfUnrecognised = True + Me.ucrInputLegendPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrInputLegendPosition.GetSetSelectedIndex = -1 + Me.ucrInputLegendPosition.IsReadOnly = False + Me.ucrInputLegendPosition.Location = New System.Drawing.Point(165, 317) + Me.ucrInputLegendPosition.Name = "ucrInputLegendPosition" + Me.ucrInputLegendPosition.Size = New System.Drawing.Size(89, 21) + Me.ucrInputLegendPosition.TabIndex = 75 + ' + 'ucrReceiverMultipleFacet + ' + Me.ucrReceiverMultipleFacet.AutoSize = True + Me.ucrReceiverMultipleFacet.frmParent = Me + Me.ucrReceiverMultipleFacet.Location = New System.Drawing.Point(282, 180) + Me.ucrReceiverMultipleFacet.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverMultipleFacet.Name = "ucrReceiverMultipleFacet" + Me.ucrReceiverMultipleFacet.Selector = Nothing + Me.ucrReceiverMultipleFacet.Size = New System.Drawing.Size(120, 100) + Me.ucrReceiverMultipleFacet.strNcFilePath = "" + Me.ucrReceiverMultipleFacet.TabIndex = 9 + Me.ucrReceiverMultipleFacet.ucrSelector = Nothing + ' + 'ucrSavePlot + ' + Me.ucrSavePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePlot.Location = New System.Drawing.Point(9, 413) + Me.ucrSavePlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) + Me.ucrSavePlot.Name = "ucrSavePlot" + Me.ucrSavePlot.Size = New System.Drawing.Size(320, 22) + Me.ucrSavePlot.TabIndex = 72 + ' + 'ucrNudBin + ' + Me.ucrNudBin.AutoSize = True + Me.ucrNudBin.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudBin.Increment = New Decimal(New Integer() {1, 0, 0, 0}) + Me.ucrNudBin.Location = New System.Drawing.Point(165, 265) + Me.ucrNudBin.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) + Me.ucrNudBin.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudBin.Name = "ucrNudBin" + Me.ucrNudBin.Size = New System.Drawing.Size(40, 20) + Me.ucrNudBin.TabIndex = 68 + Me.ucrNudBin.Value = New Decimal(New Integer() {0, 0, 0, 0}) + ' + 'ucrReceiverPredictions + ' + Me.ucrReceiverPredictions.AutoSize = True + Me.ucrReceiverPredictions.frmParent = Me + Me.ucrReceiverPredictions.Location = New System.Drawing.Point(282, 129) + Me.ucrReceiverPredictions.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverPredictions.Name = "ucrReceiverPredictions" + Me.ucrReceiverPredictions.Selector = Nothing + Me.ucrReceiverPredictions.Size = New System.Drawing.Size(120, 20) + Me.ucrReceiverPredictions.strNcFilePath = "" + Me.ucrReceiverPredictions.TabIndex = 7 + Me.ucrReceiverPredictions.ucrSelector = Nothing + ' + 'ucrReceiverObservations + ' + Me.ucrReceiverObservations.AutoSize = True + Me.ucrReceiverObservations.frmParent = Me + Me.ucrReceiverObservations.Location = New System.Drawing.Point(282, 78) + Me.ucrReceiverObservations.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverObservations.Name = "ucrReceiverObservations" + Me.ucrReceiverObservations.Selector = Nothing + Me.ucrReceiverObservations.Size = New System.Drawing.Size(120, 20) + Me.ucrReceiverObservations.strNcFilePath = "" + Me.ucrReceiverObservations.TabIndex = 5 + Me.ucrReceiverObservations.ucrSelector = Nothing + ' + 'ucrConditionalQuantilePlotSelector + ' + Me.ucrConditionalQuantilePlotSelector.AutoSize = True + Me.ucrConditionalQuantilePlotSelector.bDropUnusedFilterLevels = False + Me.ucrConditionalQuantilePlotSelector.bShowHiddenColumns = False + Me.ucrConditionalQuantilePlotSelector.bUseCurrentFilter = True + Me.ucrConditionalQuantilePlotSelector.Location = New System.Drawing.Point(9, 43) + Me.ucrConditionalQuantilePlotSelector.Margin = New System.Windows.Forms.Padding(0) + Me.ucrConditionalQuantilePlotSelector.Name = "ucrConditionalQuantilePlotSelector" + Me.ucrConditionalQuantilePlotSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrConditionalQuantilePlotSelector.TabIndex = 3 + ' + 'ucrBase + ' + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(7, 437) + Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(408, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgConditionalQuantilePlot ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True + Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ClientSize = New System.Drawing.Size(415, 490) Me.Controls.Add(Me.ucrNudMinNumPoints) Me.Controls.Add(Me.ucrReceiverStatistics) diff --git a/instat/dlgCorrelation.designer.vb b/instat/dlgCorrelation.designer.vb index 1c202f0a92f..a7e2ebfc8d8 100644 --- a/instat/dlgCorrelation.designer.vb +++ b/instat/dlgCorrelation.designer.vb @@ -239,7 +239,7 @@ Partial Class dlgCorrelation Me.grpMissing.Controls.Add(Me.ucrPnlCompletePairwise) Me.grpMissing.Location = New System.Drawing.Point(261, 241) Me.grpMissing.Name = "grpMissing" - Me.grpMissing.Size = New System.Drawing.Size(158, 71) + Me.grpMissing.Size = New System.Drawing.Size(165, 71) Me.grpMissing.TabIndex = 11 Me.grpMissing.TabStop = False Me.grpMissing.Tag = "Missing" @@ -250,7 +250,7 @@ Partial Class dlgCorrelation Me.ucrPnlCompletePairwise.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlCompletePairwise.Location = New System.Drawing.Point(6, 13) Me.ucrPnlCompletePairwise.Name = "ucrPnlCompletePairwise" - Me.ucrPnlCompletePairwise.Size = New System.Drawing.Size(146, 49) + Me.ucrPnlCompletePairwise.Size = New System.Drawing.Size(152, 49) Me.ucrPnlCompletePairwise.TabIndex = 0 ' 'cmdOptions @@ -270,7 +270,7 @@ Partial Class dlgCorrelation Me.grpDisplayOptions.Controls.Add(Me.ucrChkShave) Me.grpDisplayOptions.Location = New System.Drawing.Point(9, 319) Me.grpDisplayOptions.Name = "grpDisplayOptions" - Me.grpDisplayOptions.Size = New System.Drawing.Size(410, 156) + Me.grpDisplayOptions.Size = New System.Drawing.Size(426, 156) Me.grpDisplayOptions.TabIndex = 14 Me.grpDisplayOptions.TabStop = False Me.grpDisplayOptions.Tag = "Display Options" diff --git a/instat/dlgDuplicateColumns.Designer.vb b/instat/dlgDuplicateColumns.Designer.vb index 4dee591af02..382c3a4b4db 100644 --- a/instat/dlgDuplicateColumns.Designer.vb +++ b/instat/dlgDuplicateColumns.Designer.vb @@ -69,7 +69,7 @@ Partial Class dlgDuplicateColumns ' Me.lblColumns.AutoSize = True Me.lblColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblColumns.Location = New System.Drawing.Point(228, 11) + Me.lblColumns.Location = New System.Drawing.Point(235, 9) Me.lblColumns.Name = "lblColumns" Me.lblColumns.Size = New System.Drawing.Size(105, 13) Me.lblColumns.TabIndex = 1 @@ -84,9 +84,9 @@ Partial Class dlgDuplicateColumns Me.grpConvertTo.Controls.Add(Me.rdoConvertToOrderedFactor) Me.grpConvertTo.Controls.Add(Me.rdoConvertToFactor) Me.grpConvertTo.Controls.Add(Me.ucrPnlConvertTo) - Me.grpConvertTo.Location = New System.Drawing.Point(228, 77) + Me.grpConvertTo.Location = New System.Drawing.Point(235, 77) Me.grpConvertTo.Name = "grpConvertTo" - Me.grpConvertTo.Size = New System.Drawing.Size(235, 100) + Me.grpConvertTo.Size = New System.Drawing.Size(228, 100) Me.grpConvertTo.TabIndex = 4 Me.grpConvertTo.TabStop = False Me.grpConvertTo.Text = "Convert To" @@ -178,7 +178,7 @@ Partial Class dlgDuplicateColumns Me.grpFactorToNumericOptions.Controls.Add(Me.rdoConvertOrdinals) Me.grpFactorToNumericOptions.Controls.Add(Me.rdoConvertLevels) Me.grpFactorToNumericOptions.Controls.Add(Me.ucrPnlConvertFactorToNumericOptions) - Me.grpFactorToNumericOptions.Location = New System.Drawing.Point(228, 236) + Me.grpFactorToNumericOptions.Location = New System.Drawing.Point(235, 233) Me.grpFactorToNumericOptions.Name = "grpFactorToNumericOptions" Me.grpFactorToNumericOptions.Size = New System.Drawing.Size(196, 102) Me.grpFactorToNumericOptions.TabIndex = 16 @@ -224,17 +224,17 @@ Partial Class dlgDuplicateColumns 'ucrPnlConvertFactorToNumericOptions ' Me.ucrPnlConvertFactorToNumericOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrPnlConvertFactorToNumericOptions.Location = New System.Drawing.Point(6, 22) + Me.ucrPnlConvertFactorToNumericOptions.Location = New System.Drawing.Point(9, 20) Me.ucrPnlConvertFactorToNumericOptions.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrPnlConvertFactorToNumericOptions.Name = "ucrPnlConvertFactorToNumericOptions" - Me.ucrPnlConvertFactorToNumericOptions.Size = New System.Drawing.Size(190, 74) + Me.ucrPnlConvertFactorToNumericOptions.Size = New System.Drawing.Size(183, 74) Me.ucrPnlConvertFactorToNumericOptions.TabIndex = 17 ' 'ucrChkChangeType ' Me.ucrChkChangeType.AutoSize = True Me.ucrChkChangeType.Checked = False - Me.ucrChkChangeType.Location = New System.Drawing.Point(228, 55) + Me.ucrChkChangeType.Location = New System.Drawing.Point(237, 55) Me.ucrChkChangeType.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkChangeType.Name = "ucrChkChangeType" Me.ucrChkChangeType.Size = New System.Drawing.Size(165, 23) @@ -254,7 +254,7 @@ Partial Class dlgDuplicateColumns ' Me.ucrChkConvertKeepAttributes.AutoSize = True Me.ucrChkConvertKeepAttributes.Checked = False - Me.ucrChkConvertKeepAttributes.Location = New System.Drawing.Point(230, 181) + Me.ucrChkConvertKeepAttributes.Location = New System.Drawing.Point(235, 181) Me.ucrChkConvertKeepAttributes.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkConvertKeepAttributes.Name = "ucrChkConvertKeepAttributes" Me.ucrChkConvertKeepAttributes.Size = New System.Drawing.Size(139, 23) @@ -278,7 +278,7 @@ Partial Class dlgDuplicateColumns ' Me.ucrChkConvertSpecifyDecimalsToDisplay.AutoSize = True Me.ucrChkConvertSpecifyDecimalsToDisplay.Checked = False - Me.ucrChkConvertSpecifyDecimalsToDisplay.Location = New System.Drawing.Point(230, 209) + Me.ucrChkConvertSpecifyDecimalsToDisplay.Location = New System.Drawing.Point(235, 209) Me.ucrChkConvertSpecifyDecimalsToDisplay.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkConvertSpecifyDecimalsToDisplay.Name = "ucrChkConvertSpecifyDecimalsToDisplay" Me.ucrChkConvertSpecifyDecimalsToDisplay.Size = New System.Drawing.Size(180, 23) @@ -288,7 +288,7 @@ Partial Class dlgDuplicateColumns ' Me.ucrReceiverDuplicateColumns.AutoSize = True Me.ucrReceiverDuplicateColumns.frmParent = Me - Me.ucrReceiverDuplicateColumns.Location = New System.Drawing.Point(228, 28) + Me.ucrReceiverDuplicateColumns.Location = New System.Drawing.Point(235, 27) Me.ucrReceiverDuplicateColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDuplicateColumns.Name = "ucrReceiverDuplicateColumns" Me.ucrReceiverDuplicateColumns.Selector = Nothing @@ -316,7 +316,7 @@ Partial Class dlgDuplicateColumns Me.ucrBase.Location = New System.Drawing.Point(9, 371) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.Size = New System.Drawing.Size(408, 52) Me.ucrBase.TabIndex = 29 ' 'ucrSaveColumn diff --git a/instat/dlgEndOfRainsSeason.vb b/instat/dlgEndOfRainsSeason.vb index 76dc6fde0aa..61c95b06034 100644 --- a/instat/dlgEndOfRainsSeason.vb +++ b/instat/dlgEndOfRainsSeason.vb @@ -634,7 +634,7 @@ Public Class dlgEndOfRainsSeason clsIfElseRainMaxFunction.bToScriptAsRString = True clsIfElseRainMaxFunction.SetRCommand("ifelse") clsIfElseRainMaxFunction.AddParameter("test", clsRFunctionParameter:=clsEndSeasonIsNaRain, iPosition:=0) - clsIfElseRainMaxFunction.AddParameter("yes", iCapacityDefault, iPosition:=0) + clsIfElseRainMaxFunction.AddParameter("yes", 100, iPosition:=0) 'Pmax clsPMaxFunction.SetRCommand("pmax") diff --git a/instat/dlgGeneralForGraphics.vb b/instat/dlgGeneralForGraphics.vb index 99f84a104f7..4a6c454a5f2 100644 --- a/instat/dlgGeneralForGraphics.vb +++ b/instat/dlgGeneralForGraphics.vb @@ -179,7 +179,7 @@ Public Class dlgGeneralForGraphics sdgPlots.DisableLayersTab() sdgPlots.SetRCode(clsNewOperator:=ucrBase.clsRsyntax.clsBaseOperator, clsNewThemeFunction:=clsThemeFunction, dctNewThemeFunctions:=dctThemeFunctions, clsNewYScalecontinuousFunction:=clsYScalecontinuousFunction, clsNewXScalecontinuousFunction:=clsXScalecontinuousFunction, clsNewLabsFunction:=clsLabsFunction, clsNewXLabsTitleFunction:=clsXlabsFunction, clsNewYLabTitleFunction:=clsYlabsFunction, - clsNewFacetFunction:=clsFacetsFunction, clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, + clsNewFacetFunction:=clsFacetsFunction, clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, clsNewGlobalAesFunction:=clsGlobalAesFunction, clsNewXScaleDateFunction:=clsXScaleDateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, ucrNewBaseSelector:=sdgLayerOptions.ucrGeomWithAes.ucrGeomWithAesSelector, clsNewAnnotateFunction:=clsAnnotateFunction, clsNewCoordPolarFunction:=clsCoordPolarFunction, clsNewCoordPolarStartOperator:=clsCoordPolarStartOperator, bReset:=bResetSubdialog) sdgPlots.ShowDialog() diff --git a/instat/dlgHeatMapPlot.Designer.vb b/instat/dlgHeatMapPlot.Designer.vb index 405a6c9a34d..983acca5252 100644 --- a/instat/dlgHeatMapPlot.Designer.vb +++ b/instat/dlgHeatMapPlot.Designer.vb @@ -38,318 +38,382 @@ Partial Class dlgHeatMapPlot 'Do not modify it using the code editor. Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgHeatMapPlot)) Me.cmdOptions = New System.Windows.Forms.Button() Me.cmdTileOptions = New System.Windows.Forms.Button() Me.lblXVariable = New System.Windows.Forms.Label() Me.lblFill = New System.Windows.Forms.Label() - Me.lblPosition = New System.Windows.Forms.Label() - Me.lblColour = New System.Windows.Forms.Label() - Me.lblSize = New System.Windows.Forms.Label() + Me.lblLabelPosition = New System.Windows.Forms.Label() + Me.lblLabelColour = New System.Windows.Forms.Label() + Me.lblLabelSize = New System.Windows.Forms.Label() Me.lblPointsOptional = New System.Windows.Forms.Label() Me.lblPointsSize = New System.Windows.Forms.Label() - Me.ucrReceiverPoints = New instat.ucrReceiverSingle() - Me.ucrNudShape = New instat.ucrNud() + Me.lblReorderVariableX = New System.Windows.Forms.Label() + Me.lblReorderValue = New System.Windows.Forms.Label() + Me.rdoChoroplethMap = New System.Windows.Forms.RadioButton() + Me.rdoHeatMap = New System.Windows.Forms.RadioButton() + Me.lblLongitude = New System.Windows.Forms.Label() + Me.lblLatitude = New System.Windows.Forms.Label() + Me.lblFillChoropleth = New System.Windows.Forms.Label() + Me.ucrChkFlipCoordinates = New instat.ucrCheck() + Me.ucrReceiverPointsHeatMap = New instat.ucrReceiverSingle() + Me.ucrNudShapeHeatMap = New instat.ucrNud() Me.ucrChkColourPalette = New instat.ucrCheck() Me.ucrInputColourPalette = New instat.ucrInputComboBox() - Me.ucrInputSize = New instat.ucrInputComboBox() - Me.ucrInputColour = New instat.ucrInputComboBox() - Me.ucrInputPosition = New instat.ucrInputComboBox() - Me.ucrChkAddLabels = New instat.ucrCheck() - Me.ucrVariableAsFactorForHeatMap = New instat.ucrVariablesAsFactor() Me.ucrReceiverFill = New instat.ucrReceiverSingle() - Me.ucrReceiverX = New instat.ucrReceiverSingle() Me.ucrSaveGraph = New instat.ucrSave() - Me.ucrHeatMapSelector = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrBase = New instat.ucrButtons() + Me.ucrPnlOptions = New instat.UcrPanel() + Me.ucrInputReorderValue = New instat.ucrInputComboBox() + Me.ucrHeatMapSelector = New instat.ucrSelectorByDataFrameAddRemove() + Me.ucrReceiverLongitude = New instat.ucrReceiverSingle() + Me.ucrReceiverLatitude = New instat.ucrReceiverSingle() + Me.ucrReceiverFillChoropleth = New instat.ucrReceiverSingle() + Me.ucrVariableAsFactorForHeatMap = New instat.ucrVariablesAsFactor() + Me.ucrInputReorderVariableX = New instat.ucrInputComboBox() + Me.ucrInputSize = New instat.ucrInputComboBox() + Me.ucrChkAddLabels = New instat.ucrCheck() + Me.ucrInputPosition = New instat.ucrInputComboBox() + Me.ucrInputColour = New instat.ucrInputComboBox() + Me.ucrReceiverX = New instat.ucrReceiverSingle() + Me.ucrReceiverGroup = New instat.ucrReceiverSingle() + Me.lblGroup = New System.Windows.Forms.Label() + Me.ucrChkPoints = New instat.ucrCheck() Me.SuspendLayout() ' 'cmdOptions ' - Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdOptions.Location = New System.Drawing.Point(10, 243) + resources.ApplyResources(Me.cmdOptions, "cmdOptions") Me.cmdOptions.Name = "cmdOptions" - Me.cmdOptions.Size = New System.Drawing.Size(147, 25) - Me.cmdOptions.TabIndex = 11 Me.cmdOptions.Tag = "Options" - Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'cmdTileOptions ' - Me.cmdTileOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdTileOptions.Location = New System.Drawing.Point(10, 212) + resources.ApplyResources(Me.cmdTileOptions, "cmdTileOptions") Me.cmdTileOptions.Name = "cmdTileOptions" - Me.cmdTileOptions.Size = New System.Drawing.Size(147, 25) - Me.cmdTileOptions.TabIndex = 10 Me.cmdTileOptions.Tag = "Tile_Options" - Me.cmdTileOptions.Text = "Tile Options" Me.cmdTileOptions.UseVisualStyleBackColor = True ' 'lblXVariable ' - Me.lblXVariable.AutoSize = True - Me.lblXVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblXVariable.Location = New System.Drawing.Point(273, 93) + resources.ApplyResources(Me.lblXVariable, "lblXVariable") Me.lblXVariable.Name = "lblXVariable" - Me.lblXVariable.Size = New System.Drawing.Size(58, 13) - Me.lblXVariable.TabIndex = 2 Me.lblXVariable.Tag = "X_Variable:" - Me.lblXVariable.Text = "X Variable:" ' 'lblFill ' - Me.lblFill.AutoSize = True - Me.lblFill.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblFill.Location = New System.Drawing.Point(273, 138) + resources.ApplyResources(Me.lblFill, "lblFill") Me.lblFill.Name = "lblFill" - Me.lblFill.Size = New System.Drawing.Size(22, 13) - Me.lblFill.TabIndex = 4 Me.lblFill.Tag = "fill" - Me.lblFill.Text = "Fill:" - ' - 'lblPosition - ' - Me.lblPosition.AutoSize = True - Me.lblPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblPosition.Location = New System.Drawing.Point(91, 283) - Me.lblPosition.Name = "lblPosition" - Me.lblPosition.Size = New System.Drawing.Size(47, 13) - Me.lblPosition.TabIndex = 13 - Me.lblPosition.Text = "Position:" - ' - 'lblColour - ' - Me.lblColour.AutoSize = True - Me.lblColour.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblColour.Location = New System.Drawing.Point(208, 283) - Me.lblColour.Name = "lblColour" - Me.lblColour.Size = New System.Drawing.Size(40, 13) - Me.lblColour.TabIndex = 15 - Me.lblColour.Text = "Colour:" - ' - 'lblSize - ' - Me.lblSize.AutoSize = True - Me.lblSize.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblSize.Location = New System.Drawing.Point(314, 283) - Me.lblSize.Name = "lblSize" - Me.lblSize.Size = New System.Drawing.Size(30, 13) - Me.lblSize.TabIndex = 17 - Me.lblSize.Text = "Size:" + ' + 'lblLabelPosition + ' + resources.ApplyResources(Me.lblLabelPosition, "lblLabelPosition") + Me.lblLabelPosition.Name = "lblLabelPosition" + ' + 'lblLabelColour + ' + resources.ApplyResources(Me.lblLabelColour, "lblLabelColour") + Me.lblLabelColour.Name = "lblLabelColour" + ' + 'lblLabelSize + ' + resources.ApplyResources(Me.lblLabelSize, "lblLabelSize") + Me.lblLabelSize.Name = "lblLabelSize" ' 'lblPointsOptional ' - Me.lblPointsOptional.AutoSize = True - Me.lblPointsOptional.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblPointsOptional.Location = New System.Drawing.Point(273, 184) + resources.ApplyResources(Me.lblPointsOptional, "lblPointsOptional") Me.lblPointsOptional.Name = "lblPointsOptional" - Me.lblPointsOptional.Size = New System.Drawing.Size(87, 13) - Me.lblPointsOptional.TabIndex = 6 Me.lblPointsOptional.Tag = "Points_Optional" - Me.lblPointsOptional.Text = "Points (Optional):" ' 'lblPointsSize ' - Me.lblPointsSize.AutoSize = True - Me.lblPointsSize.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblPointsSize.Location = New System.Drawing.Point(273, 225) + resources.ApplyResources(Me.lblPointsSize, "lblPointsSize") Me.lblPointsSize.Name = "lblPointsSize" - Me.lblPointsSize.Size = New System.Drawing.Size(30, 13) - Me.lblPointsSize.TabIndex = 8 - Me.lblPointsSize.Text = "Size:" - ' - 'ucrReceiverPoints - ' - Me.ucrReceiverPoints.AutoSize = True - Me.ucrReceiverPoints.frmParent = Me - Me.ucrReceiverPoints.Location = New System.Drawing.Point(273, 199) - Me.ucrReceiverPoints.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverPoints.Name = "ucrReceiverPoints" - Me.ucrReceiverPoints.Selector = Nothing - Me.ucrReceiverPoints.Size = New System.Drawing.Size(125, 20) - Me.ucrReceiverPoints.strNcFilePath = "" - Me.ucrReceiverPoints.TabIndex = 7 - Me.ucrReceiverPoints.ucrSelector = Nothing - ' - 'ucrNudShape - ' - Me.ucrNudShape.AutoSize = True - Me.ucrNudShape.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudShape.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudShape.Location = New System.Drawing.Point(306, 221) - Me.ucrNudShape.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) - Me.ucrNudShape.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudShape.Name = "ucrNudShape" - Me.ucrNudShape.Size = New System.Drawing.Size(38, 20) - Me.ucrNudShape.TabIndex = 9 - Me.ucrNudShape.Value = New Decimal(New Integer() {0, 0, 0, 0}) + ' + 'lblReorderVariableX + ' + resources.ApplyResources(Me.lblReorderVariableX, "lblReorderVariableX") + Me.lblReorderVariableX.Name = "lblReorderVariableX" + ' + 'lblReorderValue + ' + resources.ApplyResources(Me.lblReorderValue, "lblReorderValue") + Me.lblReorderValue.Name = "lblReorderValue" + ' + 'rdoChoroplethMap + ' + resources.ApplyResources(Me.rdoChoroplethMap, "rdoChoroplethMap") + Me.rdoChoroplethMap.BackColor = System.Drawing.SystemColors.Control + Me.rdoChoroplethMap.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoChoroplethMap.FlatAppearance.BorderSize = 2 + Me.rdoChoroplethMap.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoChoroplethMap.Name = "rdoChoroplethMap" + Me.rdoChoroplethMap.TabStop = True + Me.rdoChoroplethMap.Tag = "ChoroplethMap" + Me.rdoChoroplethMap.UseVisualStyleBackColor = False + ' + 'rdoHeatMap + ' + resources.ApplyResources(Me.rdoHeatMap, "rdoHeatMap") + Me.rdoHeatMap.BackColor = System.Drawing.SystemColors.Control + Me.rdoHeatMap.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoHeatMap.FlatAppearance.BorderSize = 2 + Me.rdoHeatMap.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoHeatMap.Name = "rdoHeatMap" + Me.rdoHeatMap.TabStop = True + Me.rdoHeatMap.Tag = "HeatMap" + Me.rdoHeatMap.UseVisualStyleBackColor = False + ' + 'lblLongitude + ' + resources.ApplyResources(Me.lblLongitude, "lblLongitude") + Me.lblLongitude.Name = "lblLongitude" + ' + 'lblLatitude + ' + resources.ApplyResources(Me.lblLatitude, "lblLatitude") + Me.lblLatitude.Name = "lblLatitude" + ' + 'lblFillChoropleth + ' + resources.ApplyResources(Me.lblFillChoropleth, "lblFillChoropleth") + Me.lblFillChoropleth.Name = "lblFillChoropleth" + Me.lblFillChoropleth.Tag = "fill" + ' + 'ucrChkFlipCoordinates + ' + resources.ApplyResources(Me.ucrChkFlipCoordinates, "ucrChkFlipCoordinates") + Me.ucrChkFlipCoordinates.Checked = False + Me.ucrChkFlipCoordinates.Name = "ucrChkFlipCoordinates" + ' + 'ucrReceiverPointsHeatMap + ' + resources.ApplyResources(Me.ucrReceiverPointsHeatMap, "ucrReceiverPointsHeatMap") + Me.ucrReceiverPointsHeatMap.frmParent = Me + Me.ucrReceiverPointsHeatMap.Name = "ucrReceiverPointsHeatMap" + Me.ucrReceiverPointsHeatMap.Selector = Nothing + Me.ucrReceiverPointsHeatMap.strNcFilePath = "" + Me.ucrReceiverPointsHeatMap.ucrSelector = Nothing + ' + 'ucrNudShapeHeatMap + ' + resources.ApplyResources(Me.ucrNudShapeHeatMap, "ucrNudShapeHeatMap") + Me.ucrNudShapeHeatMap.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudShapeHeatMap.Increment = New Decimal(New Integer() {1, 0, 0, 0}) + Me.ucrNudShapeHeatMap.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) + Me.ucrNudShapeHeatMap.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudShapeHeatMap.Name = "ucrNudShapeHeatMap" + Me.ucrNudShapeHeatMap.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkColourPalette ' - Me.ucrChkColourPalette.AutoSize = True + resources.ApplyResources(Me.ucrChkColourPalette, "ucrChkColourPalette") Me.ucrChkColourPalette.Checked = False - Me.ucrChkColourPalette.Location = New System.Drawing.Point(10, 309) Me.ucrChkColourPalette.Name = "ucrChkColourPalette" - Me.ucrChkColourPalette.Size = New System.Drawing.Size(128, 23) - Me.ucrChkColourPalette.TabIndex = 19 ' 'ucrInputColourPalette ' Me.ucrInputColourPalette.AddQuotesIfUnrecognised = True - Me.ucrInputColourPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + resources.ApplyResources(Me.ucrInputColourPalette, "ucrInputColourPalette") Me.ucrInputColourPalette.GetSetSelectedIndex = -1 Me.ucrInputColourPalette.IsReadOnly = False - Me.ucrInputColourPalette.Location = New System.Drawing.Point(141, 309) Me.ucrInputColourPalette.Name = "ucrInputColourPalette" - Me.ucrInputColourPalette.Size = New System.Drawing.Size(63, 21) - Me.ucrInputColourPalette.TabIndex = 20 ' - 'ucrInputSize + 'ucrReceiverFill ' - Me.ucrInputSize.AddQuotesIfUnrecognised = True - Me.ucrInputSize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrInputSize.GetSetSelectedIndex = -1 - Me.ucrInputSize.IsReadOnly = False - Me.ucrInputSize.Location = New System.Drawing.Point(347, 279) - Me.ucrInputSize.Name = "ucrInputSize" - Me.ucrInputSize.Size = New System.Drawing.Size(63, 21) - Me.ucrInputSize.TabIndex = 18 + resources.ApplyResources(Me.ucrReceiverFill, "ucrReceiverFill") + Me.ucrReceiverFill.frmParent = Me + Me.ucrReceiverFill.Name = "ucrReceiverFill" + Me.ucrReceiverFill.Selector = Nothing + Me.ucrReceiverFill.strNcFilePath = "" + Me.ucrReceiverFill.ucrSelector = Nothing ' - 'ucrInputColour + 'ucrSaveGraph ' - Me.ucrInputColour.AddQuotesIfUnrecognised = True - Me.ucrInputColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrInputColour.GetSetSelectedIndex = -1 - Me.ucrInputColour.IsReadOnly = False - Me.ucrInputColour.Location = New System.Drawing.Point(251, 279) - Me.ucrInputColour.Name = "ucrInputColour" - Me.ucrInputColour.Size = New System.Drawing.Size(63, 21) - Me.ucrInputColour.TabIndex = 16 + resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.Name = "ucrSaveGraph" ' - 'ucrInputPosition + 'ucrBase ' - Me.ucrInputPosition.AddQuotesIfUnrecognised = True - Me.ucrInputPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrInputPosition.GetSetSelectedIndex = -1 - Me.ucrInputPosition.IsReadOnly = False - Me.ucrInputPosition.Location = New System.Drawing.Point(141, 279) - Me.ucrInputPosition.Name = "ucrInputPosition" - Me.ucrInputPosition.Size = New System.Drawing.Size(63, 21) - Me.ucrInputPosition.TabIndex = 14 + resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.Name = "ucrBase" ' - 'ucrChkAddLabels + 'ucrPnlOptions ' - Me.ucrChkAddLabels.AutoSize = True - Me.ucrChkAddLabels.Checked = False - Me.ucrChkAddLabels.Location = New System.Drawing.Point(10, 279) - Me.ucrChkAddLabels.Name = "ucrChkAddLabels" - Me.ucrChkAddLabels.Size = New System.Drawing.Size(82, 23) - Me.ucrChkAddLabels.TabIndex = 12 + resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.Name = "ucrPnlOptions" + ' + 'ucrInputReorderValue + ' + Me.ucrInputReorderValue.AddQuotesIfUnrecognised = True + resources.ApplyResources(Me.ucrInputReorderValue, "ucrInputReorderValue") + Me.ucrInputReorderValue.GetSetSelectedIndex = -1 + Me.ucrInputReorderValue.IsReadOnly = False + Me.ucrInputReorderValue.Name = "ucrInputReorderValue" + ' + 'ucrHeatMapSelector + ' + resources.ApplyResources(Me.ucrHeatMapSelector, "ucrHeatMapSelector") + Me.ucrHeatMapSelector.bDropUnusedFilterLevels = False + Me.ucrHeatMapSelector.bShowHiddenColumns = False + Me.ucrHeatMapSelector.bUseCurrentFilter = True + Me.ucrHeatMapSelector.Name = "ucrHeatMapSelector" + ' + 'ucrReceiverLongitude + ' + resources.ApplyResources(Me.ucrReceiverLongitude, "ucrReceiverLongitude") + Me.ucrReceiverLongitude.frmParent = Me + Me.ucrReceiverLongitude.Name = "ucrReceiverLongitude" + Me.ucrReceiverLongitude.Selector = Nothing + Me.ucrReceiverLongitude.strNcFilePath = "" + Me.ucrReceiverLongitude.ucrSelector = Nothing + ' + 'ucrReceiverLatitude + ' + resources.ApplyResources(Me.ucrReceiverLatitude, "ucrReceiverLatitude") + Me.ucrReceiverLatitude.frmParent = Me + Me.ucrReceiverLatitude.Name = "ucrReceiverLatitude" + Me.ucrReceiverLatitude.Selector = Nothing + Me.ucrReceiverLatitude.strNcFilePath = "" + Me.ucrReceiverLatitude.ucrSelector = Nothing + ' + 'ucrReceiverFillChoropleth + ' + resources.ApplyResources(Me.ucrReceiverFillChoropleth, "ucrReceiverFillChoropleth") + Me.ucrReceiverFillChoropleth.frmParent = Me + Me.ucrReceiverFillChoropleth.Name = "ucrReceiverFillChoropleth" + Me.ucrReceiverFillChoropleth.Selector = Nothing + Me.ucrReceiverFillChoropleth.strNcFilePath = "" + Me.ucrReceiverFillChoropleth.ucrSelector = Nothing ' 'ucrVariableAsFactorForHeatMap ' - Me.ucrVariableAsFactorForHeatMap.AutoSize = True + resources.ApplyResources(Me.ucrVariableAsFactorForHeatMap, "ucrVariableAsFactorForHeatMap") Me.ucrVariableAsFactorForHeatMap.frmParent = Me - Me.ucrVariableAsFactorForHeatMap.Location = New System.Drawing.Point(273, 16) Me.ucrVariableAsFactorForHeatMap.Name = "ucrVariableAsFactorForHeatMap" Me.ucrVariableAsFactorForHeatMap.Selector = Nothing - Me.ucrVariableAsFactorForHeatMap.Size = New System.Drawing.Size(125, 74) Me.ucrVariableAsFactorForHeatMap.strNcFilePath = "" - Me.ucrVariableAsFactorForHeatMap.TabIndex = 1 Me.ucrVariableAsFactorForHeatMap.ucrSelector = Nothing Me.ucrVariableAsFactorForHeatMap.ucrVariableSelector = Nothing ' - 'ucrReceiverFill + 'ucrInputReorderVariableX ' - Me.ucrReceiverFill.AutoSize = True - Me.ucrReceiverFill.frmParent = Me - Me.ucrReceiverFill.Location = New System.Drawing.Point(273, 151) - Me.ucrReceiverFill.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverFill.Name = "ucrReceiverFill" - Me.ucrReceiverFill.Selector = Nothing - Me.ucrReceiverFill.Size = New System.Drawing.Size(125, 20) - Me.ucrReceiverFill.strNcFilePath = "" - Me.ucrReceiverFill.TabIndex = 5 - Me.ucrReceiverFill.ucrSelector = Nothing + Me.ucrInputReorderVariableX.AddQuotesIfUnrecognised = True + resources.ApplyResources(Me.ucrInputReorderVariableX, "ucrInputReorderVariableX") + Me.ucrInputReorderVariableX.GetSetSelectedIndex = -1 + Me.ucrInputReorderVariableX.IsReadOnly = False + Me.ucrInputReorderVariableX.Name = "ucrInputReorderVariableX" + ' + 'ucrInputSize + ' + Me.ucrInputSize.AddQuotesIfUnrecognised = True + resources.ApplyResources(Me.ucrInputSize, "ucrInputSize") + Me.ucrInputSize.GetSetSelectedIndex = -1 + Me.ucrInputSize.IsReadOnly = False + Me.ucrInputSize.Name = "ucrInputSize" + ' + 'ucrChkAddLabels + ' + resources.ApplyResources(Me.ucrChkAddLabels, "ucrChkAddLabels") + Me.ucrChkAddLabels.Checked = False + Me.ucrChkAddLabels.Name = "ucrChkAddLabels" + ' + 'ucrInputPosition + ' + Me.ucrInputPosition.AddQuotesIfUnrecognised = True + resources.ApplyResources(Me.ucrInputPosition, "ucrInputPosition") + Me.ucrInputPosition.GetSetSelectedIndex = -1 + Me.ucrInputPosition.IsReadOnly = False + Me.ucrInputPosition.Name = "ucrInputPosition" + ' + 'ucrInputColour + ' + Me.ucrInputColour.AddQuotesIfUnrecognised = True + resources.ApplyResources(Me.ucrInputColour, "ucrInputColour") + Me.ucrInputColour.GetSetSelectedIndex = -1 + Me.ucrInputColour.IsReadOnly = False + Me.ucrInputColour.Name = "ucrInputColour" ' 'ucrReceiverX ' - Me.ucrReceiverX.AutoSize = True + resources.ApplyResources(Me.ucrReceiverX, "ucrReceiverX") Me.ucrReceiverX.frmParent = Me - Me.ucrReceiverX.Location = New System.Drawing.Point(273, 108) - Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverX.Name = "ucrReceiverX" Me.ucrReceiverX.Selector = Nothing - Me.ucrReceiverX.Size = New System.Drawing.Size(125, 20) Me.ucrReceiverX.strNcFilePath = "" - Me.ucrReceiverX.TabIndex = 3 Me.ucrReceiverX.ucrSelector = Nothing ' - 'ucrSaveGraph + 'ucrReceiverGroup ' - Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 340) - Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) - Me.ucrSaveGraph.Name = "ucrSaveGraph" - Me.ucrSaveGraph.Size = New System.Drawing.Size(370, 24) - Me.ucrSaveGraph.TabIndex = 21 + resources.ApplyResources(Me.ucrReceiverGroup, "ucrReceiverGroup") + Me.ucrReceiverGroup.frmParent = Me + Me.ucrReceiverGroup.Name = "ucrReceiverGroup" + Me.ucrReceiverGroup.Selector = Nothing + Me.ucrReceiverGroup.strNcFilePath = "" + Me.ucrReceiverGroup.ucrSelector = Nothing ' - 'ucrHeatMapSelector + 'lblGroup ' - Me.ucrHeatMapSelector.AutoSize = True - Me.ucrHeatMapSelector.bDropUnusedFilterLevels = False - Me.ucrHeatMapSelector.bShowHiddenColumns = False - Me.ucrHeatMapSelector.bUseCurrentFilter = True - Me.ucrHeatMapSelector.Location = New System.Drawing.Point(8, 22) - Me.ucrHeatMapSelector.Margin = New System.Windows.Forms.Padding(0) - Me.ucrHeatMapSelector.Name = "ucrHeatMapSelector" - Me.ucrHeatMapSelector.Size = New System.Drawing.Size(238, 190) - Me.ucrHeatMapSelector.TabIndex = 0 + resources.ApplyResources(Me.lblGroup, "lblGroup") + Me.lblGroup.Name = "lblGroup" ' - 'ucrBase + 'ucrChkPoints ' - Me.ucrBase.AutoSize = True - Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrBase.Location = New System.Drawing.Point(8, 372) - Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) - Me.ucrBase.TabIndex = 22 + resources.ApplyResources(Me.ucrChkPoints, "ucrChkPoints") + Me.ucrChkPoints.Checked = False + Me.ucrChkPoints.Name = "ucrChkPoints" ' 'dlgHeatMapPlot ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(420, 426) + resources.ApplyResources(Me, "$this") + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.Controls.Add(Me.ucrChkPoints) + Me.Controls.Add(Me.lblGroup) + Me.Controls.Add(Me.lblFillChoropleth) + Me.Controls.Add(Me.ucrChkFlipCoordinates) + Me.Controls.Add(Me.rdoChoroplethMap) + Me.Controls.Add(Me.rdoHeatMap) Me.Controls.Add(Me.lblPointsOptional) Me.Controls.Add(Me.lblPointsSize) - Me.Controls.Add(Me.ucrReceiverPoints) - Me.Controls.Add(Me.ucrNudShape) + Me.Controls.Add(Me.ucrReceiverPointsHeatMap) + Me.Controls.Add(Me.ucrNudShapeHeatMap) Me.Controls.Add(Me.ucrChkColourPalette) Me.Controls.Add(Me.ucrInputColourPalette) - Me.Controls.Add(Me.ucrInputSize) - Me.Controls.Add(Me.lblSize) - Me.Controls.Add(Me.ucrInputColour) - Me.Controls.Add(Me.lblColour) - Me.Controls.Add(Me.ucrInputPosition) - Me.Controls.Add(Me.lblPosition) - Me.Controls.Add(Me.ucrChkAddLabels) - Me.Controls.Add(Me.ucrVariableAsFactorForHeatMap) Me.Controls.Add(Me.lblFill) Me.Controls.Add(Me.ucrReceiverFill) - Me.Controls.Add(Me.ucrReceiverX) Me.Controls.Add(Me.ucrSaveGraph) - Me.Controls.Add(Me.lblXVariable) Me.Controls.Add(Me.cmdOptions) Me.Controls.Add(Me.cmdTileOptions) - Me.Controls.Add(Me.ucrHeatMapSelector) Me.Controls.Add(Me.ucrBase) + Me.Controls.Add(Me.ucrPnlOptions) + Me.Controls.Add(Me.ucrInputReorderValue) + Me.Controls.Add(Me.ucrHeatMapSelector) + Me.Controls.Add(Me.lblLongitude) + Me.Controls.Add(Me.ucrReceiverLongitude) + Me.Controls.Add(Me.lblXVariable) + Me.Controls.Add(Me.ucrReceiverLatitude) + Me.Controls.Add(Me.lblLatitude) + Me.Controls.Add(Me.lblReorderValue) + Me.Controls.Add(Me.ucrReceiverFillChoropleth) + Me.Controls.Add(Me.ucrVariableAsFactorForHeatMap) + Me.Controls.Add(Me.ucrInputReorderVariableX) + Me.Controls.Add(Me.ucrInputSize) + Me.Controls.Add(Me.ucrChkAddLabels) + Me.Controls.Add(Me.lblLabelPosition) + Me.Controls.Add(Me.ucrInputPosition) + Me.Controls.Add(Me.lblLabelColour) + Me.Controls.Add(Me.ucrInputColour) + Me.Controls.Add(Me.lblLabelSize) + Me.Controls.Add(Me.ucrReceiverX) + Me.Controls.Add(Me.lblReorderVariableX) + Me.Controls.Add(Me.ucrReceiverGroup) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgHeatMapPlot" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Heat Map" Me.ResumeLayout(False) Me.PerformLayout() @@ -365,16 +429,33 @@ Partial Class dlgHeatMapPlot Friend WithEvents lblFill As Label Friend WithEvents ucrReceiverFill As ucrReceiverSingle Friend WithEvents ucrChkAddLabels As ucrCheck - Friend WithEvents lblPosition As Label + Friend WithEvents lblLabelPosition As Label Friend WithEvents ucrInputPosition As ucrInputComboBox - Friend WithEvents lblColour As Label + Friend WithEvents lblLabelColour As Label Friend WithEvents ucrInputColour As ucrInputComboBox Friend WithEvents ucrInputSize As ucrInputComboBox - Friend WithEvents lblSize As Label + Friend WithEvents lblLabelSize As Label Friend WithEvents ucrInputColourPalette As ucrInputComboBox Friend WithEvents ucrChkColourPalette As ucrCheck Friend WithEvents lblPointsOptional As Label Friend WithEvents lblPointsSize As Label - Friend WithEvents ucrReceiverPoints As ucrReceiverSingle - Friend WithEvents ucrNudShape As ucrNud + Friend WithEvents ucrReceiverPointsHeatMap As ucrReceiverSingle + Friend WithEvents ucrNudShapeHeatMap As ucrNud + Friend WithEvents lblReorderVariableX As Label + Friend WithEvents ucrInputReorderVariableX As ucrInputComboBox + Friend WithEvents ucrInputReorderValue As ucrInputComboBox + Friend WithEvents lblReorderValue As Label + Friend WithEvents ucrPnlOptions As UcrPanel + Friend WithEvents rdoChoroplethMap As RadioButton + Friend WithEvents rdoHeatMap As RadioButton + Friend WithEvents ucrChkFlipCoordinates As ucrCheck + Friend WithEvents lblLongitude As Label + Friend WithEvents ucrReceiverLongitude As ucrReceiverSingle + Friend WithEvents lblLatitude As Label + Friend WithEvents ucrReceiverLatitude As ucrReceiverSingle + Friend WithEvents lblFillChoropleth As Label + Friend WithEvents ucrReceiverFillChoropleth As ucrReceiverSingle + Friend WithEvents lblGroup As Label + Friend WithEvents ucrReceiverGroup As ucrReceiverSingle + Friend WithEvents ucrChkPoints As ucrCheck End Class \ No newline at end of file diff --git a/instat/dlgHeatMapPlot.resx b/instat/dlgHeatMapPlot.resx index 1af7de150c9..f4b21488f06 100644 --- a/instat/dlgHeatMapPlot.resx +++ b/instat/dlgHeatMapPlot.resx @@ -117,4 +117,1120 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + + 10, 281 + + + 147, 25 + + + + 5 + + + Plot Options + + + cmdOptions + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + + + NoControl + + + 10, 250 + + + 147, 25 + + + 4 + + + Tile Options + + + cmdTileOptions + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + + + True + + + NoControl + + + 273, 197 + + + 58, 13 + + + 15 + + + X Variable: + + + lblXVariable + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 23 + + + True + + + NoControl + + + 273, 284 + + + 22, 13 + + + 20 + + + Fill: + + + lblFill + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + + + True + + + NoControl + + + 91, 413 + + + 47, 13 + + + 29 + + + Position: + + + lblLabelPosition + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 32 + + + True + + + NoControl + + + 208, 413 + + + 40, 13 + + + 31 + + + Colour: + + + lblLabelColour + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 34 + + + True + + + NoControl + + + 314, 413 + + + 30, 13 + + + 33 + + + Size: + + + lblLabelSize + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 36 + + + True + + + NoControl + + + 273, 328 + + + 87, 13 + + + 23 + + + Points (Optional): + + + lblPointsOptional + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + NoControl + + + 275, 369 + + + 30, 13 + + + 25 + + + Size: + + + lblPointsSize + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + True + + + NoControl + + + 273, 240 + + + 48, 13 + + + 18 + + + Reorder: + + + lblReorderVariableX + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 38 + + + True + + + NoControl + + + 273, 112 + + + 48, 13 + + + 10 + + + Reorder: + + + lblReorderValue + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 26 + + + Button + + + Flat + + + NoControl + + + 206, 12 + + + 110, 28 + + + 2 + + + Chorolopleth Map + + + MiddleCenter + + + rdoChoroplethMap + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + Button + + + Flat + + + NoControl + + + 99, 12 + + + 110, 28 + + + 1 + + + Heat Map + + + MiddleCenter + + + rdoHeatMap + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + True + + + NoControl + + + 273, 63 + + + 57, 13 + + + 7 + + + Longitude: + + + lblLongitude + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 21 + + + True + + + NoControl + + + 273, 111 + + + 48, 13 + + + 11 + + + Latitude: + + + lblLatitude + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 25 + + + True + + + NoControl + + + 273, 154 + + + 22, 13 + + + 13 + + + Fill: + + + lblFillChoropleth + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + 10, 379 + + + 166, 23 + + + 27 + + + ucrChkFlipCoordinates + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 3 + + + True + + + True + + + 6, 13 + + + 420, 562 + + + True + + + 10, 379 + + + 166, 23 + + + 39 + + + ucrChkPoints + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 0 + + + True + + + 273, 197 + + + 55, 13 + + + 16 + + + Group/ID: + + + lblGroup + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 308, 366 + + + 41, 20 + + + 26 + + + ucrNudShapeHeatMap + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 9 + + + True + + + 10, 439 + + + 128, 23 + + + 35 + + + ucrChkColourPalette + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 10 + + + GrowAndShrink + + + 141, 439 + + + 63, 21 + + + 36 + + + ucrInputColourPalette + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 11 + + + True + + + 273, 300 + + + 0, 0, 0, 0 + + + 125, 20 + + + 22 + + + ucrReceiverFill + + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 13 + + + GrowAndShrink + + + 10, 470 + + + 4, 5, 4, 5 + + + 370, 32 + + + 37 + + + ucrSaveGraph + + + instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 14 + + + GrowAndShrink + + + 8, 510 + + + 410, 58 + + + 38 + + + ucrBase + + + instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 17 + + + GrowAndShrink + + + 99, 5 + + + 217, 43 + + + 0 + + + ucrPnlOptions + + + instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 18 + + + GrowAndShrink + + + 273, 127 + + + 93, 21 + + + 10 + + + ucrInputReorderValue + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 19 + + + True + + + 8, 60 + + + 0, 0, 0, 0 + + + 238, 190 + + + 3 + + + ucrHeatMapSelector + + + instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 20 + + + True + + + 273, 84 + + + 0, 0, 0, 0 + + + 120, 20 + + + 8 + + + ucrReceiverLongitude + + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 22 + + + True + + + 273, 127 + + + 0, 0, 0, 0 + + + 120, 20 + + + 9 + + + ucrReceiverLatitude + + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 24 + + + True + + + 273, 170 + + + 0, 0, 0, 0 + + + 122, 20 + + + 12 + + + ucrReceiverFillChoropleth + + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 27 + + + True + + + 273, 54 + + + 125, 138 + + + 6 + + + ucrVariableAsFactorForHeatMap + + + instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 28 + + + GrowAndShrink + + + 273, 256 + + + 93, 21 + + + 18 + + + ucrInputReorderVariableX + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 29 + + + GrowAndShrink + + + 347, 409 + + + 61, 21 + + + 34 + + + ucrInputSize + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 30 + + + True + + + 10, 409 + + + 82, 23 + + + 28 + + + ucrChkAddLabels + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 31 + + + GrowAndShrink + + + 141, 409 + + + 63, 21 + + + 30 + + + ucrInputPosition + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 33 + + + GrowAndShrink + + + 251, 409 + + + 57, 21 + + + 32 + + + ucrInputColour + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 35 + + + True + + + 273, 213 + + + 0, 0, 0, 0 + + + 120, 20 + + + 15 + + + ucrReceiverX + + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 37 + + + True + + + 273, 213 + + + 0, 0, 0, 0 + + + 124, 20 + + + 14 + + + ucrReceiverGroup + + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 39 + + + CenterScreen + + + Heat Map/Choropleth + + + dlgHeatMapPlot + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 273, 343 + + + 0, 0, 0, 0 + + + 125, 20 + + + 24 + + + ucrReceiverPointsHeatMap + + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 8 + \ No newline at end of file diff --git a/instat/dlgHeatMapPlot.vb b/instat/dlgHeatMapPlot.vb index 73cbc74889a..63cb83d2716 100644 --- a/instat/dlgHeatMapPlot.vb +++ b/instat/dlgHeatMapPlot.vb @@ -16,42 +16,33 @@ Imports instat.Translations Public Class dlgHeatMapPlot - Private clsRggplotFunction As New RFunction - Private clsRgeomTileFunction As New RFunction - Private clsRaesFunction As New RFunction Private bFirstLoad As Boolean = True Private bRCodeSet As Boolean = True - Private clsBaseOperator As New ROperator Private bReset As Boolean = True Private bResetSubdialog As Boolean = False - Private clsLabsFunction As New RFunction - Private clsXlabsFunction As New RFunction - Private clsYlabFunction As New RFunction - Private clsXScalecontinuousFunction As New RFunction - Private clsYScalecontinuousFunction As New RFunction - Private clsRFacetFunction As New RFunction - Private clsThemeFunction As New RFunction - Private dctThemeFunctions As New Dictionary(Of String, RFunction) - Private clsLocalRaesFunction As New RFunction Private bResetRugLayerSubdialog As Boolean = True - Private clsCoordPolarFunction As New RFunction - Private clsCoordPolarStartOperator As New ROperator - Private clsXScaleDateFunction As New RFunction - Private clsYScaleDateFunction As New RFunction - Private clsScaleFillViridisFunction As New RFunction - Private clsScaleColourViridisFunction As New RFunction - Private clsAnnotateFunction As New RFunction - Private clsGeomTextFunction As New RFunction - Private clsLabelAesFunction As New RFunction - Private clsColourPaletteFunction As New RFunction - Private clsGeomPointSizeFunction As New RFunction - Private clsGeomPointShapeFunction As New RFunction - Private clsShapeAesFunction As New RFunction - Private clsSizeAesFunction As New RFunction - + Private dctThemeFunctions As New Dictionary(Of String, RFunction) 'Parameter names for geoms Private strFirstParameterName As String = "geomrug" Private strGeomParameterNames() As String = {strFirstParameterName} + Private ReadOnly strAscending As String = "Ascending" + Private ReadOnly strDescending As String = "Descending" + Private ReadOnly strReverse As String = "Reverse" + Private ReadOnly strNone As String = "None" + + Private clsCoordPolarStartOperator, clsBaseOperator, clsPipeOperator As New ROperator + + Private clsCoordPolarFunction, clsAnnotateFunction, clsLocalRaesFunction, clsXScaleDateFunction, clsYScaleDateFunction, + clsScaleFillViridisFunction, clsScaleColourViridisFunction, clsGeomTextFunction, + clsLabelAesFunction, clsColourPaletteFunction, clsForecatsReverseFunction, + clsForecatsReverseValueFunction, clsReorderFunction, clsReorderValueFunction, clsGeomPolygonAesFunction, clsRggplotFunction, + clsRgeomTileFunction, clsLabsFunction, clsGeomPointSizeHeatMapFunction, clsGeomPointSizeChoroplethFunction, + clsGeomPointShapeHeatMapFunction, clsShapeHeatMapAesFunction, clsGroupFunction, clsSizeHeatMapAesFunction, + clsSizeChoroplethAesFunction, clsHeatmapAesFunction, clsChoroplethAesFunction, clsXlabsFunction, clsYlabFunction, + clsXScalecontinuousFunction, clsYScalecontinuousFunction, clsRFacetFunction, clsThemeFunction, clsRoundFunction, + clsXRangeFunction, clsYRangeFunction, clsXMeanFunction, clsYMeanFunction, clsGroupByFunction, + clsSummariseFunction, clsDummyFunction As New RFunction + Private Sub dlgHeatMapPlot_Load(sender As Object, e As EventArgs) Handles MyBase.Load If bFirstLoad Then InitialiseDialog() @@ -68,6 +59,8 @@ Public Class dlgHeatMapPlot End Sub Private Sub InitialiseDialog() + Dim clsCoordFlipFunction As New RFunction + Dim clsCoordFlipParam As New RParameter Dim dctLabelColours As New Dictionary(Of String, String) Dim dctLabelPositions As New Dictionary(Of String, String) Dim dctLabelSizes As New Dictionary(Of String, String) @@ -77,34 +70,75 @@ Public Class dlgHeatMapPlot ucrBase.clsRsyntax.bExcludeAssignedFunctionOutput = False ucrBase.clsRsyntax.iCallType = 3 + ucrPnlOptions.AddRadioButton(rdoHeatMap) + ucrPnlOptions.AddRadioButton(rdoChoroplethMap) + + ucrPnlOptions.AddParameterPresentCondition(rdoHeatMap, "geom_tile") + ucrPnlOptions.AddParameterPresentCondition(rdoChoroplethMap, "geom_polygon") + + ucrPnlOptions.AddToLinkedControls({ucrChkAddLabels, ucrChkColourPalette}, {rdoHeatMap, rdoChoroplethMap}) + ucrPnlOptions.AddToLinkedControls({ucrChkPoints, ucrReceiverFillChoropleth, ucrReceiverLongitude, ucrReceiverLatitude, ucrReceiverGroup}, {rdoChoroplethMap}, bNewLinkedHideIfParameterMissing:=True, bNewLinkedAddRemoveParameter:=True) + ucrPnlOptions.AddToLinkedControls({ucrChkColourPalette, ucrChkFlipCoordinates, ucrInputReorderValue, ucrReceiverPointsHeatMap, ucrReceiverFill, ucrInputReorderVariableX, ucrReceiverX, ucrVariableAsFactorForHeatMap}, {rdoHeatMap}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) + ucrReceiverX.SetLinkedDisplayControl(lblXVariable) + ucrReceiverLatitude.SetLinkedDisplayControl(lblLatitude) + ucrReceiverLongitude.SetLinkedDisplayControl(lblLongitude) + ucrReceiverFill.SetLinkedDisplayControl(lblFill) + ucrReceiverFillChoropleth.SetLinkedDisplayControl(lblFillChoropleth) + ucrReceiverPointsHeatMap.SetLinkedDisplayControl(lblPointsOptional) + ucrReceiverGroup.SetLinkedDisplayControl(lblGroup) + ucrHeatMapSelector.SetParameter(New RParameter("data", 0)) ucrHeatMapSelector.SetParameterIsrfunction() + ucrReceiverX.Selector = ucrHeatMapSelector ucrReceiverX.SetParameter(New RParameter("x", 0)) ucrReceiverX.SetParameterIsString() - ucrReceiverX.Selector = ucrHeatMapSelector + ucrReceiverX.bChangeParameterValue = False ucrReceiverX.bWithQuotes = False - ucrVariableAsFactorForHeatMap.SetParameter(New RParameter("y", 1)) + ucrReceiverLongitude.Selector = ucrHeatMapSelector + ucrReceiverLongitude.SetParameter(New RParameter("x", 0)) + ucrReceiverLongitude.SetParameterIsString() + ucrReceiverLongitude.bWithQuotes = False + + ucrReceiverLatitude.Selector = ucrHeatMapSelector + ucrReceiverLatitude.SetParameter(New RParameter("y", 1)) + ucrReceiverLatitude.SetParameterIsString() + ucrReceiverLatitude.bWithQuotes = False + + ucrReceiverFillChoropleth.Selector = ucrHeatMapSelector + ucrReceiverFillChoropleth.SetParameter(New RParameter("fill", 2)) + ucrReceiverFillChoropleth.SetParameterIsString() + ucrReceiverFillChoropleth.bWithQuotes = False + + ucrReceiverGroup.Selector = ucrHeatMapSelector + ucrReceiverGroup.SetParameter(New RParameter("group", 0)) + ucrReceiverGroup.SetParameterIsString() + ucrReceiverGroup.bWithQuotes = False + ucrVariableAsFactorForHeatMap.Selector = ucrHeatMapSelector + ucrVariableAsFactorForHeatMap.SetFactorReceiver(ucrReceiverX) + ucrVariableAsFactorForHeatMap.SetParameter(New RParameter("y", 1)) ucrVariableAsFactorForHeatMap.SetParameterIsString() + ucrVariableAsFactorForHeatMap.bChangeParameterValue = False ucrVariableAsFactorForHeatMap.bWithQuotes = False ucrVariableAsFactorForHeatMap.SetValuesToIgnore({Chr(34) & Chr(34)}) ucrVariableAsFactorForHeatMap.bAddParameterIfEmpty = True + ucrReceiverFill.Selector = ucrHeatMapSelector ucrReceiverFill.SetParameter(New RParameter("fill", 2)) ucrReceiverFill.SetParameterIsString() - ucrReceiverFill.Selector = ucrHeatMapSelector ucrReceiverFill.bWithQuotes = False - ucrReceiverPoints.SetParameter(New RParameter("size", 0)) - ucrReceiverPoints.SetParameterIsString() - ucrReceiverPoints.Selector = ucrHeatMapSelector - ucrReceiverPoints.bWithQuotes = False + ucrReceiverPointsHeatMap.Selector = ucrHeatMapSelector + ucrReceiverPointsHeatMap.SetParameter(New RParameter("size", 0)) + ucrReceiverPointsHeatMap.SetParameterIsString() + ucrReceiverPointsHeatMap.bWithQuotes = False + ucrReceiverPointsHeatMap.AddToLinkedControls(ucrNudShapeHeatMap, {True}, bNewLinkedHideIfParameterMissing:=True) - ucrNudShape.SetParameter(New RParameter("size", 2)) - ucrNudShape.Visible = False - ucrNudShape.SetLinkedDisplayControl(lblPointsSize) + ucrNudShapeHeatMap.SetParameter(New RParameter("size", 2)) + ucrNudShapeHeatMap.Visible = False + ucrNudShapeHeatMap.SetLinkedDisplayControl(lblPointsSize) ucrSaveGraph.SetPrefix("heatmap") ucrSaveGraph.SetSaveTypeAsGraph() @@ -121,8 +155,8 @@ Public Class dlgHeatMapPlot ucrInputPosition.SetParameter(New RParameter("vjust", 2)) dctLabelPositions.Add("Middle", "0") - dctLabelPositions.Add("Out", "-0.25") - dctLabelPositions.Add("In", "5") + dctLabelPositions.Add("Up", "-1") + dctLabelPositions.Add("Down", "2") ucrInputPosition.SetItems(dctLabelPositions) ucrInputPosition.SetDropDownStyleAsNonEditable() @@ -142,33 +176,70 @@ Public Class dlgHeatMapPlot ucrInputColourPalette.SetItems(dctColourPallette) ucrInputColourPalette.SetDropDownStyleAsNonEditable() + ucrChkPoints.SetText("Include Points") + ucrChkPoints.AddParameterValuesCondition(True, "choropleth_geom_point", "True") + ucrChkPoints.AddParameterValuesCondition(False, "choropleth_geom_point", "False") + ucrChkColourPalette.SetText("Colour Palette") ucrChkColourPalette.AddParameterPresentCondition(True, "option") ucrChkColourPalette.AddParameterPresentCondition(False, "option", False) + ucrChkAddLabels.SetText("Add Labels") ucrChkAddLabels.AddParameterPresentCondition(True, "geom_text") ucrChkAddLabels.AddParameterPresentCondition(False, "geom_text", False) ucrChkAddLabels.AddToLinkedControls({ucrInputPosition, ucrInputSize, ucrInputColour}, {True}, bNewLinkedHideIfParameterMissing:=True) ucrChkColourPalette.AddToLinkedControls({ucrInputColourPalette}, {True}, bNewLinkedHideIfParameterMissing:=True, bNewLinkedAddRemoveParameter:=True, bNewLinkedChangeToDefaultState:=True, objNewDefaultState:="Viridis") - ucrInputColour.SetLinkedDisplayControl(lblColour) - ucrInputPosition.SetLinkedDisplayControl(lblPosition) - ucrInputSize.SetLinkedDisplayControl(lblSize) - + ucrInputColour.SetLinkedDisplayControl(lblLabelColour) + ucrInputPosition.SetLinkedDisplayControl(lblLabelPosition) + ucrInputSize.SetLinkedDisplayControl(lblLabelSize) + + ucrInputReorderValue.SetItems({strAscending, strDescending, strReverse, strNone}) + ucrInputReorderValue.SetDropDownStyleAsNonEditable() + ucrInputReorderValue.SetLinkedDisplayControl(lblReorderValue) + + ucrInputReorderVariableX.SetItems({strAscending, strDescending, strReverse, strNone}) + ucrInputReorderVariableX.SetDropDownStyleAsNonEditable() + ucrInputReorderVariableX.SetLinkedDisplayControl(lblReorderVariableX) + + clsCoordFlipFunction.SetPackageName("ggplot2") + clsCoordFlipFunction.SetRCommand("coord_flip") + clsCoordFlipParam.SetArgumentName("coord_flip") + clsCoordFlipParam.SetArgument(clsCoordFlipFunction) + ucrChkFlipCoordinates.SetText("Swap x and y") + ucrChkFlipCoordinates.SetParameter(clsCoordFlipParam, bNewChangeParameterValue:=False, bNewAddRemoveParameter:=True) End Sub Private Sub SetDefaults() - clsRaesFunction = New RFunction + clsBaseOperator = New ROperator + clsPipeOperator = New ROperator clsRggplotFunction = New RFunction clsRgeomTileFunction = New RFunction - clsBaseOperator = New ROperator clsGeomTextFunction = New RFunction clsLabelAesFunction = New RFunction clsColourPaletteFunction = New RFunction - clsGeomPointSizeFunction = New RFunction - clsSizeAesFunction = New RFunction - clsGeomPointShapeFunction = New RFunction - clsShapeAesFunction = New RFunction + clsGeomPointSizeHeatMapFunction = New RFunction + clsGeomPointSizeChoroplethFunction = New RFunction + clsSizeHeatMapAesFunction = New RFunction + clsSizeChoroplethAesFunction = New RFunction + clsGeomPointShapeHeatMapFunction = New RFunction + clsShapeHeatMapAesFunction = New RFunction + clsGroupFunction = New RFunction + clsGeomPolygonAesFunction = New RFunction + clsForecatsReverseFunction = New RFunction + clsForecatsReverseValueFunction = New RFunction + clsReorderFunction = New RFunction + clsReorderValueFunction = New RFunction + clsHeatmapAesFunction = New RFunction + clsChoroplethAesFunction = New RFunction + clsRoundFunction = New RFunction + clsXRangeFunction = New RFunction + clsYRangeFunction = New RFunction + clsXMeanFunction = New RFunction + clsYMeanFunction = New RFunction + clsGroupByFunction = New RFunction + clsSummariseFunction = New RFunction + clsDummyFunction = New RFunction ucrSaveGraph.Reset() ucrVariableAsFactorForHeatMap.SetMeAsReceiver() @@ -177,16 +248,22 @@ Public Class dlgHeatMapPlot bResetSubdialog = True bResetRugLayerSubdialog = True + ucrInputReorderValue.SetText(strNone) + ucrInputReorderValue.bUpdateRCodeFromControl = True + + ucrInputReorderVariableX.SetText(strNone) + ucrInputReorderVariableX.bUpdateRCodeFromControl = True + clsBaseOperator.SetOperation("+") clsBaseOperator.AddParameter("ggplot", clsRFunctionParameter:=clsRggplotFunction, iPosition:=0) - clsBaseOperator.AddParameter(strFirstParameterName, clsRFunctionParameter:=clsRgeomTileFunction, iPosition:=1) + clsBaseOperator.AddParameter("geom_tile", clsRFunctionParameter:=clsRgeomTileFunction, iPosition:=1) clsRggplotFunction.SetPackageName("ggplot2") clsRggplotFunction.SetRCommand("ggplot") - clsRggplotFunction.AddParameter("mapping", clsRFunctionParameter:=clsRaesFunction, iPosition:=1) + clsRggplotFunction.AddParameter("mapping", clsRFunctionParameter:=clsHeatmapAesFunction, iPosition:=1) - clsRaesFunction.SetPackageName("ggplot2") - clsRaesFunction.SetRCommand("aes") + clsHeatmapAesFunction.SetPackageName("ggplot2") + clsHeatmapAesFunction.SetRCommand("aes") clsRgeomTileFunction.SetPackageName("ggplot2") clsRgeomTileFunction.SetRCommand("geom_tile") @@ -194,32 +271,98 @@ Public Class dlgHeatMapPlot clsGeomTextFunction.SetPackageName("ggplot2") clsGeomTextFunction.SetRCommand("geom_text") clsGeomTextFunction.AddParameter("mapping", clsRFunctionParameter:=clsLabelAesFunction, iPosition:=1) - clsGeomTextFunction.AddParameter("colour", "black", iPosition:=4) - clsGeomTextFunction.AddParameter("vjust", "-0.25", iPosition:=2) - clsGeomTextFunction.AddParameter("size", "4", iPosition:=5) + clsGeomTextFunction.AddParameter("colour", "black", iPosition:=2) + clsGeomTextFunction.AddParameter("vjust", "-1", iPosition:=3) + clsGeomTextFunction.AddParameter("size", "4", iPosition:=4) clsLabelAesFunction.SetPackageName("ggplot2") clsLabelAesFunction.SetRCommand("aes") - clsLabelAesFunction.AddParameter("label", ucrVariableAsFactorForHeatMap.GetVariableNames(False), iPosition:=0) + clsLabelAesFunction.AddParameter("label", clsRFunctionParameter:=clsRoundFunction, iPosition:=2) - clsGeomPointSizeFunction.SetPackageName("ggplot2") - clsGeomPointSizeFunction.SetRCommand("geom_point") - clsGeomPointSizeFunction.AddParameter("mapping", clsRFunctionParameter:=clsSizeAesFunction, iPosition:=0) + clsRoundFunction.SetRCommand("round") + clsRoundFunction.AddParameter("digits", 2, iPosition:=0) - clsSizeAesFunction.SetPackageName("ggplot2") - clsSizeAesFunction.SetRCommand("aes") + clsGeomPointSizeHeatMapFunction.SetPackageName("ggplot2") + clsGeomPointSizeHeatMapFunction.SetRCommand("geom_point") + clsGeomPointSizeHeatMapFunction.AddParameter("mapping", clsRFunctionParameter:=clsSizeHeatMapAesFunction, iPosition:=0) - clsGeomPointShapeFunction.SetPackageName("ggplot2") - clsGeomPointShapeFunction.SetRCommand("geom_point") - clsGeomPointShapeFunction.AddParameter("mapping", clsRFunctionParameter:=clsShapeAesFunction, iPosition:=0) - clsGeomPointShapeFunction.AddParameter("size", 5, iPosition:=2) + clsSizeHeatMapAesFunction.SetPackageName("ggplot2") + clsSizeHeatMapAesFunction.SetRCommand("aes") - clsShapeAesFunction.SetPackageName("ggplot2") - clsShapeAesFunction.SetRCommand("aes") + clsGeomPointShapeHeatMapFunction.SetPackageName("ggplot2") + clsGeomPointShapeHeatMapFunction.SetRCommand("geom_point") + clsGeomPointShapeHeatMapFunction.AddParameter("mapping", clsRFunctionParameter:=clsShapeHeatMapAesFunction, iPosition:=0) + clsGeomPointShapeHeatMapFunction.AddParameter("size", 5, iPosition:=1) + + clsShapeHeatMapAesFunction.SetPackageName("ggplot2") + clsShapeHeatMapAesFunction.SetRCommand("aes") + + clsBaseOperator.SetOperation("+") + clsBaseOperator.AddParameter("ggplot", clsRFunctionParameter:=clsRggplotFunction, iPosition:=0) clsColourPaletteFunction.SetPackageName("viridis") clsColourPaletteFunction.SetRCommand("scale_fill_viridis") + clsForecatsReverseFunction.SetPackageName("forcats") + clsForecatsReverseFunction.SetRCommand("fct_rev") + + clsForecatsReverseValueFunction.SetPackageName("forcats") + clsForecatsReverseValueFunction.SetRCommand("fct_rev") + + clsReorderValueFunction.SetRCommand("reorder") + + clsReorderFunction.SetRCommand("reorder") + + clsChoroplethAesFunction.SetPackageName("ggplot2") + clsChoroplethAesFunction.SetRCommand("aes") + + clsLabelAesFunction.SetPackageName("ggplot2") + clsLabelAesFunction.SetRCommand("aes") + + clsGeomPolygonAesFunction.SetPackageName("ggplot2") + clsGeomPolygonAesFunction.SetRCommand("geom_polygon") + clsGeomPolygonAesFunction.AddParameter("mapping", clsRFunctionParameter:=clsGroupFunction, iPosition:=0) + + clsGroupFunction.SetPackageName("ggplot2") + clsGroupFunction.SetRCommand("aes") + + clsDummyFunction.AddParameter("choropleth_geom_point", False, iPosition:=0) + + clsPipeOperator.SetOperation("%>%") + clsPipeOperator.AddParameter("data", ucrHeatMapSelector.ucrAvailableDataFrames.cboAvailableDataFrames.Text, iPosition:=0) + clsPipeOperator.AddParameter("group_by", clsRFunctionParameter:=clsGroupByFunction, iPosition:=1) + clsPipeOperator.AddParameter("summarise", clsRFunctionParameter:=clsSummariseFunction, iPosition:=2) + clsPipeOperator.SetAssignTo("cnames") + + clsGroupByFunction.SetPackageName("dplyr") + clsGroupByFunction.SetRCommand("group_by") + + clsSummariseFunction.SetPackageName("dplyr") + clsSummariseFunction.SetRCommand("summarise") + clsSummariseFunction.AddParameter("x", clsRFunctionParameter:=clsXMeanFunction, iPosition:=0) + clsSummariseFunction.AddParameter("y", clsRFunctionParameter:=clsYMeanFunction, iPosition:=1) + + clsXMeanFunction.SetRCommand("mean") + clsXMeanFunction.AddParameter("x", clsRFunctionParameter:=clsXRangeFunction, iPosition:=0, bIncludeArgumentName:=False) + + clsXRangeFunction.SetRCommand("range") + + clsYMeanFunction.SetRCommand("mean") + clsYMeanFunction.AddParameter("y", clsRFunctionParameter:=clsYRangeFunction, iPosition:=0, bIncludeArgumentName:=False) + + clsYRangeFunction.SetRCommand("range") + + clsGeomPointSizeChoroplethFunction.SetPackageName("ggplot2") + clsGeomPointSizeChoroplethFunction.SetRCommand("geom_point") + clsGeomPointSizeChoroplethFunction.AddParameter("data", clsROperatorParameter:=clsPipeOperator, iPosition:=0) + clsGeomPointSizeChoroplethFunction.AddParameter("mapping", clsRFunctionParameter:=clsSizeChoroplethAesFunction, iPosition:=1) + + clsSizeChoroplethAesFunction.SetPackageName("ggplot2") + clsSizeChoroplethAesFunction.SetRCommand("aes") + clsSizeChoroplethAesFunction.AddParameter("x", "x", iPosition:=0) + clsSizeChoroplethAesFunction.AddParameter("y", "y", iPosition:=1) + + clsBaseOperator.AddParameter(GgplotDefaults.clsDefaultThemeParameter.Clone()) clsXlabsFunction = GgplotDefaults.clsXlabTitleFunction.Clone() clsLabsFunction = GgplotDefaults.clsDefaultLabs.Clone() @@ -240,39 +383,69 @@ Public Class dlgHeatMapPlot clsBaseOperator.SetAssignTo("last_graph", strTempDataframe:=ucrHeatMapSelector.ucrAvailableDataFrames.cboAvailableDataFrames.Text, strTempGraph:="last_graph") ucrBase.clsRsyntax.SetBaseROperator(clsBaseOperator) + TempOptionsDisabledInMultipleVariablesCase() End Sub Public Sub SetRCodeForControls(bReset As Boolean) bRCodeSet = False - ucrReceiverFill.AddAdditionalCodeParameterPair(clsLabelAesFunction, New RParameter("label", 2), iAdditionalPairNo:=1) - ucrReceiverPoints.AddAdditionalCodeParameterPair(clsShapeAesFunction, New RParameter("shape", 0), iAdditionalPairNo:=1) + ucrReceiverFill.AddAdditionalCodeParameterPair(clsRoundFunction, New RParameter("x", 0), iAdditionalPairNo:=1) + + ucrReceiverFillChoropleth.AddAdditionalCodeParameterPair(clsSizeChoroplethAesFunction, New RParameter("size", 0), iAdditionalPairNo:=1) + ucrReceiverFillChoropleth.AddAdditionalCodeParameterPair(clsGroupByFunction, New RParameter("x", 0, bNewIncludeArgumentName:=False), iAdditionalPairNo:=2) + ucrReceiverFillChoropleth.AddAdditionalCodeParameterPair(clsLabelAesFunction, New RParameter("label", 0), iAdditionalPairNo:=3) + + ucrReceiverPointsHeatMap.AddAdditionalCodeParameterPair(clsShapeHeatMapAesFunction, New RParameter("shape", 0), iAdditionalPairNo:=1) + + ucrReceiverX.AddAdditionalCodeParameterPair(clsReorderFunction, New RParameter("x", 0), iAdditionalPairNo:=1) + + ucrVariableAsFactorForHeatMap.AddAdditionalCodeParameterPair(clsReorderValueFunction, New RParameter("x", 0), iAdditionalPairNo:=1) + + ucrReceiverLongitude.AddAdditionalCodeParameterPair(clsXRangeFunction, New RParameter("x", 0, bNewIncludeArgumentName:=False), iAdditionalPairNo:=1) + + ucrReceiverLatitude.AddAdditionalCodeParameterPair(clsYRangeFunction, New RParameter("x", 0, bNewIncludeArgumentName:=False), iAdditionalPairNo:=1) + ucrSaveGraph.SetRCode(clsBaseOperator, bReset) ucrHeatMapSelector.SetRCode(clsRggplotFunction, bReset) - ucrReceiverX.SetRCode(clsRaesFunction, bReset) - ucrVariableAsFactorForHeatMap.SetRCode(clsRaesFunction, bReset) - ucrReceiverFill.SetRCode(clsRaesFunction, bReset) + ucrPnlOptions.SetRCode(clsBaseOperator, bReset) + ucrReceiverX.SetRCode(clsHeatmapAesFunction, bReset) + ucrReceiverLongitude.SetRCode(clsChoroplethAesFunction, bReset) + ucrReceiverLatitude.SetRCode(clsChoroplethAesFunction, bReset) + ucrVariableAsFactorForHeatMap.SetRCode(clsHeatmapAesFunction, bReset) + ucrReceiverFill.SetRCode(clsHeatmapAesFunction, bReset) + ucrReceiverFillChoropleth.SetRCode(clsChoroplethAesFunction, bReset) + ucrReceiverGroup.SetRCode(clsGroupFunction, bReset) + ucrChkPoints.SetRCode(clsDummyFunction, bReset) ucrChkAddLabels.SetRCode(clsBaseOperator, bReset) ucrInputColour.SetRCode(clsGeomTextFunction, bReset) ucrInputPosition.SetRCode(clsGeomTextFunction, bReset) ucrInputSize.SetRCode(clsGeomTextFunction, bReset) ucrChkColourPalette.SetRCode(clsColourPaletteFunction, bReset) ucrInputColourPalette.SetRCode(clsColourPaletteFunction, bReset) - ucrReceiverPoints.SetRCode(clsSizeAesFunction, bReset) - ucrNudShape.SetRCode(clsGeomPointShapeFunction, bReset) + ucrReceiverPointsHeatMap.SetRCode(clsSizeHeatMapAesFunction, bReset) + ucrNudShapeHeatMap.SetRCode(clsGeomPointShapeHeatMapFunction, bReset) + ucrChkFlipCoordinates.SetRCode(clsBaseOperator, bReset) bRCodeSet = True + + UnstackColumns() End Sub Private Sub TestOkEnabled() - If (Not ucrSaveGraph.IsComplete) OrElse (ucrReceiverX.IsEmpty() OrElse ucrVariableAsFactorForHeatMap.IsEmpty() OrElse (ucrChkAddLabels.Checked AndAlso ucrReceiverFill.IsEmpty)) Then + If Not ucrSaveGraph.IsComplete Then ucrBase.OKEnabled(False) - Else - ucrBase.OKEnabled(True) + Exit Sub End If - End Sub - Private Sub AllControlsContentsChanged() Handles ucrReceiverX.ControlContentsChanged, ucrSaveGraph.ControlContentsChanged, ucrVariableAsFactorForHeatMap.ControlContentsChanged, ucrChkAddLabels.ControlContentsChanged, ucrReceiverFill.ControlContentsChanged - TestOkEnabled() + If rdoHeatMap.Checked Then + ucrBase.OKEnabled(Not ucrVariableAsFactorForHeatMap.IsEmpty AndAlso Not ucrReceiverX.IsEmpty) + Else + If Not ucrReceiverLongitude.IsEmpty AndAlso Not ucrReceiverLatitude.IsEmpty Then + ucrBase.OKEnabled(Not ucrChkAddLabels.Checked _ + OrElse Not String.IsNullOrEmpty(ucrInputColour.GetText)) + Else + ucrBase.OKEnabled(False) + End If + End If End Sub Private Sub ucrBase_ClickReset(sender As Object, e As EventArgs) Handles ucrBase.ClickReset @@ -289,31 +462,59 @@ Public Class dlgHeatMapPlot End If End Sub + Private Sub TempOptionsDisabledInMultipleVariablesCase() + cmdTileOptions.Enabled = rdoHeatMap.Checked AndAlso Not ucrVariableAsFactorForHeatMap.bSingleVariable + cmdOptions.Enabled = cmdTileOptions.Enabled + End Sub + + Private Sub UcrVariablesAsFactor_ControlValueChanged() Handles ucrVariableAsFactorForHeatMap.ControlValueChanged, ucrPnlOptions.ControlValueChanged + TempOptionsDisabledInMultipleVariablesCase() + End Sub + Private Sub cmdOptions_Click(sender As Object, e As EventArgs) Handles cmdOptions.Click sdgPlots.SetRCode(clsBaseOperator, clsNewYScalecontinuousFunction:=clsYScalecontinuousFunction, clsNewXScalecontinuousFunction:=clsXScalecontinuousFunction, - clsNewGlobalAesFunction:=clsRaesFunction, clsNewXLabsTitleFunction:=clsXlabsFunction, clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, - clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, clsNewYLabTitleFunction:=clsYlabFunction, clsNewLabsFunction:=clsLabsFunction, - clsNewFacetFunction:=clsRFacetFunction, clsNewThemeFunction:=clsThemeFunction, dctNewThemeFunctions:=dctThemeFunctions, ucrNewBaseSelector:=ucrHeatMapSelector, - strMainDialogGeomParameterNames:=strGeomParameterNames, clsNewCoordPolarFunction:=clsCoordPolarFunction, clsNewCoordPolarStartOperator:=clsCoordPolarStartOperator, - clsNewAnnotateFunction:=clsAnnotateFunction, clsNewXScaleDateFunction:=clsXScaleDateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, bReset:=bResetSubdialog) + clsNewGlobalAesFunction:=If(rdoHeatMap.Checked, clsHeatmapAesFunction, clsChoroplethAesFunction), clsNewXLabsTitleFunction:=clsXlabsFunction, + clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, clsNewYLabTitleFunction:=clsYlabFunction, clsNewLabsFunction:=clsLabsFunction, + clsNewFacetFunction:=clsRFacetFunction, clsNewThemeFunction:=clsThemeFunction, dctNewThemeFunctions:=dctThemeFunctions, ucrNewBaseSelector:=ucrHeatMapSelector, + strMainDialogGeomParameterNames:=strGeomParameterNames, clsNewCoordPolarFunction:=clsCoordPolarFunction, clsNewCoordPolarStartOperator:=clsCoordPolarStartOperator, + clsNewAnnotateFunction:=clsAnnotateFunction, clsNewXScaleDateFunction:=clsXScaleDateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, bReset:=bResetSubdialog) sdgPlots.ShowDialog() bResetSubdialog = False End Sub Private Sub cmdTileOptions_Click(sender As Object, e As EventArgs) Handles cmdTileOptions.Click ''''''' i wonder if all this will be needed for the new system - sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsRggplotFunction, clsNewGeomFunc:=clsRgeomTileFunction, clsNewGlobalAesFunc:=clsRaesFunction, clsNewLocalAes:=clsLocalRaesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrHeatMapSelector, bApplyAesGlobally:=True, bReset:=bResetRugLayerSubdialog) + sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsRggplotFunction, + clsNewGeomFunc:=If(rdoChoroplethMap.Checked, clsGeomPolygonAesFunction, clsRgeomTileFunction), + clsNewGlobalAesFunc:=If(rdoChoroplethMap.Checked, clsChoroplethAesFunction, clsHeatmapAesFunction), + clsNewLocalAes:=clsLocalRaesFunction, + bFixGeom:=True, ucrNewBaseSelector:=ucrHeatMapSelector, bApplyAesGlobally:=True, bReset:=bResetRugLayerSubdialog) + sdgLayerOptions.ShowDialog() bResetRugLayerSubdialog = False - For Each clsParam In clsRaesFunction.clsParameters - If clsParam.strArgumentName = "y" AndAlso (clsParam.strArgumentValue <> "value" OrElse ucrVariableAsFactorForHeatMap.bSingleVariable) Then - ucrVariableAsFactorForHeatMap.Add(clsParam.strArgumentValue) - ElseIf clsParam.strArgumentName = "x" Then - ucrReceiverX.Add(clsParam.strArgumentValue) - ElseIf clsParam.strArgumentName = "fill" Then - ucrReceiverFill.Add(clsParam.strArgumentValue) - End If - Next + If rdoHeatMap.Checked Then + For Each clsParam In clsHeatmapAesFunction.clsParameters + If clsParam.strArgumentName = "y" AndAlso (clsParam.strArgumentValue <> "value" OrElse ucrVariableAsFactorForHeatMap.bSingleVariable) Then + ucrVariableAsFactorForHeatMap.Add(clsParam.strArgumentValue) + ElseIf clsParam.strArgumentName = "x" Then + ucrReceiverX.Add(clsParam.strArgumentValue) + ElseIf clsParam.strArgumentName = "fill" Then + ucrReceiverFill.Add(clsParam.strArgumentValue) + End If + Next + Else + 'We need this here because in the ucrGeom we are removing the mapping + clsGeomPolygonAesFunction.AddParameter("mapping", clsRFunctionParameter:=clsGroupFunction, iPosition:=0) + For Each clsParam In clsChoroplethAesFunction.clsParameters + If clsParam.strArgumentName = "x" Then + ucrReceiverLongitude.Add(clsParam.strArgumentValue) + ElseIf clsParam.strArgumentName = "y" Then + ucrReceiverLatitude.Add(clsParam.strArgumentValue) + ElseIf clsParam.strArgumentName = "fill" Then + ucrReceiverFillChoropleth.Add(clsParam.strArgumentValue) + End If + Next + End If End Sub Private Sub ucrChkColourPalette_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkColourPalette.ControlValueChanged @@ -324,23 +525,153 @@ Public Class dlgHeatMapPlot End If End Sub - Private Sub ucrReceiverPoints_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrReceiverPoints.ControlValueChanged + Private Sub ucrReceiverPoints_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrReceiverPointsHeatMap.ControlValueChanged, ucrPnlOptions.ControlValueChanged If bRCodeSet Then - ucrNudShape.Visible = False - If ucrReceiverPoints.IsEmpty Then - clsBaseOperator.RemoveParameterByName("geom_point") + clsBaseOperator.RemoveParameterByName("heatmap_geom_point") + MakeNudVisible() + If ucrReceiverPointsHeatMap.IsEmpty OrElse Not rdoHeatMap.Checked Then + Exit Sub + ElseIf ucrReceiverPointsHeatMap.strCurrDataType = "numeric" Then + clsBaseOperator.AddParameter("heatmap_geom_point", clsRFunctionParameter:=clsGeomPointSizeHeatMapFunction, iPosition:=7) + ElseIf ucrReceiverPointsHeatMap.strCurrDataType = "factor" Then + clsBaseOperator.AddParameter("heatmap_geom_point", clsRFunctionParameter:=clsGeomPointShapeHeatMapFunction, iPosition:=7) Else - If ucrReceiverPoints.strCurrDataType = "numeric" Then - clsBaseOperator.AddParameter("geom_point", clsRFunctionParameter:=clsGeomPointSizeFunction, iPosition:=7) - ElseIf ucrReceiverPoints.strCurrDataType = "factor" Then - ucrNudShape.Visible = True - clsBaseOperator.AddParameter("geom_point", clsRFunctionParameter:=clsGeomPointShapeFunction, iPosition:=7) - Else - clsBaseOperator.RemoveParameterByName("geom_point") - End If + clsBaseOperator.RemoveParameterByName("heatmap_geom_point") + End If + End If + End Sub + + Private Sub ucrPnlOptions_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrPnlOptions.ControlValueChanged, ucrReceiverX.ControlValueChanged, ucrReceiverFill.ControlValueChanged, ucrInputReorderVariableX.ControlValueChanged, ucrInputReorderValue.ControlValueChanged + clsGeomTextFunction.RemoveParameterByName("data") + clsLabelAesFunction.RemoveParameterByName("x") + clsLabelAesFunction.RemoveParameterByName("y") + If rdoHeatMap.Checked Then + clsLabelAesFunction.AddParameter("label", clsRFunctionParameter:=clsRoundFunction, iPosition:=0) + clsGeomTextFunction.AddParameter("mapping", clsRFunctionParameter:=clsLabelAesFunction, iPosition:=1) + cmdTileOptions.Text = "Tile Options" + clsBaseOperator.AddParameter("geom_tile", clsRFunctionParameter:=clsRgeomTileFunction, iPosition:=1) + clsRggplotFunction.AddParameter("mapping", clsRFunctionParameter:=clsHeatmapAesFunction, iPosition:=1) + clsBaseOperator.RemoveParameterByName("geom_polygon") + ucrSaveGraph.SetPrefix("heatmap") + Else + clsGeomTextFunction.AddParameter("data", clsROperatorParameter:=clsPipeOperator, iPosition:=0) + clsLabelAesFunction.AddParameter("x", "x", iPosition:=0) + clsLabelAesFunction.AddParameter("y", "y", iPosition:=1) + clsGeomTextFunction.AddParameter("mapping", clsRFunctionParameter:=clsLabelAesFunction, iPosition:=2) + cmdTileOptions.Text = "Polygon Options" + clsBaseOperator.RemoveParameterByName("geom_tile") + clsRggplotFunction.AddParameter("mapping", clsRFunctionParameter:=clsChoroplethAesFunction, iPosition:=1) + clsBaseOperator.AddParameter("geom_polygon", clsRFunctionParameter:=clsGeomPolygonAesFunction, iPosition:=1) + ucrSaveGraph.SetPrefix("choroplethmap") + End If + UnstackColumns() + End Sub + + Private Sub ucrVariableAsFactorForHeatMap_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrVariableAsFactorForHeatMap.ControlValueChanged + MakeVisible() + End Sub + + Private Sub MakeVisible() + If rdoHeatMap.Checked Then + ucrInputReorderValue.Visible = If(ucrVariableAsFactorForHeatMap.bSingleVariable, True, False) + End If + End Sub + + Private Sub ucrReceiverLongitude_ControlContentsChanged() Handles ucrReceiverLongitude.ControlContentsChanged, ucrPnlOptions.ControlContentsChanged + If rdoChoroplethMap.Checked Then + ucrReceiverLongitude.SetMeAsReceiver() + End If + End Sub + + Private Sub ucrVariableAsFactorForHeatMap_ControlContentsChanged() Handles ucrVariableAsFactorForHeatMap.ControlContentsChanged, ucrPnlOptions.ControlContentsChanged + If rdoHeatMap.Checked Then + ucrVariableAsFactorForHeatMap.SetMeAsReceiver() + End If + End Sub + + Private Sub MakeNudVisible() + If rdoHeatMap.Checked Then + ucrNudShapeHeatMap.Visible = If(Not ucrReceiverPointsHeatMap.IsEmpty AndAlso ucrReceiverPointsHeatMap.strCurrDataType = "factor", True, False) + End If + End Sub + + Private Sub UpdateParameter() + If rdoHeatMap.Checked Then + Select Case ucrInputReorderValue.GetText() + Case strAscending + clsReorderValueFunction.AddParameter("X", ucrReceiverX.GetVariableNames(False), iPosition:=1) + clsHeatmapAesFunction.AddParameter("y", clsRFunctionParameter:=clsReorderValueFunction, iPosition:=0) + Case strDescending + clsReorderValueFunction.AddParameter("X", "-" & ucrReceiverX.GetVariableNames(False), iPosition:=1) + clsHeatmapAesFunction.AddParameter("y", clsRFunctionParameter:=clsReorderValueFunction, iPosition:=0) + Case strReverse + clsForecatsReverseValueFunction.AddParameter("f", ucrVariableAsFactorForHeatMap.GetVariableNames(False), iPosition:=0) + clsHeatmapAesFunction.AddParameter("y", clsRFunctionParameter:=clsForecatsReverseValueFunction, iPosition:=0) + Case strNone + clsHeatmapAesFunction.AddParameter("y", ucrVariableAsFactorForHeatMap.GetVariableNames(False), iPosition:=0) + End Select + Select Case ucrInputReorderVariableX.GetText() + Case strAscending + clsReorderFunction.AddParameter("X", ucrVariableAsFactorForHeatMap.GetVariableNames(False), iPosition:=1) + clsHeatmapAesFunction.AddParameter("x", clsRFunctionParameter:=clsReorderFunction, iPosition:=0) + Case strDescending + clsReorderFunction.AddParameter("X", "-" & ucrVariableAsFactorForHeatMap.GetVariableNames(False), iPosition:=1) + clsHeatmapAesFunction.AddParameter("x", clsRFunctionParameter:=clsReorderFunction, iPosition:=0) + Case strReverse + clsForecatsReverseFunction.AddParameter("f", ucrReceiverX.GetVariableNames(False), iPosition:=0) + clsHeatmapAesFunction.AddParameter("x", clsRFunctionParameter:=clsForecatsReverseFunction, iPosition:=0) + Case strNone + clsHeatmapAesFunction.AddParameter("x", ucrReceiverX.GetVariableNames(False), iPosition:=0) + End Select + End If + End Sub + + Private Sub ucrPnlOptions_ControlValueChanged() Handles ucrPnlOptions.ControlValueChanged, ucrVariableAsFactorForHeatMap.ControlValueChanged, + ucrReceiverX.ControlValueChanged, ucrReceiverFill.ControlValueChanged, ucrChkAddLabels.ControlValueChanged, ucrInputReorderValue.ControlValueChanged, + ucrInputReorderVariableX.ControlValueChanged + MakeNudVisible() + UpdateParameter() + MakeVisible() + AddRemoveGeomParameter() + End Sub + + Private Sub UnstackColumns() + If Not bRCodeSet Then + Exit Sub + End If + If rdoChoroplethMap.Checked Then + If Not ucrVariableAsFactorForHeatMap.bSingleVariable Then + ucrHeatMapSelector.ucrAvailableDataFrames.clsCurrDataFrame.RemoveParameterByName("measure.vars") + ucrHeatMapSelector.ucrAvailableDataFrames.clsCurrDataFrame.RemoveParameterByName("stack_data") End If + Else + If Not ucrVariableAsFactorForHeatMap.bSingleVariable Then + ucrHeatMapSelector.ucrAvailableDataFrames.clsCurrDataFrame.AddParameter("stack_data", "TRUE") + If Not ucrVariableAsFactorForHeatMap.ucrMultipleVariables.IsEmpty Then + ucrHeatMapSelector.ucrAvailableDataFrames.clsCurrDataFrame.AddParameter("measure.vars", ucrVariableAsFactorForHeatMap.ucrMultipleVariables.GetVariableNames()) + End If + End If + End If + End Sub + + Private Sub ucrHeatMapSelector_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrHeatMapSelector.ControlValueChanged + clsPipeOperator.AddParameter("data", ucrHeatMapSelector.ucrAvailableDataFrames.cboAvailableDataFrames.Text, iPosition:=0) + End Sub + + Private Sub AddRemoveGeomParameter() + clsBaseOperator.RemoveParameterByName("choropleth_geom_point") + If rdoChoroplethMap.Checked AndAlso ucrChkPoints.Checked Then + clsBaseOperator.AddParameter("choropleth_geom_point", clsRFunctionParameter:=clsGeomPointSizeChoroplethFunction, iPosition:=2) End If + End Sub + Private Sub ucrChkPoints_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkPoints.ControlValueChanged + AddRemoveGeomParameter() + clsDummyFunction.AddParameter("choropleth_geom_point", ucrChkPoints.Checked, iPosition:=0) + End Sub + + Private Sub AllControlsContentsChanged() Handles ucrInputColour.ControlContentsChanged, ucrReceiverX.ControlContentsChanged, ucrSaveGraph.ControlContentsChanged, ucrVariableAsFactorForHeatMap.ControlContentsChanged, ucrReceiverLongitude.ControlContentsChanged, ucrReceiverLatitude.ControlContentsChanged, ucrPnlOptions.ControlContentsChanged, ucrChkAddLabels.ControlContentsChanged + TestOkEnabled() End Sub -End Class \ No newline at end of file +End Class diff --git a/instat/dlgHistogram.designer.vb b/instat/dlgHistogram.designer.vb index d4524116cc4..2b13fdbd1c5 100644 --- a/instat/dlgHistogram.designer.vb +++ b/instat/dlgHistogram.designer.vb @@ -38,13 +38,22 @@ Partial Class dlgHistogram 'Do not modify it using the code editor. Private Sub InitializeComponent() - Me.cmdOptions = New System.Windows.Forms.Button() - Me.cmdHistogramOptions = New System.Windows.Forms.Button() + Me.components = New System.ComponentModel.Container() Me.rdoHistogram = New System.Windows.Forms.RadioButton() Me.rdoDensity_ridges = New System.Windows.Forms.RadioButton() Me.rdoFrequencyPolygon = New System.Windows.Forms.RadioButton() Me.lblfactor = New System.Windows.Forms.Label() Me.lblStats = New System.Windows.Forms.Label() + Me.contextMenuStripOptions = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.toolStripMenuItemPlotOptions = New System.Windows.Forms.ToolStripMenuItem() + Me.toolStripMenuItemHistogramOptions = New System.Windows.Forms.ToolStripMenuItem() + Me.toolStripMenuItemDotOptions = New System.Windows.Forms.ToolStripMenuItem() + Me.toolStripMenuItemDensityOptions = New System.Windows.Forms.ToolStripMenuItem() + Me.toolStripMenuItemDensityRidgesOptions = New System.Windows.Forms.ToolStripMenuItem() + Me.toolStripMenuItemFrequencyPolygonOptions = New System.Windows.Forms.ToolStripMenuItem() + Me.cmdOptions = New instat.ucrSplitButton() + Me.ucrChkDisplayAsDotPlot = New instat.ucrCheck() + Me.ucrChkRidges = New instat.ucrCheck() Me.ucrInputStats = New instat.ucrInputComboBox() Me.ucrChkPercentages = New instat.ucrCheck() Me.ucrSaveHist = New instat.ucrSave() @@ -53,32 +62,9 @@ Partial Class dlgHistogram Me.ucrHistogramSelector = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrBase = New instat.ucrButtons() Me.ucrPnlOptions = New instat.UcrPanel() - Me.ucrChkRidges = New instat.ucrCheck() - Me.ucrChkDisplayAsDotPlot = New instat.ucrCheck() + Me.contextMenuStripOptions.SuspendLayout() Me.SuspendLayout() ' - 'cmdOptions - ' - Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdOptions.Location = New System.Drawing.Point(10, 267) - Me.cmdOptions.Name = "cmdOptions" - Me.cmdOptions.Size = New System.Drawing.Size(150, 25) - Me.cmdOptions.TabIndex = 9 - Me.cmdOptions.Tag = "Options" - Me.cmdOptions.Text = "Plot Options" - Me.cmdOptions.UseVisualStyleBackColor = True - ' - 'cmdHistogramOptions - ' - Me.cmdHistogramOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdHistogramOptions.Location = New System.Drawing.Point(10, 236) - Me.cmdHistogramOptions.Name = "cmdHistogramOptions" - Me.cmdHistogramOptions.Size = New System.Drawing.Size(150, 25) - Me.cmdHistogramOptions.TabIndex = 8 - Me.cmdHistogramOptions.Tag = "Histogram_Options" - Me.cmdHistogramOptions.Text = "Histogram Options" - Me.cmdHistogramOptions.UseVisualStyleBackColor = True - ' 'rdoHistogram ' Me.rdoHistogram.Appearance = System.Windows.Forms.Appearance.Button @@ -134,7 +120,7 @@ Partial Class dlgHistogram 'lblfactor ' Me.lblfactor.AutoSize = True - Me.lblfactor.Location = New System.Drawing.Point(249, 225) + Me.lblfactor.Location = New System.Drawing.Point(283, 212) Me.lblfactor.Name = "lblfactor" Me.lblfactor.Size = New System.Drawing.Size(85, 13) Me.lblfactor.TabIndex = 6 @@ -143,48 +129,122 @@ Partial Class dlgHistogram ' 'lblStats ' - Me.lblStats.Location = New System.Drawing.Point(10, 306) + Me.lblStats.Location = New System.Drawing.Point(9, 276) Me.lblStats.Name = "lblStats" - Me.lblStats.Size = New System.Drawing.Size(83, 18) - Me.lblStats.TabIndex = 10 + Me.lblStats.Size = New System.Drawing.Size(56, 19) + Me.lblStats.TabIndex = 11 Me.lblStats.Text = "merge" ' + 'contextMenuStripOptions + ' + Me.contextMenuStripOptions.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolStripMenuItemPlotOptions, Me.toolStripMenuItemHistogramOptions, Me.toolStripMenuItemDotOptions, Me.toolStripMenuItemDensityOptions, Me.toolStripMenuItemDensityRidgesOptions, Me.toolStripMenuItemFrequencyPolygonOptions}) + Me.contextMenuStripOptions.Name = "contextMenuStripOk" + Me.contextMenuStripOptions.Size = New System.Drawing.Size(222, 136) + ' + 'toolStripMenuItemPlotOptions + ' + Me.toolStripMenuItemPlotOptions.Name = "toolStripMenuItemPlotOptions" + Me.toolStripMenuItemPlotOptions.Size = New System.Drawing.Size(221, 22) + Me.toolStripMenuItemPlotOptions.Text = "Plot Options" + ' + 'toolStripMenuItemHistogramOptions + ' + Me.toolStripMenuItemHistogramOptions.Name = "toolStripMenuItemHistogramOptions" + Me.toolStripMenuItemHistogramOptions.Size = New System.Drawing.Size(221, 22) + Me.toolStripMenuItemHistogramOptions.Text = "Histogram Options" + ' + 'toolStripMenuItemDotOptions + ' + Me.toolStripMenuItemDotOptions.Name = "toolStripMenuItemDotOptions" + Me.toolStripMenuItemDotOptions.Size = New System.Drawing.Size(221, 22) + Me.toolStripMenuItemDotOptions.Text = "Dotplot Options" + ' + 'toolStripMenuItemDensityOptions + ' + Me.toolStripMenuItemDensityOptions.Name = "toolStripMenuItemDensityOptions" + Me.toolStripMenuItemDensityOptions.Size = New System.Drawing.Size(221, 22) + Me.toolStripMenuItemDensityOptions.Text = "Density Options" + ' + 'toolStripMenuItemDensityRidgesOptions + ' + Me.toolStripMenuItemDensityRidgesOptions.Name = "toolStripMenuItemDensityRidgesOptions" + Me.toolStripMenuItemDensityRidgesOptions.Size = New System.Drawing.Size(221, 22) + Me.toolStripMenuItemDensityRidgesOptions.Text = "Density Ridges Options" + ' + 'toolStripMenuItemFrequencyPolygonOptions + ' + Me.toolStripMenuItemFrequencyPolygonOptions.Name = "toolStripMenuItemFrequencyPolygonOptions" + Me.toolStripMenuItemFrequencyPolygonOptions.Size = New System.Drawing.Size(221, 22) + Me.toolStripMenuItemFrequencyPolygonOptions.Text = "Frequency Polygon Options" + ' + 'cmdOptions + ' + Me.cmdOptions.AutoSize = True + Me.cmdOptions.ContextMenuStrip = Me.contextMenuStripOptions + Me.cmdOptions.Location = New System.Drawing.Point(9, 233) + Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(149, 23) + Me.cmdOptions.SplitMenuStrip = Me.contextMenuStripOptions + Me.cmdOptions.TabIndex = 10 + Me.cmdOptions.Tag = "Plot Options" + Me.cmdOptions.Text = "Plot Options" + Me.cmdOptions.UseVisualStyleBackColor = True + ' + 'ucrChkDisplayAsDotPlot + ' + Me.ucrChkDisplayAsDotPlot.AutoSize = True + Me.ucrChkDisplayAsDotPlot.Checked = False + Me.ucrChkDisplayAsDotPlot.Location = New System.Drawing.Point(283, 256) + Me.ucrChkDisplayAsDotPlot.Name = "ucrChkDisplayAsDotPlot" + Me.ucrChkDisplayAsDotPlot.Size = New System.Drawing.Size(153, 23) + Me.ucrChkDisplayAsDotPlot.TabIndex = 8 + ' + 'ucrChkRidges + ' + Me.ucrChkRidges.AutoSize = True + Me.ucrChkRidges.Checked = False + Me.ucrChkRidges.Location = New System.Drawing.Point(283, 256) + Me.ucrChkRidges.Margin = New System.Windows.Forms.Padding(4) + Me.ucrChkRidges.Name = "ucrChkRidges" + Me.ucrChkRidges.Size = New System.Drawing.Size(100, 23) + Me.ucrChkRidges.TabIndex = 15 + ' 'ucrInputStats ' Me.ucrInputStats.AddQuotesIfUnrecognised = True Me.ucrInputStats.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputStats.GetSetSelectedIndex = -1 Me.ucrInputStats.IsReadOnly = False - Me.ucrInputStats.Location = New System.Drawing.Point(101, 305) + Me.ucrInputStats.Location = New System.Drawing.Point(73, 272) Me.ucrInputStats.Margin = New System.Windows.Forms.Padding(5) Me.ucrInputStats.Name = "ucrInputStats" Me.ucrInputStats.Size = New System.Drawing.Size(137, 21) - Me.ucrInputStats.TabIndex = 11 + Me.ucrInputStats.TabIndex = 12 ' 'ucrChkPercentages ' Me.ucrChkPercentages.AutoSize = True Me.ucrChkPercentages.Checked = False - Me.ucrChkPercentages.Location = New System.Drawing.Point(250, 305) + Me.ucrChkPercentages.Location = New System.Drawing.Point(283, 280) Me.ucrChkPercentages.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkPercentages.Name = "ucrChkPercentages" Me.ucrChkPercentages.Size = New System.Drawing.Size(100, 23) - Me.ucrChkPercentages.TabIndex = 13 + Me.ucrChkPercentages.TabIndex = 9 ' 'ucrSaveHist ' Me.ucrSaveHist.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrSaveHist.Location = New System.Drawing.Point(10, 342) + Me.ucrSaveHist.Location = New System.Drawing.Point(10, 311) Me.ucrSaveHist.Margin = New System.Windows.Forms.Padding(5) Me.ucrSaveHist.Name = "ucrSaveHist" Me.ucrSaveHist.Size = New System.Drawing.Size(322, 24) - Me.ucrSaveHist.TabIndex = 12 + Me.ucrSaveHist.TabIndex = 13 ' 'ucrVariablesAsFactorforHist ' Me.ucrVariablesAsFactorforHist.AutoSize = True Me.ucrVariablesAsFactorforHist.frmParent = Me - Me.ucrVariablesAsFactorforHist.Location = New System.Drawing.Point(247, 68) + Me.ucrVariablesAsFactorforHist.Location = New System.Drawing.Point(281, 68) Me.ucrVariablesAsFactorforHist.Margin = New System.Windows.Forms.Padding(5) Me.ucrVariablesAsFactorforHist.Name = "ucrVariablesAsFactorforHist" Me.ucrVariablesAsFactorforHist.Selector = Nothing @@ -198,11 +258,11 @@ Partial Class dlgHistogram ' Me.ucrFactorReceiver.AutoSize = True Me.ucrFactorReceiver.frmParent = Me - Me.ucrFactorReceiver.Location = New System.Drawing.Point(250, 241) + Me.ucrFactorReceiver.Location = New System.Drawing.Point(283, 228) Me.ucrFactorReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFactorReceiver.Name = "ucrFactorReceiver" Me.ucrFactorReceiver.Selector = Nothing - Me.ucrFactorReceiver.Size = New System.Drawing.Size(125, 20) + Me.ucrFactorReceiver.Size = New System.Drawing.Size(123, 20) Me.ucrFactorReceiver.strNcFilePath = "" Me.ucrFactorReceiver.TabIndex = 7 Me.ucrFactorReceiver.ucrSelector = Nothing @@ -223,10 +283,10 @@ Partial Class dlgHistogram ' Me.ucrBase.AutoSize = True Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrBase.Location = New System.Drawing.Point(10, 375) + Me.ucrBase.Location = New System.Drawing.Point(10, 334) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.Size = New System.Drawing.Size(408, 52) Me.ucrBase.TabIndex = 14 ' 'ucrPnlOptions @@ -238,31 +298,13 @@ Partial Class dlgHistogram Me.ucrPnlOptions.Size = New System.Drawing.Size(433, 30) Me.ucrPnlOptions.TabIndex = 0 ' - 'ucrChkRidges - ' - Me.ucrChkRidges.AutoSize = True - Me.ucrChkRidges.Checked = False - Me.ucrChkRidges.Location = New System.Drawing.Point(250, 277) - Me.ucrChkRidges.Margin = New System.Windows.Forms.Padding(4) - Me.ucrChkRidges.Name = "ucrChkRidges" - Me.ucrChkRidges.Size = New System.Drawing.Size(100, 23) - Me.ucrChkRidges.TabIndex = 15 - ' - 'ucrChkDisplayAsDotPlot - ' - Me.ucrChkDisplayAsDotPlot.AutoSize = True - Me.ucrChkDisplayAsDotPlot.Checked = False - Me.ucrChkDisplayAsDotPlot.Location = New System.Drawing.Point(247, 267) - Me.ucrChkDisplayAsDotPlot.Name = "ucrChkDisplayAsDotPlot" - Me.ucrChkDisplayAsDotPlot.Size = New System.Drawing.Size(173, 23) - Me.ucrChkDisplayAsDotPlot.TabIndex = 16 - ' 'dlgHistogram ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(448, 436) + Me.ClientSize = New System.Drawing.Size(448, 394) + Me.Controls.Add(Me.cmdOptions) Me.Controls.Add(Me.ucrChkDisplayAsDotPlot) Me.Controls.Add(Me.ucrChkRidges) Me.Controls.Add(Me.lblStats) @@ -274,12 +316,10 @@ Partial Class dlgHistogram Me.Controls.Add(Me.rdoFrequencyPolygon) Me.Controls.Add(Me.rdoDensity_ridges) Me.Controls.Add(Me.rdoHistogram) - Me.Controls.Add(Me.cmdOptions) Me.Controls.Add(Me.ucrHistogramSelector) Me.Controls.Add(Me.lblfactor) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrPnlOptions) - Me.Controls.Add(Me.cmdHistogramOptions) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False @@ -287,14 +327,13 @@ Partial Class dlgHistogram Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Histogram" Me.Text = "Histogram Plot" + Me.contextMenuStripOptions.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ucrBase As ucrButtons Friend WithEvents ucrHistogramSelector As ucrSelectorByDataFrameAddRemove - Friend WithEvents cmdOptions As Button - Friend WithEvents cmdHistogramOptions As Button Friend WithEvents rdoHistogram As RadioButton Friend WithEvents rdoDensity_ridges As RadioButton Friend WithEvents rdoFrequencyPolygon As RadioButton @@ -308,4 +347,12 @@ Partial Class dlgHistogram Friend WithEvents lblStats As Label Friend WithEvents ucrChkRidges As ucrCheck Friend WithEvents ucrChkDisplayAsDotPlot As ucrCheck + Friend WithEvents cmdOptions As ucrSplitButton + Friend WithEvents contextMenuStripOptions As ContextMenuStrip + Friend WithEvents toolStripMenuItemPlotOptions As ToolStripMenuItem + Friend WithEvents toolStripMenuItemHistogramOptions As ToolStripMenuItem + Friend WithEvents toolStripMenuItemDensityOptions As ToolStripMenuItem + Friend WithEvents toolStripMenuItemDensityRidgesOptions As ToolStripMenuItem + Friend WithEvents toolStripMenuItemFrequencyPolygonOptions As ToolStripMenuItem + Friend WithEvents toolStripMenuItemDotOptions As ToolStripMenuItem End Class \ No newline at end of file diff --git a/instat/dlgHistogram.resx b/instat/dlgHistogram.resx index 29dcb1b3a35..4f920f19046 100644 --- a/instat/dlgHistogram.resx +++ b/instat/dlgHistogram.resx @@ -117,4 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 17 + \ No newline at end of file diff --git a/instat/dlgHistogram.vb b/instat/dlgHistogram.vb index 0320553f70b..6fbc9a9c47c 100644 --- a/instat/dlgHistogram.vb +++ b/instat/dlgHistogram.vb @@ -62,6 +62,7 @@ Public Class dlgHistogram bReset = False autoTranslate(Me) TestOkEnabled() + DialogueSize() End Sub Private Sub InitialiseDialog() @@ -96,11 +97,11 @@ Public Class dlgHistogram ucrInputStats.SetDropDownStyleAsNonEditable() ucrInputStats.SetItems(dctStats) ucrInputStats.SetLinkedDisplayControl(lblStats) - ucrInputStats.AddToLinkedControls(ucrChkPercentages, {"Fractions"}, bNewLinkedHideIfParameterMissing:=True, bNewLinkedChangeToDefaultState:=True, objNewDefaultState:=False) + ucrInputStats.AddToLinkedControls(ucrChkPercentages, {"Fractions"}, bNewLinkedHideIfParameterMissing:=True) ucrPnlOptions.AddToLinkedControls({ucrChkDisplayAsDotPlot}, {rdoHistogram}, bNewLinkedHideIfParameterMissing:=True) ucrPnlOptions.AddToLinkedControls({ucrChkRidges}, {rdoDensity_ridges}, bNewLinkedHideIfParameterMissing:=True) - ucrChkRidges.AddToLinkedControls(ucrInputStats, {"FALSE"}, bNewLinkedHideIfParameterMissing:=True, objNewDefaultState:=False) + ucrChkRidges.AddToLinkedControls(ucrInputStats, {"FALSE"}, bNewLinkedHideIfParameterMissing:=True) ucrChkPercentages.SetText("percentages") ucrChkPercentages.AddParameterPresentCondition(True, "scale") @@ -128,6 +129,7 @@ Public Class dlgHistogram ucrSaveHist.SetCheckBoxText("Save Graph") ucrSaveHist.SetSaveTypeAsGraph() ucrSaveHist.SetAssignToIfUncheckedValue("last_graph") + DialogueSize() End Sub Private Sub SetDefaults() @@ -143,7 +145,6 @@ Public Class dlgHistogram ucrVariablesAsFactorforHist.SetMeAsReceiver() bResetSubdialog = True bResetHistLayerSubdialog = True - TempOptionsDisabledInMultipleVariablesCase() clsBaseOperator.SetOperation("+") clsBaseOperator.AddParameter("ggplot", clsRFunctionParameter:=clsRggplotFunction, iPosition:=0) @@ -217,33 +218,6 @@ Public Class dlgHistogram TestOkEnabled() End Sub - Private Sub cmdHistogramOptions_Click(sender As Object, e As EventArgs) Handles cmdHistogramOptions.Click - sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsRggplotFunction, clsNewGeomFunc:=clsRgeomPlotFunction, clsNewGlobalAesFunc:=clsRaesFunction, clsNewLocalAes:=clsLocalRaesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrHistogramSelector, bApplyAesGlobally:=True, bReset:=bResetHistLayerSubdialog) - sdgLayerOptions.ShowDialog() - bResetHistLayerSubdialog = False - For Each clsParam In clsRaesFunction.clsParameters - If clsParam.strArgumentName = "x" AndAlso (clsParam.strArgumentValue <> "value" OrElse ucrVariablesAsFactorforHist.bSingleVariable) Then - ucrVariablesAsFactorforHist.Add(clsParam.strArgumentValue) - ElseIf (clsParam.strArgumentName = "fill" AndAlso rdoHistogram.Checked) OrElse (clsParam.strArgumentName = "colour" AndAlso (rdoFrequencyPolygon.Checked OrElse (rdoDensity_ridges.Checked AndAlso Not ucrChkRidges.Checked))) OrElse (clsParam.strArgumentName = "y" AndAlso (rdoDensity_ridges.Checked AndAlso ucrChkRidges.Checked)) Then - ucrFactorReceiver.Add(clsParam.strArgumentValue) - End If - Next - 'this is here because of the subdialog - clsRgeomPlotFunction.AddParameter("mapping", clsRFunctionParameter:=clsHistAesFunction) - TestOkEnabled() - End Sub - - Private Sub cmdOptions_Click(sender As Object, e As EventArgs) Handles cmdOptions.Click - sdgPlots.SetRCode(clsBaseOperator, clsNewYScalecontinuousFunction:=clsYScalecontinuousFunction, clsNewXScalecontinuousFunction:=clsXScalecontinuousFunction, clsNewXLabsTitleFunction:=clsXlabsFunction, - clsNewYLabTitleFunction:=clsYlabFunction, clsNewLabsFunction:=clsLabsFunction, clsNewThemeFunction:=clsThemeFunction, clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, - clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, dctNewThemeFunctions:=dctThemeFunctions, clsNewFacetFunction:=clsRFacetFunction, ucrNewBaseSelector:=ucrHistogramSelector, - clsNewGlobalAesFunction:=clsRaesFunction, clsNewCoordPolarFunction:=clsCoordPolarFunction, clsNewCoordPolarStartOperator:=clsCoordPolarStartOperator, clsNewXScaleDateFunction:=clsXScaleDateFunction, - clsNewAnnotateFunction:=clsAnnotateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, strMainDialogGeomParameterNames:=strGeomParameterNames, bReset:=bResetSubdialog) - clsYScalecontinuousFunction.AddParameter("labels", clsRFunctionParameter:=clsPercentage) ' This passes the percent function to the plot options - sdgPlots.ShowDialog() - bResetSubdialog = False - End Sub - Private Sub SetDialogOptions() clsHistAesFunction.RemoveParameterByName("x") clsHistAesFunction.RemoveParameterByName("y") @@ -251,62 +225,49 @@ Public Class dlgHistogram clsRgeomPlotFunction.SetPackageName("ggplot2") If rdoHistogram.Checked Then If ucrChkDisplayAsDotPlot.Checked Then - cmdHistogramOptions.Text = "Dotplot Options" clsRgeomPlotFunction.SetRCommand("geom_dotplot") Else - cmdHistogramOptions.Text = "Histogram Options" clsRgeomPlotFunction.SetRCommand("geom_histogram") End If ucrFactorReceiver.ChangeParameterName("fill") - If Not ucrSaveHist.bUserTyped Then - ucrSaveHist.SetPrefix("histogram") - End If - Else - If rdoDensity_ridges.Checked Then - If ucrChkRidges.Checked Then - ucrFactorReceiver.ChangeParameterName("y") - cmdHistogramOptions.Text = "Density Ridges Options" - clsHistAesFunction.RemoveParameterByName("y") - clsHistAesFunction.AddParameter("x", clsRFunctionParameter:=ucrVariablesAsFactorforHist.GetVariables(), iPosition:=1) - clsHistAesFunction.AddParameter("y", clsRFunctionParameter:=ucrFactorReceiver.GetVariables(), iPosition:=2) - clsRgeomPlotFunction.SetPackageName("ggridges") - clsRgeomPlotFunction.SetRCommand("geom_density_ridges") - If Not ucrSaveHist.bUserTyped Then - ucrSaveHist.SetPrefix("density_ridges") - End If - Else - ucrFactorReceiver.ChangeParameterName("colour") - cmdHistogramOptions.Text = "Density Options" - clsRgeomPlotFunction.SetRCommand("geom_density") - If Not ucrSaveHist.bUserTyped Then - ucrSaveHist.SetPrefix("density") - End If + If Not ucrSaveHist.bUserTyped Then ucrSaveHist.SetPrefix("histogram") + End If + If rdoDensity_ridges.Checked Then + If ucrChkRidges.Checked Then + ucrFactorReceiver.ChangeParameterName("y") + clsHistAesFunction.RemoveParameterByName("y") + clsHistAesFunction.AddParameter("x", clsRFunctionParameter:=ucrVariablesAsFactorforHist.GetVariables(), iPosition:=1) + clsHistAesFunction.AddParameter("y", clsRFunctionParameter:=ucrFactorReceiver.GetVariables(), iPosition:=2) + clsRgeomPlotFunction.SetPackageName("ggridges") + clsRgeomPlotFunction.SetRCommand("geom_density_ridges") + If Not ucrSaveHist.bUserTyped Then + ucrSaveHist.SetPrefix("density_ridges") End If - ElseIf rdoFrequencyPolygon.Checked Then + Else ucrFactorReceiver.ChangeParameterName("colour") - cmdHistogramOptions.Text = "Frequency Polygon Options" - clsRgeomPlotFunction.SetRCommand("geom_freqpoly") + clsRgeomPlotFunction.SetRCommand("geom_density") If Not ucrSaveHist.bUserTyped Then - ucrSaveHist.SetPrefix("frequency_polygon") + ucrSaveHist.SetPrefix("density") End If End If + ElseIf rdoFrequencyPolygon.Checked Then + ucrFactorReceiver.ChangeParameterName("colour") + clsRgeomPlotFunction.SetRCommand("geom_freqpoly") + If Not ucrSaveHist.bUserTyped Then + ucrSaveHist.SetPrefix("frequency_polygon") + End If End If autoTranslate(Me) End Sub - - Private Sub TempOptionsDisabledInMultipleVariablesCase() - If ucrVariablesAsFactorforHist.bSingleVariable Then - cmdHistogramOptions.Enabled = True - cmdOptions.Enabled = True - Else - cmdHistogramOptions.Enabled = False - cmdOptions.Enabled = False - End If - End Sub - Private Sub ucrPnlOptions_Control() Handles ucrPnlOptions.ControlValueChanged, ucrChkDisplayAsDotPlot.ControlValueChanged, ucrChkRidges.ControlValueChanged, ucrFactorReceiver.ControlValueChanged, ucrVariablesAsFactorforHist.ControlValueChanged + toolStripMenuItemHistogramOptions.Enabled = rdoHistogram.Checked AndAlso Not ucrChkDisplayAsDotPlot.Checked + toolStripMenuItemDotOptions.Enabled = rdoHistogram.Checked AndAlso ucrChkDisplayAsDotPlot.Checked + toolStripMenuItemDensityOptions.Enabled = rdoDensity_ridges.Checked AndAlso Not ucrChkRidges.Checked + toolStripMenuItemDensityRidgesOptions.Enabled = rdoDensity_ridges.Checked AndAlso ucrChkRidges.Checked + toolStripMenuItemFrequencyPolygonOptions.Enabled = rdoFrequencyPolygon.Checked SetDialogOptions() + DialogueSize() End Sub Private Sub Adding_Percentages(ucrChangedControl As ucrCore) Handles ucrInputStats.ControlValueChanged, ucrChkPercentages.ControlValueChanged @@ -318,10 +279,6 @@ Public Class dlgHistogram End If End Sub - Private Sub ucrVariablesAsFactorforHist_SelectionChanged() Handles ucrVariablesAsFactorforHist.SelectionChanged - TempOptionsDisabledInMultipleVariablesCase() - End Sub - 'TODO remove vbCr not compatible with other code Private Sub rdoHistogram_KeyPress(sender As Object, e As KeyPressEventArgs) Handles rdoHistogram.KeyPress If e.KeyChar = vbCr Then @@ -341,10 +298,6 @@ Public Class dlgHistogram End If End Sub - Private Sub CoreControls_ControlContentsChanged() Handles ucrVariablesAsFactorforHist.ControlContentsChanged, ucrSaveHist.ControlContentsChanged, ucrFactorReceiver.ControlContentsChanged, ucrChkRidges.ControlContentsChanged - TestOkEnabled() - End Sub - Private Sub ucrVariablesAsFactorforHist_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrVariablesAsFactorforHist.ControlValueChanged If Not ucrVariablesAsFactorforHist.IsEmpty Then clsRaesFunction.AddParameter("x", ucrVariablesAsFactorforHist.GetVariableNames(False), iPosition:=0) @@ -352,4 +305,80 @@ Public Class dlgHistogram clsRaesFunction.RemoveParameterByName("x") End If End Sub + + Private Sub cmdOptions_Click(sender As Object, e As EventArgs) Handles cmdOptions.Click, toolStripMenuItemPlotOptions.Click + sdgPlots.SetRCode(clsBaseOperator, clsNewYScalecontinuousFunction:=clsYScalecontinuousFunction, clsNewXScalecontinuousFunction:=clsXScalecontinuousFunction, clsNewXLabsTitleFunction:=clsXlabsFunction, + clsNewYLabTitleFunction:=clsYlabFunction, clsNewLabsFunction:=clsLabsFunction, clsNewThemeFunction:=clsThemeFunction, clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, + clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, dctNewThemeFunctions:=dctThemeFunctions, clsNewFacetFunction:=clsRFacetFunction, ucrNewBaseSelector:=ucrHistogramSelector, + clsNewGlobalAesFunction:=clsRaesFunction, clsNewCoordPolarFunction:=clsCoordPolarFunction, clsNewCoordPolarStartOperator:=clsCoordPolarStartOperator, clsNewXScaleDateFunction:=clsXScaleDateFunction, + clsNewAnnotateFunction:=clsAnnotateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, strMainDialogGeomParameterNames:=strGeomParameterNames, bReset:=bResetSubdialog) + clsYScalecontinuousFunction.AddParameter("labels", clsRFunctionParameter:=clsPercentage) ' This passes the percent function to the plot options + sdgPlots.ShowDialog() + bResetSubdialog = False + End Sub + + Private Sub toolStripMenuItemHistogramOptions_Click(sender As Object, e As EventArgs) Handles toolStripMenuItemHistogramOptions.Click + sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsRggplotFunction, clsNewGeomFunc:=clsRgeomPlotFunction, clsNewGlobalAesFunc:=clsRaesFunction, clsNewLocalAes:=clsLocalRaesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrHistogramSelector, bApplyAesGlobally:=True, bReset:=bResetHistLayerSubdialog) + sdgLayerOptions.ShowDialog() + bResetHistLayerSubdialog = False + For Each clsParam In clsRaesFunction.clsParameters + If clsParam.strArgumentName = "x" AndAlso (clsParam.strArgumentValue <> "value" OrElse ucrVariablesAsFactorforHist.bSingleVariable) Then + ucrVariablesAsFactorforHist.Add(clsParam.strArgumentValue) + ElseIf (clsParam.strArgumentName = "fill" AndAlso rdoHistogram.Checked) OrElse (clsParam.strArgumentName = "colour" AndAlso (rdoFrequencyPolygon.Checked OrElse (rdoDensity_ridges.Checked AndAlso Not ucrChkRidges.Checked))) OrElse (clsParam.strArgumentName = "y" AndAlso (rdoDensity_ridges.Checked AndAlso ucrChkRidges.Checked)) Then + ucrFactorReceiver.Add(clsParam.strArgumentValue) + End If + Next + 'this is here because of the subdialog + clsRgeomPlotFunction.AddParameter("mapping", clsRFunctionParameter:=clsHistAesFunction) + TestOkEnabled() + End Sub + + Private Sub toolStripMenuItemDensityOptions_Click(sender As Object, e As EventArgs) Handles toolStripMenuItemDensityOptions.Click + sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsRggplotFunction, clsNewGeomFunc:=clsRgeomPlotFunction, clsNewGlobalAesFunc:=clsRaesFunction, clsNewLocalAes:=clsLocalRaesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrHistogramSelector, bApplyAesGlobally:=True, bReset:=bResetHistLayerSubdialog) + sdgLayerOptions.ShowDialog() + bResetHistLayerSubdialog = False + SetDialogOptions() + End Sub + + Private Sub toolStripMenuItemDensityRidgesOptions_Click(sender As Object, e As EventArgs) Handles toolStripMenuItemDensityRidgesOptions.Click + sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsRggplotFunction, clsNewGeomFunc:=clsRgeomPlotFunction, clsNewGlobalAesFunc:=clsRaesFunction, clsNewLocalAes:=clsLocalRaesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrHistogramSelector, bApplyAesGlobally:=True, bReset:=bResetHistLayerSubdialog) + sdgLayerOptions.ShowDialog() + bResetHistLayerSubdialog = False + SetDialogOptions() + End Sub + + Private Sub toolStripMenuItemFrequencyPolygonOptions_Click(sender As Object, e As EventArgs) Handles toolStripMenuItemFrequencyPolygonOptions.Click + sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsRggplotFunction, clsNewGeomFunc:=clsRgeomPlotFunction, clsNewGlobalAesFunc:=clsRaesFunction, clsNewLocalAes:=clsLocalRaesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrHistogramSelector, bApplyAesGlobally:=True, bReset:=bResetHistLayerSubdialog) + sdgLayerOptions.ShowDialog() + bResetHistLayerSubdialog = False + SetDialogOptions() + + End Sub + + Private Sub toolStripMenuItemDotOptions_Click(sender As Object, e As EventArgs) Handles toolStripMenuItemDotOptions.Click + sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsRggplotFunction, clsNewGeomFunc:=clsRgeomPlotFunction, clsNewGlobalAesFunc:=clsRaesFunction, clsNewLocalAes:=clsLocalRaesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrHistogramSelector, bApplyAesGlobally:=True, bReset:=bResetHistLayerSubdialog) + sdgLayerOptions.ShowDialog() + bResetHistLayerSubdialog = False + SetDialogOptions() + End Sub + + Private Sub DialogueSize() + If rdoHistogram.Checked Then + Me.Size = New Size(464, 409) + Me.ucrSaveHist.Location = New Point(10, 284) + Me.ucrBase.Location = New Point(10, 314) + ElseIf rdoDensity_ridges.Checked Then + Me.Size = New Size(464, 433) + Me.ucrSaveHist.Location = New Point(10, 311) + Me.ucrBase.Location = New Point(10, 334) + Else + Me.Size = New Size(464, 401) + Me.ucrSaveHist.Location = New Point(10, 275) + Me.ucrBase.Location = New Point(10, 305) + End If + End Sub + + Private Sub CoreControls_ControlContentsChanged() Handles ucrVariablesAsFactorforHist.ControlContentsChanged, ucrSaveHist.ControlContentsChanged, ucrFactorReceiver.ControlContentsChanged, ucrChkRidges.ControlContentsChanged + TestOkEnabled() + End Sub End Class \ No newline at end of file diff --git a/instat/dlgMosaicPlot.Designer.vb b/instat/dlgMosaicPlot.Designer.vb index 2de2c28b1fa..17023502c43 100644 --- a/instat/dlgMosaicPlot.Designer.vb +++ b/instat/dlgMosaicPlot.Designer.vb @@ -1,29 +1,28 @@ - _ -Partial Class dlgMosaicPlot - Inherits System.Windows.Forms.Form - - 'Form overrides dispose to clean up the component list. - _ - Protected Overrides Sub Dispose(ByVal disposing As Boolean) - Try - If disposing AndAlso components IsNot Nothing Then - components.Dispose() - End If - Finally - MyBase.Dispose(disposing) - End Try - End Sub - - 'Required by the Windows Form Designer - Private components As System.ComponentModel.IContainer - - 'NOTE: The following procedure is required by the Windows Form Designer - 'It can be modified using the Windows Form Designer. - 'Do not modify it using the code editor. - _ - Private Sub InitializeComponent() - Me.cmdMosaicPlotOptions = New System.Windows.Forms.Button() - Me.cmdOptions = New System.Windows.Forms.Button() + +Partial Class dlgMosaicPlot + Inherits System.Windows.Forms.Form + + 'Form overrides dispose to clean up the component list. + + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Required by the Windows Form Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Windows Form Designer + 'It can be modified using the Windows Form Designer. + 'Do not modify it using the code editor. + + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() Me.lblFactors = New System.Windows.Forms.Label() Me.lblFillColour = New System.Windows.Forms.Label() Me.lblConditionFactors = New System.Windows.Forms.Label() @@ -40,35 +39,18 @@ Partial Class dlgMosaicPlot Me.ucrChkXAxisLabelAngle = New instat.ucrCheck() Me.ucrSelectorMosaicPlot = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrBase = New instat.ucrButtons() + Me.contextMenuStripOptions = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.toolStripMenuItemPlotOptions = New System.Windows.Forms.ToolStripMenuItem() + Me.toolStripMenuItemMosaicOptions = New System.Windows.Forms.ToolStripMenuItem() + Me.cmdOptions = New instat.ucrSplitButton() + Me.contextMenuStripOptions.SuspendLayout() Me.SuspendLayout() ' - 'cmdMosaicPlotOptions - ' - Me.cmdMosaicPlotOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdMosaicPlotOptions.Location = New System.Drawing.Point(10, 196) - Me.cmdMosaicPlotOptions.Name = "cmdMosaicPlotOptions" - Me.cmdMosaicPlotOptions.Size = New System.Drawing.Size(149, 25) - Me.cmdMosaicPlotOptions.TabIndex = 9 - Me.cmdMosaicPlotOptions.Tag = "" - Me.cmdMosaicPlotOptions.Text = "Mosaic Options" - Me.cmdMosaicPlotOptions.UseVisualStyleBackColor = True - ' - 'cmdOptions - ' - Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdOptions.Location = New System.Drawing.Point(10, 227) - Me.cmdOptions.Name = "cmdOptions" - Me.cmdOptions.Size = New System.Drawing.Size(149, 25) - Me.cmdOptions.TabIndex = 10 - Me.cmdOptions.Tag = "Options" - Me.cmdOptions.Text = "Plot Options" - Me.cmdOptions.UseVisualStyleBackColor = True - ' 'lblFactors ' Me.lblFactors.AutoSize = True Me.lblFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblFactors.Location = New System.Drawing.Point(282, 30) + Me.lblFactors.Location = New System.Drawing.Point(286, 33) Me.lblFactors.Name = "lblFactors" Me.lblFactors.Size = New System.Drawing.Size(45, 13) Me.lblFactors.TabIndex = 1 @@ -78,7 +60,7 @@ Partial Class dlgMosaicPlot ' Me.lblFillColour.AutoSize = True Me.lblFillColour.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblFillColour.Location = New System.Drawing.Point(282, 160) + Me.lblFillColour.Location = New System.Drawing.Point(286, 161) Me.lblFillColour.Name = "lblFillColour" Me.lblFillColour.Size = New System.Drawing.Size(103, 13) Me.lblFillColour.TabIndex = 3 @@ -88,7 +70,7 @@ Partial Class dlgMosaicPlot ' Me.lblConditionFactors.AutoSize = True Me.lblConditionFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblConditionFactors.Location = New System.Drawing.Point(282, 207) + Me.lblConditionFactors.Location = New System.Drawing.Point(282, 210) Me.lblConditionFactors.Name = "lblConditionFactors" Me.lblConditionFactors.Size = New System.Drawing.Size(140, 13) Me.lblConditionFactors.TabIndex = 5 @@ -98,7 +80,7 @@ Partial Class dlgMosaicPlot ' Me.lblWeights.AutoSize = True Me.lblWeights.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblWeights.Location = New System.Drawing.Point(282, 336) + Me.lblWeights.Location = New System.Drawing.Point(282, 337) Me.lblWeights.Name = "lblWeights" Me.lblWeights.Size = New System.Drawing.Size(97, 13) Me.lblWeights.TabIndex = 7 @@ -108,7 +90,7 @@ Partial Class dlgMosaicPlot ' Me.lblPartitioningType.AutoSize = True Me.lblPartitioningType.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblPartitioningType.Location = New System.Drawing.Point(10, 282) + Me.lblPartitioningType.Location = New System.Drawing.Point(9, 239) Me.lblPartitioningType.Name = "lblPartitioningType" Me.lblPartitioningType.Size = New System.Drawing.Size(62, 13) Me.lblPartitioningType.TabIndex = 11 @@ -119,7 +101,7 @@ Partial Class dlgMosaicPlot Me.ucrNudXAxisLabelsAngle.AutoSize = True Me.ucrNudXAxisLabelsAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisLabelsAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudXAxisLabelsAngle.Location = New System.Drawing.Point(184, 344) + Me.ucrNudXAxisLabelsAngle.Location = New System.Drawing.Point(183, 301) Me.ucrNudXAxisLabelsAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXAxisLabelsAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisLabelsAngle.Name = "ucrNudXAxisLabelsAngle" @@ -133,7 +115,7 @@ Partial Class dlgMosaicPlot Me.ucrInputPartitioning.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPartitioning.GetSetSelectedIndex = -1 Me.ucrInputPartitioning.IsReadOnly = False - Me.ucrInputPartitioning.Location = New System.Drawing.Point(97, 282) + Me.ucrInputPartitioning.Location = New System.Drawing.Point(96, 239) Me.ucrInputPartitioning.Name = "ucrInputPartitioning" Me.ucrInputPartitioning.Size = New System.Drawing.Size(137, 21) Me.ucrInputPartitioning.TabIndex = 12 @@ -142,7 +124,7 @@ Partial Class dlgMosaicPlot ' Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False - Me.ucrChkOmitMissing.Location = New System.Drawing.Point(10, 312) + Me.ucrChkOmitMissing.Location = New System.Drawing.Point(9, 269) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" Me.ucrChkOmitMissing.Size = New System.Drawing.Size(224, 23) Me.ucrChkOmitMissing.TabIndex = 13 @@ -151,7 +133,7 @@ Partial Class dlgMosaicPlot ' Me.ucrReceiverWeights.AutoSize = True Me.ucrReceiverWeights.frmParent = Me - Me.ucrReceiverWeights.Location = New System.Drawing.Point(285, 352) + Me.ucrReceiverWeights.Location = New System.Drawing.Point(284, 352) Me.ucrReceiverWeights.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeights.Name = "ucrReceiverWeights" Me.ucrReceiverWeights.Selector = Nothing @@ -164,7 +146,7 @@ Partial Class dlgMosaicPlot ' Me.ucrReceiverConditions.AutoSize = True Me.ucrReceiverConditions.frmParent = Me - Me.ucrReceiverConditions.Location = New System.Drawing.Point(285, 225) + Me.ucrReceiverConditions.Location = New System.Drawing.Point(284, 225) Me.ucrReceiverConditions.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverConditions.Name = "ucrReceiverConditions" Me.ucrReceiverConditions.Selector = Nothing @@ -177,7 +159,7 @@ Partial Class dlgMosaicPlot ' Me.ucrReceiverFill.AutoSize = True Me.ucrReceiverFill.frmParent = Me - Me.ucrReceiverFill.Location = New System.Drawing.Point(285, 176) + Me.ucrReceiverFill.Location = New System.Drawing.Point(284, 176) Me.ucrReceiverFill.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFill.Name = "ucrReceiverFill" Me.ucrReceiverFill.Selector = Nothing @@ -190,7 +172,7 @@ Partial Class dlgMosaicPlot ' Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me - Me.ucrReceiverX.Location = New System.Drawing.Point(285, 48) + Me.ucrReceiverX.Location = New System.Drawing.Point(284, 48) Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverX.Name = "ucrReceiverX" Me.ucrReceiverX.Selector = Nothing @@ -202,7 +184,7 @@ Partial Class dlgMosaicPlot 'ucrSaveMosaicPlot ' Me.ucrSaveMosaicPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrSaveMosaicPlot.Location = New System.Drawing.Point(10, 376) + Me.ucrSaveMosaicPlot.Location = New System.Drawing.Point(9, 385) Me.ucrSaveMosaicPlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveMosaicPlot.Name = "ucrSaveMosaicPlot" Me.ucrSaveMosaicPlot.Size = New System.Drawing.Size(317, 24) @@ -212,7 +194,7 @@ Partial Class dlgMosaicPlot ' Me.ucrChkXAxisLabelAngle.AutoSize = True Me.ucrChkXAxisLabelAngle.Checked = False - Me.ucrChkXAxisLabelAngle.Location = New System.Drawing.Point(10, 344) + Me.ucrChkXAxisLabelAngle.Location = New System.Drawing.Point(9, 301) Me.ucrChkXAxisLabelAngle.Name = "ucrChkXAxisLabelAngle" Me.ucrChkXAxisLabelAngle.Size = New System.Drawing.Size(168, 23) Me.ucrChkXAxisLabelAngle.TabIndex = 14 @@ -223,7 +205,7 @@ Partial Class dlgMosaicPlot Me.ucrSelectorMosaicPlot.bDropUnusedFilterLevels = False Me.ucrSelectorMosaicPlot.bShowHiddenColumns = False Me.ucrSelectorMosaicPlot.bUseCurrentFilter = True - Me.ucrSelectorMosaicPlot.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorMosaicPlot.Location = New System.Drawing.Point(9, 10) Me.ucrSelectorMosaicPlot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorMosaicPlot.Name = "ucrSelectorMosaicPlot" Me.ucrSelectorMosaicPlot.Size = New System.Drawing.Size(213, 183) @@ -233,17 +215,50 @@ Partial Class dlgMosaicPlot ' Me.ucrBase.AutoSize = True Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrBase.Location = New System.Drawing.Point(10, 411) + Me.ucrBase.Location = New System.Drawing.Point(12, 418) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.Size = New System.Drawing.Size(408, 52) Me.ucrBase.TabIndex = 17 ' + 'contextMenuStripOptions + ' + Me.contextMenuStripOptions.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolStripMenuItemPlotOptions, Me.toolStripMenuItemMosaicOptions}) + Me.contextMenuStripOptions.Name = "contextMenuStripOk" + Me.contextMenuStripOptions.Size = New System.Drawing.Size(158, 48) + ' + 'toolStripMenuItemPlotOptions + ' + Me.toolStripMenuItemPlotOptions.Name = "toolStripMenuItemPlotOptions" + Me.toolStripMenuItemPlotOptions.Size = New System.Drawing.Size(157, 22) + Me.toolStripMenuItemPlotOptions.Text = "Plot Options" + ' + 'toolStripMenuItemMosaicOptions + ' + Me.toolStripMenuItemMosaicOptions.Name = "toolStripMenuItemMosaicOptions" + Me.toolStripMenuItemMosaicOptions.Size = New System.Drawing.Size(157, 22) + Me.toolStripMenuItemMosaicOptions.Text = "Mosaic Options" + ' + 'cmdOptions + ' + Me.cmdOptions.AllowDrop = True + Me.cmdOptions.AutoSize = True + Me.cmdOptions.ContextMenuStrip = Me.contextMenuStripOptions + Me.cmdOptions.Location = New System.Drawing.Point(9, 199) + Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(148, 23) + Me.cmdOptions.SplitMenuStrip = Me.contextMenuStripOptions + Me.cmdOptions.TabIndex = 19 + Me.cmdOptions.Tag = "Plot Options" + Me.cmdOptions.Text = "Plot Options" + Me.cmdOptions.UseVisualStyleBackColor = True + ' 'dlgMosaicPlot ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(452, 478) + Me.ClientSize = New System.Drawing.Size(441, 475) + Me.Controls.Add(Me.cmdOptions) Me.Controls.Add(Me.ucrNudXAxisLabelsAngle) Me.Controls.Add(Me.ucrInputPartitioning) Me.Controls.Add(Me.lblPartitioningType) @@ -258,9 +273,7 @@ Partial Class dlgMosaicPlot Me.Controls.Add(Me.ucrReceiverX) Me.Controls.Add(Me.ucrSaveMosaicPlot) Me.Controls.Add(Me.ucrChkXAxisLabelAngle) - Me.Controls.Add(Me.cmdMosaicPlotOptions) Me.Controls.Add(Me.ucrSelectorMosaicPlot) - Me.Controls.Add(Me.cmdOptions) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False @@ -269,27 +282,30 @@ Partial Class dlgMosaicPlot Me.ShowIcon = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Mosaic Plot" + Me.contextMenuStripOptions.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() - End Sub - - Friend WithEvents ucrSaveMosaicPlot As ucrSave - Friend WithEvents ucrChkXAxisLabelAngle As ucrCheck - Friend WithEvents cmdMosaicPlotOptions As Button - Friend WithEvents ucrSelectorMosaicPlot As ucrSelectorByDataFrameAddRemove - Friend WithEvents cmdOptions As Button - Friend WithEvents ucrBase As ucrButtons - Friend WithEvents ucrReceiverX As ucrReceiverMultiple - Friend WithEvents lblFactors As Label - Friend WithEvents ucrReceiverFill As ucrReceiverSingle - Friend WithEvents lblFillColour As Label - Friend WithEvents lblConditionFactors As Label - Friend WithEvents ucrReceiverConditions As ucrReceiverMultiple - Friend WithEvents lblWeights As Label - Friend WithEvents ucrReceiverWeights As ucrReceiverSingle - Friend WithEvents ucrChkOmitMissing As ucrCheck - Friend WithEvents lblPartitioningType As Label - Friend WithEvents ucrInputPartitioning As ucrInputComboBox - Friend WithEvents ucrNudXAxisLabelsAngle As ucrNud -End Class + End Sub + + Friend WithEvents ucrSaveMosaicPlot As ucrSave + Friend WithEvents ucrChkXAxisLabelAngle As ucrCheck + Friend WithEvents ucrSelectorMosaicPlot As ucrSelectorByDataFrameAddRemove + Friend WithEvents ucrBase As ucrButtons + Friend WithEvents ucrReceiverX As ucrReceiverMultiple + Friend WithEvents lblFactors As Label + Friend WithEvents ucrReceiverFill As ucrReceiverSingle + Friend WithEvents lblFillColour As Label + Friend WithEvents lblConditionFactors As Label + Friend WithEvents ucrReceiverConditions As ucrReceiverMultiple + Friend WithEvents lblWeights As Label + Friend WithEvents ucrReceiverWeights As ucrReceiverSingle + Friend WithEvents ucrChkOmitMissing As ucrCheck + Friend WithEvents lblPartitioningType As Label + Friend WithEvents ucrInputPartitioning As ucrInputComboBox + Friend WithEvents ucrNudXAxisLabelsAngle As ucrNud + Friend WithEvents cmdOptions As ucrSplitButton + Friend WithEvents contextMenuStripOptions As ContextMenuStrip + Friend WithEvents toolStripMenuItemPlotOptions As ToolStripMenuItem + Friend WithEvents toolStripMenuItemMosaicOptions As ToolStripMenuItem +End Class diff --git a/instat/dlgMosaicPlot.resx b/instat/dlgMosaicPlot.resx index 29dcb1b3a35..dd48231f50c 100644 --- a/instat/dlgMosaicPlot.resx +++ b/instat/dlgMosaicPlot.resx @@ -117,4 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42 + + + 17, 17 + \ No newline at end of file diff --git a/instat/dlgMosaicPlot.vb b/instat/dlgMosaicPlot.vb index 9ac25218638..8ee21119606 100644 --- a/instat/dlgMosaicPlot.vb +++ b/instat/dlgMosaicPlot.vb @@ -233,30 +233,6 @@ Public Class dlgMosaicPlot TestOkEnabled() End Sub - Private Sub cmdOptions_Click(sender As Object, e As EventArgs) Handles cmdOptions.Click - sdgPlots.SetRCode(clsBaseOperator, clsNewThemeFunction:=clsThemeFunction, dctNewThemeFunctions:=dctThemeFunctions, clsNewGlobalAesFunction:=clsAesFunction, - clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, - clsNewXScalecontinuousFunction:=clsXScaleContinuousFunction, clsNewYScalecontinuousFunction:=clsYScaleContinuousFunction, - clsNewXLabsTitleFunction:=clsXlabsFunction, clsNewYLabTitleFunction:=clsYlabFunction, clsNewLabsFunction:=clsLabsFunction, - clsNewFacetFunction:=clsRFacetFunction, ucrNewBaseSelector:=ucrSelectorMosaicPlot, clsNewCoordPolarFunction:=clsCoordPolarFunction, - clsNewCoordPolarStartOperator:=clsCoordPolarStartOperator, clsNewXScaleDateFunction:=clsXScaleDateFunction, - clsNewAnnotateFunction:=clsAnnotateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, bNewEnableColour:=False, bNewEnableDiscrete:=False, bReset:=bResetSubdialog) - sdgPlots.ShowDialog() - bResetSubdialog = False - SetRCodeForControls(False) - AddRemoveXAxisTextParameters() - End Sub - - Private Sub cmdMosaicPlotOptions_Click(sender As Object, e As EventArgs) Handles cmdMosaicPlotOptions.Click - sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsGgplotFunction, clsNewGeomFunc:=clsMosaicGeomFunction, clsNewGlobalAesFunc:=clsAesFunction, clsNewLocalAes:=clsLocalAesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrSelectorMosaicPlot, bApplyAesGlobally:=False, bReset:=bResetBoxLayerSubdialog) - sdgLayerOptions.tbcLayers.SelectedTab = sdgLayerOptions.tbpGeomParameters - sdgLayerOptions.tbpAesthetics.Enabled = False - sdgLayerOptions.ShowDialog() - sdgLayerOptions.tbpAesthetics.Enabled = True - bResetBoxLayerSubdialog = False - SetRCodeForControls(False) - End Sub - Private Sub ucrCoreControls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrSaveMosaicPlot.ControlContentsChanged, ucrReceiverX.ControlContentsChanged, ucrChkXAxisLabelAngle.ControlContentsChanged, ucrNudXAxisLabelsAngle.ControlContentsChanged TestOkEnabled() End Sub @@ -317,4 +293,28 @@ Public Class dlgMosaicPlot clsScaleColourViridisFunction.AddParameter("discrete", "TRUE", iPosition:=5) clsScaleFillViridisFunction.AddParameter("discrete", "TRUE", iPosition:=5) End Sub + + Private Sub PlotOptionsToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles toolStripMenuItemPlotOptions.Click, cmdOptions.Click + sdgPlots.SetRCode(clsBaseOperator, clsNewThemeFunction:=clsThemeFunction, dctNewThemeFunctions:=dctThemeFunctions, clsNewGlobalAesFunction:=clsAesFunction, + clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, + clsNewXScalecontinuousFunction:=clsXScaleContinuousFunction, clsNewYScalecontinuousFunction:=clsYScaleContinuousFunction, + clsNewXLabsTitleFunction:=clsXlabsFunction, clsNewYLabTitleFunction:=clsYlabFunction, clsNewLabsFunction:=clsLabsFunction, + clsNewFacetFunction:=clsRFacetFunction, ucrNewBaseSelector:=ucrSelectorMosaicPlot, clsNewCoordPolarFunction:=clsCoordPolarFunction, + clsNewCoordPolarStartOperator:=clsCoordPolarStartOperator, clsNewXScaleDateFunction:=clsXScaleDateFunction, + clsNewAnnotateFunction:=clsAnnotateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, bNewEnableColour:=False, bNewEnableDiscrete:=False, bReset:=bResetSubdialog) + sdgPlots.ShowDialog() + bResetSubdialog = False + SetRCodeForControls(False) + AddRemoveXAxisTextParameters() + End Sub + + Private Sub toolStripMenuItemMosaicOptions_Click(sender As Object, e As EventArgs) Handles toolStripMenuItemMosaicOptions.Click + sdgLayerOptions.SetupLayer(clsNewGgPlot:=clsGgplotFunction, clsNewGeomFunc:=clsMosaicGeomFunction, clsNewGlobalAesFunc:=clsAesFunction, clsNewLocalAes:=clsLocalAesFunction, bFixGeom:=True, ucrNewBaseSelector:=ucrSelectorMosaicPlot, bApplyAesGlobally:=False, bReset:=bResetBoxLayerSubdialog) + sdgLayerOptions.tbcLayers.SelectedTab = sdgLayerOptions.tbpGeomParameters + sdgLayerOptions.tbpAesthetics.Enabled = False + sdgLayerOptions.ShowDialog() + sdgLayerOptions.tbpAesthetics.Enabled = True + bResetBoxLayerSubdialog = False + SetRCodeForControls(False) + End Sub End Class \ No newline at end of file diff --git a/instat/dlgNewDataFrame.Designer.vb b/instat/dlgNewDataFrame.Designer.vb index 583ad803356..b694e3f0a79 100644 --- a/instat/dlgNewDataFrame.Designer.vb +++ b/instat/dlgNewDataFrame.Designer.vb @@ -39,10 +39,10 @@ Partial Class dlgNewDataFrame Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.lblRows = New System.Windows.Forms.Label() Me.lblColumns = New System.Windows.Forms.Label() Me.rdoCommand = New System.Windows.Forms.RadioButton() @@ -62,6 +62,12 @@ Partial Class dlgNewDataFrame Me.lblCommand = New System.Windows.Forms.Label() Me.btnExample = New System.Windows.Forms.Button() Me.dataTypeGridView = New System.Windows.Forms.DataGridView() + Me.no = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.colNames = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.cbType = New System.Windows.Forms.DataGridViewComboBoxColumn() + Me.colDefault = New System.Windows.Forms.DataGridViewComboBoxColumn() + Me.colLevels = New System.Windows.Forms.DataGridViewComboBoxColumn() + Me.colLabel = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.ucrChkIncludeLabel = New instat.ucrCheck() Me.ucrChkVariable = New instat.ucrCheck() Me.ucrTryNewDataFrame = New instat.ucrTry() @@ -71,12 +77,13 @@ Partial Class dlgNewDataFrame Me.ucrNudCols = New instat.ucrNud() Me.ucrNudRows = New instat.ucrNud() Me.ucrBase = New instat.ucrButtons() - Me.no = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.colNames = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.cbType = New System.Windows.Forms.DataGridViewComboBoxColumn() - Me.colDefault = New System.Windows.Forms.DataGridViewComboBoxColumn() - Me.colLevels = New System.Windows.Forms.DataGridViewComboBoxColumn() - Me.colLabel = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.rdoLists = New System.Windows.Forms.RadioButton() + Me.lblCategories = New System.Windows.Forms.Label() + Me.ucrInputLists = New instat.ucrInputTextBox() + Me.ucrInputCategory = New instat.ucrInputComboBox() + Me.ucrInputListInCategory = New instat.ucrInputComboBox() + Me.lblLists = New System.Windows.Forms.Label() + Me.ucrChkRCommand = New instat.ucrCheck() CType(Me.dataGridView, System.ComponentModel.ISupportInitialize).BeginInit() Me.mnuStripCommand.SuspendLayout() CType(Me.dataTypeGridView, System.ComponentModel.ISupportInitialize).BeginInit() @@ -110,9 +117,9 @@ Partial Class dlgNewDataFrame Me.rdoCommand.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCommand.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoCommand.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoCommand.Location = New System.Drawing.Point(218, 15) + Me.rdoCommand.Location = New System.Drawing.Point(186, 15) Me.rdoCommand.Name = "rdoCommand" - Me.rdoCommand.Size = New System.Drawing.Size(95, 27) + Me.rdoCommand.Size = New System.Drawing.Size(85, 27) Me.rdoCommand.TabIndex = 2 Me.rdoCommand.TabStop = True Me.rdoCommand.Text = "Command" @@ -127,9 +134,9 @@ Partial Class dlgNewDataFrame Me.rdoRandom.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRandom.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoRandom.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoRandom.Location = New System.Drawing.Point(312, 15) + Me.rdoRandom.Location = New System.Drawing.Point(269, 15) Me.rdoRandom.Name = "rdoRandom" - Me.rdoRandom.Size = New System.Drawing.Size(95, 27) + Me.rdoRandom.Size = New System.Drawing.Size(85, 27) Me.rdoRandom.TabIndex = 3 Me.rdoRandom.TabStop = True Me.rdoRandom.Text = "Random" @@ -144,9 +151,9 @@ Partial Class dlgNewDataFrame Me.rdoEmpty.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption Me.rdoEmpty.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoEmpty.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoEmpty.Location = New System.Drawing.Point(31, 15) + Me.rdoEmpty.Location = New System.Drawing.Point(20, 15) Me.rdoEmpty.Name = "rdoEmpty" - Me.rdoEmpty.Size = New System.Drawing.Size(95, 27) + Me.rdoEmpty.Size = New System.Drawing.Size(85, 27) Me.rdoEmpty.TabIndex = 4 Me.rdoEmpty.TabStop = True Me.rdoEmpty.Text = "Empty" @@ -161,9 +168,9 @@ Partial Class dlgNewDataFrame Me.rdoConstruct.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption Me.rdoConstruct.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoConstruct.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoConstruct.Location = New System.Drawing.Point(124, 15) + Me.rdoConstruct.Location = New System.Drawing.Point(103, 15) Me.rdoConstruct.Name = "rdoConstruct" - Me.rdoConstruct.Size = New System.Drawing.Size(95, 27) + Me.rdoConstruct.Size = New System.Drawing.Size(85, 27) Me.rdoConstruct.TabIndex = 1 Me.rdoConstruct.TabStop = True Me.rdoConstruct.Text = "Construct" @@ -173,24 +180,24 @@ Partial Class dlgNewDataFrame 'dataGridView ' Me.dataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells - DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.dataGridView.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 + DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.dataGridView.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5 Me.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colRowNum, Me.colName, Me.colExpression}) - DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.dataGridView.DefaultCellStyle = DataGridViewCellStyle2 + DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.dataGridView.DefaultCellStyle = DataGridViewCellStyle6 Me.dataGridView.Location = New System.Drawing.Point(19, 81) Me.dataGridView.Margin = New System.Windows.Forms.Padding(2) Me.dataGridView.Name = "dataGridView" @@ -285,24 +292,24 @@ Partial Class dlgNewDataFrame ' Me.dataTypeGridView.AllowUserToAddRows = False Me.dataTypeGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells - DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.dataTypeGridView.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3 + DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.dataTypeGridView.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7 Me.dataTypeGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dataTypeGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.no, Me.colNames, Me.cbType, Me.colDefault, Me.colLevels, Me.colLabel}) - DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.dataTypeGridView.DefaultCellStyle = DataGridViewCellStyle4 + DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.dataTypeGridView.DefaultCellStyle = DataGridViewCellStyle8 Me.dataTypeGridView.Location = New System.Drawing.Point(20, 133) Me.dataTypeGridView.Margin = New System.Windows.Forms.Padding(2) Me.dataTypeGridView.Name = "dataTypeGridView" @@ -311,6 +318,47 @@ Partial Class dlgNewDataFrame Me.dataTypeGridView.Size = New System.Drawing.Size(416, 115) Me.dataTypeGridView.TabIndex = 163 ' + 'no + ' + Me.no.FillWeight = 90.0! + Me.no.HeaderText = "No." + Me.no.Name = "no" + Me.no.ReadOnly = True + Me.no.Width = 30 + ' + 'colNames + ' + Me.colNames.HeaderText = "Name" + Me.colNames.Name = "colNames" + Me.colNames.Width = 60 + ' + 'cbType + ' + Me.cbType.HeaderText = "Type" + Me.cbType.Items.AddRange(New Object() {"Character", "Numeric", "Factor", "Integer"}) + Me.cbType.MaxDropDownItems = 4 + Me.cbType.Name = "cbType" + Me.cbType.Width = 60 + ' + 'colDefault + ' + Me.colDefault.HeaderText = "Default" + Me.colDefault.Items.AddRange(New Object() {"NA", "0", "1", "1,10", "letters[1:10]", "LETTERS[1:10]"}) + Me.colDefault.Name = "colDefault" + ' + 'colLevels + ' + Me.colLevels.HeaderText = "Levels" + Me.colLevels.Items.AddRange(New Object() {"No, Yes", "Bad, Poor, Average, Good, Great", "0-4,5-9,10-14,15-19, 20-64, 65+", "1:5"}) + Me.colLevels.Name = "colLevels" + ' + 'colLabel + ' + Me.colLabel.HeaderText = "Label" + Me.colLabel.Name = "colLabel" + Me.colLabel.Visible = False + Me.colLabel.Width = 80 + ' 'ucrChkIncludeLabel ' Me.ucrChkIncludeLabel.AutoSize = True @@ -355,7 +403,7 @@ Partial Class dlgNewDataFrame Me.ucrPnlDataFrame.Location = New System.Drawing.Point(17, 10) Me.ucrPnlDataFrame.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrPnlDataFrame.Name = "ucrPnlDataFrame" - Me.ucrPnlDataFrame.Size = New System.Drawing.Size(405, 43) + Me.ucrPnlDataFrame.Size = New System.Drawing.Size(433, 43) Me.ucrPnlDataFrame.TabIndex = 0 ' 'ucrNewDFName @@ -377,7 +425,7 @@ Partial Class dlgNewDataFrame Me.ucrNudCols.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCols.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCols.Name = "ucrNudCols" - Me.ucrNudCols.Size = New System.Drawing.Size(57, 20) + Me.ucrNudCols.Size = New System.Drawing.Size(95, 20) Me.ucrNudCols.TabIndex = 11 Me.ucrNudCols.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' @@ -391,7 +439,7 @@ Partial Class dlgNewDataFrame Me.ucrNudRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRows.Name = "ucrNudRows" - Me.ucrNudRows.Size = New System.Drawing.Size(57, 20) + Me.ucrNudRows.Size = New System.Drawing.Size(95, 20) Me.ucrNudRows.TabIndex = 9 Me.ucrNudRows.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' @@ -405,46 +453,84 @@ Partial Class dlgNewDataFrame Me.ucrBase.Size = New System.Drawing.Size(408, 52) Me.ucrBase.TabIndex = 15 ' - 'no - ' - Me.no.FillWeight = 90.0! - Me.no.HeaderText = "No." - Me.no.Name = "no" - Me.no.ReadOnly = True - Me.no.Width = 30 - ' - 'colNames - ' - Me.colNames.HeaderText = "Name" - Me.colNames.Name = "colNames" - Me.colNames.Width = 60 - ' - 'cbType - ' - Me.cbType.HeaderText = "Type" - Me.cbType.Items.AddRange(New Object() {"Character", "Numeric", "Factor", "Integer"}) - Me.cbType.MaxDropDownItems = 4 - Me.cbType.Name = "cbType" - Me.cbType.Width = 60 - ' - 'colDefault - ' - Me.colDefault.HeaderText = "Default" - Me.colDefault.Items.AddRange(New Object() {"NA", "0", "1", "1,10", "letters[1:10]", "LETTERS[1:10]"}) - Me.colDefault.Name = "colDefault" - ' - 'colLevels - ' - Me.colLevels.HeaderText = "Levels" - Me.colLevels.Items.AddRange(New Object() {"No, Yes", "Bad, Poor, Average, Good, Great", "0-4,5-9,10-14,15-19, 20-64, 65+", "1:5"}) - Me.colLevels.Name = "colLevels" - ' - 'colLabel - ' - Me.colLabel.HeaderText = "Label" - Me.colLabel.Name = "colLabel" - Me.colLabel.Visible = False - Me.colLabel.Width = 80 + 'rdoLists + ' + Me.rdoLists.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoLists.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoLists.FlatAppearance.BorderSize = 2 + Me.rdoLists.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoLists.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoLists.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLists.Location = New System.Drawing.Point(352, 15) + Me.rdoLists.Name = "rdoLists" + Me.rdoLists.Size = New System.Drawing.Size(85, 27) + Me.rdoLists.TabIndex = 165 + Me.rdoLists.TabStop = True + Me.rdoLists.Text = "Lists" + Me.rdoLists.TextAlign = System.Drawing.ContentAlignment.MiddleCenter + Me.rdoLists.UseVisualStyleBackColor = True + ' + 'lblCategories + ' + Me.lblCategories.AutoSize = True + Me.lblCategories.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCategories.Location = New System.Drawing.Point(19, 59) + Me.lblCategories.Name = "lblCategories" + Me.lblCategories.Size = New System.Drawing.Size(52, 13) + Me.lblCategories.TabIndex = 169 + Me.lblCategories.Text = "Category:" + ' + 'ucrInputLists + ' + Me.ucrInputLists.AddQuotesIfUnrecognised = True + Me.ucrInputLists.AutoSize = True + Me.ucrInputLists.IsMultiline = True + Me.ucrInputLists.IsReadOnly = False + Me.ucrInputLists.Location = New System.Drawing.Point(21, 143) + Me.ucrInputLists.Name = "ucrInputLists" + Me.ucrInputLists.Size = New System.Drawing.Size(415, 31) + Me.ucrInputLists.TabIndex = 171 + ' + 'ucrInputCategory + ' + Me.ucrInputCategory.AddQuotesIfUnrecognised = True + Me.ucrInputCategory.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrInputCategory.GetSetSelectedIndex = -1 + Me.ucrInputCategory.IsReadOnly = False + Me.ucrInputCategory.Location = New System.Drawing.Point(77, 52) + Me.ucrInputCategory.Name = "ucrInputCategory" + Me.ucrInputCategory.Size = New System.Drawing.Size(166, 26) + Me.ucrInputCategory.TabIndex = 172 + ' + 'ucrInputListInCategory + ' + Me.ucrInputListInCategory.AddQuotesIfUnrecognised = True + Me.ucrInputListInCategory.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrInputListInCategory.GetSetSelectedIndex = -1 + Me.ucrInputListInCategory.IsReadOnly = False + Me.ucrInputListInCategory.Location = New System.Drawing.Point(77, 84) + Me.ucrInputListInCategory.Name = "ucrInputListInCategory" + Me.ucrInputListInCategory.Size = New System.Drawing.Size(166, 26) + Me.ucrInputListInCategory.TabIndex = 173 + ' + 'lblLists + ' + Me.lblLists.AutoSize = True + Me.lblLists.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLists.Location = New System.Drawing.Point(40, 87) + Me.lblLists.Name = "lblLists" + Me.lblLists.Size = New System.Drawing.Size(31, 13) + Me.lblLists.TabIndex = 174 + Me.lblLists.Text = "Lists:" + ' + 'ucrChkRCommand + ' + Me.ucrChkRCommand.AutoSize = True + Me.ucrChkRCommand.Checked = False + Me.ucrChkRCommand.Location = New System.Drawing.Point(19, 114) + Me.ucrChkRCommand.Name = "ucrChkRCommand" + Me.ucrChkRCommand.Size = New System.Drawing.Size(118, 23) + Me.ucrChkRCommand.TabIndex = 175 ' 'dlgNewDataFrame ' @@ -452,6 +538,13 @@ Partial Class dlgNewDataFrame Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(458, 378) + Me.Controls.Add(Me.ucrChkRCommand) + Me.Controls.Add(Me.lblLists) + Me.Controls.Add(Me.ucrInputListInCategory) + Me.Controls.Add(Me.ucrInputCategory) + Me.Controls.Add(Me.ucrInputLists) + Me.Controls.Add(Me.lblCategories) + Me.Controls.Add(Me.rdoLists) Me.Controls.Add(Me.ucrChkIncludeLabel) Me.Controls.Add(Me.dataTypeGridView) Me.Controls.Add(Me.ucrChkVariable) @@ -519,4 +612,11 @@ Partial Class dlgNewDataFrame Friend WithEvents colDefault As DataGridViewComboBoxColumn Friend WithEvents colLevels As DataGridViewComboBoxColumn Friend WithEvents colLabel As DataGridViewTextBoxColumn + Friend WithEvents rdoLists As RadioButton + Friend WithEvents lblCategories As Label + Friend WithEvents ucrInputLists As ucrInputTextBox + Friend WithEvents ucrInputCategory As ucrInputComboBox + Friend WithEvents ucrInputListInCategory As ucrInputComboBox + Friend WithEvents lblLists As Label + Friend WithEvents ucrChkRCommand As ucrCheck End Class diff --git a/instat/dlgNewDataFrame.vb b/instat/dlgNewDataFrame.vb index 121da7cb06e..57dc0427128 100644 --- a/instat/dlgNewDataFrame.vb +++ b/instat/dlgNewDataFrame.vb @@ -18,11 +18,15 @@ Imports instat.Translations Imports RDotNet Public Class dlgNewDataFrame - Private clsEmptyOverallFunction, clsEmptyMatrixFunction, clsNewDataFrameFunction, clsSjLabelledFunction As New RFunction - Private clsConstructFunction, clsDummyLabelFunction, clsDummyVarFunction, clsAsCharacterFunction, clsRepFunction As New RFunction + Private clsEmptyOverallFunction, clsEmptyMatrixFunction, clsNewDataFrameFunction, + clsSjLabelledFunction, clsConstructFunction, clsDummyLabelFunction, clsDummyVarFunction, + clsAsCharacterFunction, clsRepFunction, clsCorporaFunction, clsListDfFunction As New RFunction Public bFirstLoad As Boolean = True Private bReset As Boolean = True + Private arrAvailableCategories() As String + Private arrAvailableLists() As String + Private Sub dlgNewDataFrame_Load(sender As Object, e As EventArgs) Handles MyBase.Load 'autoTranslate(Me) this subroutine was causing a bug in the button examples If bFirstLoad Then @@ -39,8 +43,12 @@ Public Class dlgNewDataFrame Private Sub InitialiseDialog() ucrBase.iHelpTopicID = 6 + Dim clsGetCategories As New RFunction + ucrInputCommand.txtInput.WordWrap = False ucrInputCommand.txtInput.ScrollBars = ScrollBars.Both + + ucrInputLists.txtInput.WordWrap = False 'nudRows ucrNudRows.SetParameter(New RParameter("times", iNewPosition:=1)) ucrNudRows.SetMinMax(1, Integer.MaxValue) @@ -60,6 +68,7 @@ Public Class dlgNewDataFrame ucrPnlDataFrame.AddRadioButton(rdoCommand) ucrPnlDataFrame.AddRadioButton(rdoRandom) ucrPnlDataFrame.AddRadioButton(rdoEmpty) + ucrPnlDataFrame.AddRadioButton(rdoLists) 'TODO:Providing conditions here may not be easy, find a way to do this properly! 'ucrPnlDataFrame.AddFunctionNamesCondition(rdoConstruct, "data.frame") @@ -71,9 +80,12 @@ Public Class dlgNewDataFrame ucrPnlDataFrame.AddToLinkedControls(ucrChkVariable, {rdoEmpty}, bNewLinkedHideIfParameterMissing:=True) ucrChkVariable.AddToLinkedControls(ucrChkIncludeLabel, {True}, bNewLinkedHideIfParameterMissing:=True) ucrPnlDataFrame.AddToLinkedControls(ucrInputCommand, {rdoCommand, rdoRandom}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) + ucrPnlDataFrame.AddToLinkedControls({ucrInputLists, ucrChkRCommand, ucrInputCategory, ucrInputListInCategory}, {rdoLists}, bNewLinkedHideIfParameterMissing:=True) ucrNudRows.SetLinkedDisplayControl(lblRows) ucrNudCols.SetLinkedDisplayControl(lblColumns) ucrChkIncludeLabel.SetLinkedDisplayControl(dataTypeGridView) + ucrInputCategory.SetLinkedDisplayControl(lblCategories) + ucrInputListInCategory.SetLinkedDisplayControl(lblLists) ucrChkVariable.SetText("Variable Name") ucrChkVariable.SetParameter(New RParameter("var", 0)) @@ -85,6 +97,23 @@ Public Class dlgNewDataFrame ucrTryNewDataFrame.SetIsCommand() ucrTryNewDataFrame.RunCommandAsMultipleLines = True + + ucrChkRCommand.SetText("Show Command") + + clsGetCategories.SetPackageName("rcorpora") + clsGetCategories.SetRCommand("categories") + Dim expCategoryNames As SymbolicExpression = frmMain.clsRLink.RunInternalScriptGetValue(clsGetCategories.ToScript(), bSilent:=True) + If expCategoryNames IsNot Nothing AndAlso expCategoryNames.Type <> Internals.SymbolicExpressionType.Null Then + Dim chrCategoryNames As CharacterVector = expCategoryNames.AsCharacter + arrAvailableCategories = chrCategoryNames.ToArray + Array.Sort(arrAvailableCategories) + ucrInputCategory.SetParameter(New RParameter("category")) + ucrInputCategory.SetItems(arrAvailableCategories, bAddConditions:=True) + End If + ucrInputCategory.SetDropDownStyleAsNonEditable() + + ucrInputListInCategory.SetDropDownStyleAsNonEditable() + LoadLists() End Sub Private Sub SetDefaults() @@ -98,6 +127,8 @@ Public Class dlgNewDataFrame clsAsCharacterFunction = New RFunction clsRepFunction = New RFunction clsSjLabelledFunction = New RFunction + clsCorporaFunction = New RFunction + clsListDfFunction = New RFunction 'reset the controls ucrNewDFName.Reset() @@ -105,6 +136,11 @@ Public Class dlgNewDataFrame ucrNudCols.SetText(2) + clsCorporaFunction.SetPackageName("rcorpora") + clsCorporaFunction.SetRCommand("corpora") + + clsListDfFunction.SetRCommand("read_corpora") + 'e.g of Function to be constructed . data.frame(data=matrix(data = NA,nrow = 10, ncol = 2)) clsEmptyOverallFunction.SetRCommand("data.frame") @@ -209,6 +245,8 @@ Public Class dlgNewDataFrame Else ucrBase.OKEnabled(False) End If + ElseIf rdoLists.Checked Then + ucrBase.OKEnabled(ucrNewDFName.IsComplete AndAlso Not ucrInputLists.IsEmpty AndAlso ucrInputListInCategory.GetText <> "") End If End Sub @@ -218,6 +256,7 @@ Public Class dlgNewDataFrame ucrNewDFName.AddAdditionalRCode(clsEmptyOverallFunction, iAdditionalPairNo:=1) ucrNewDFName.AddAdditionalRCode(clsNewDataFrameFunction, iAdditionalPairNo:=2) ucrNewDFName.AddAdditionalRCode(clsSjLabelledFunction, iAdditionalPairNo:=3) + ucrNewDFName.AddAdditionalRCode(clsListDfFunction, iAdditionalPairNo:=4) ucrNewDFName.SetRCode(clsConstructFunction, bReset) ucrChkIncludeLabel.SetRCode(clsDummyLabelFunction, bReset) ucrChkVariable.SetRCode(clsDummyVarFunction, bReset) @@ -237,7 +276,9 @@ Public Class dlgNewDataFrame TestOKEnabled() End Sub - Private Sub ucrPnlDataFrame_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrPnlDataFrame.ControlValueChanged, ucrChkVariable.ControlValueChanged, ucrChkIncludeLabel.ControlValueChanged, ucrNewDFName.ControlValueChanged + Private Sub ucrPnlDataFrame_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrPnlDataFrame.ControlValueChanged, + ucrChkVariable.ControlValueChanged, ucrChkIncludeLabel.ControlValueChanged, ucrNewDFName.ControlValueChanged, + ucrChkRCommand.ControlValueChanged If rdoConstruct.Checked Then btnExample.Text = "Construct Examples" 'this is being done here cause of the datagridview. We don't have its custom control lblCommand.Visible = True @@ -282,6 +323,14 @@ Public Class dlgNewDataFrame Else ucrBase.clsRsyntax.SetBaseRFunction(clsEmptyOverallFunction) End If + ElseIf rdoLists.Checked Then + ucrInputLists.Visible = ucrChkRCommand.Checked + ucrTryNewDataFrame.Visible = False + dataGridView.Visible = False + lblCommand.Visible = False + btnExample.Visible = False + ucrBase.clsRsyntax.SetCommandString(ucrInputLists.GetText()) + ucrBase.clsRsyntax.SetAssignTo(ucrNewDFName.GetText(), strTempDataframe:=ucrNewDFName.GetText()) End If If rdoCommand.Checked OrElse rdoRandom.Checked Then ucrBase.clsRsyntax.SetAssignTo(ucrNewDFName.GetText(), strTempDataframe:=ucrNewDFName.GetText()) @@ -715,4 +764,43 @@ Public Class dlgNewDataFrame End Try End If End Sub + + Private Sub LoadLists() + Dim clsListFunction As New RFunction + + clsListFunction.SetPackageName("rcorpora") + clsListFunction.SetRCommand("corpora") + + clsListFunction.AddParameter("category", Chr(34) & ucrInputCategory.GetText & Chr(34), iPosition:=0) + Dim expTemp As SymbolicExpression = frmMain.clsRLink.RunInternalScriptGetValue(clsListFunction.ToScript, bSilent:=True) + + If expTemp IsNot Nothing AndAlso expTemp.Type <> Internals.SymbolicExpressionType.Null Then + arrAvailableLists = expTemp.AsCharacter.ToArray + Array.Sort(arrAvailableLists) + ucrInputListInCategory.SetParameter(New RParameter("list")) + ucrInputListInCategory.SetItems(arrAvailableLists, bAddConditions:=True) + End If + End Sub + + Private Sub ucrInputCategory_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrInputCategory.ControlValueChanged, ucrInputListInCategory.ControlValueChanged + clsCorporaFunction.ClearParameters() + If ucrChangedControl Is ucrInputCategory Then + LoadLists() + End If + + If ucrInputListInCategory.GetText <> "" Then + clsCorporaFunction.AddParameter("category", Chr(34) & ucrInputCategory.GetText & "/" & ucrInputListInCategory.GetText & Chr(34), + bIncludeArgumentName:=False, iPosition:=0) + Else + clsCorporaFunction.AddParameter("category", Chr(34) & ucrInputCategory.GetText & Chr(34), + bIncludeArgumentName:=False, iPosition:=0) + End If + clsListDfFunction.AddParameter("data", clsRFunctionParameter:=clsCorporaFunction, iPosition:=0) + ucrInputLists.SetText(clsListDfFunction.ToScript) + End Sub + + Private Sub ucrInputLists_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrInputLists.ControlContentsChanged + ucrBase.clsRsyntax.SetCommandString(ucrInputLists.GetText()) + TestOKEnabled() + End Sub End Class diff --git a/instat/dlgOneVariableSummarise.Designer.vb b/instat/dlgOneVariableSummarise.Designer.vb index cc66302a47f..64e6efcf4bd 100644 --- a/instat/dlgOneVariableSummarise.Designer.vb +++ b/instat/dlgOneVariableSummarise.Designer.vb @@ -54,6 +54,8 @@ Partial Class dlgOneVariableSummarise Me.ucrInputMarginName = New instat.ucrInputTextBox() Me.lblMarginName = New System.Windows.Forms.Label() Me.ucrChkDisplayMargins = New instat.ucrCheck() + Me.rdoSkim = New System.Windows.Forms.RadioButton() + Me.cmdMissingOptions = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'lblSelectedVariable @@ -95,9 +97,9 @@ Partial Class dlgOneVariableSummarise Me.rdoCustomised.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCustomised.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoCustomised.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoCustomised.Location = New System.Drawing.Point(200, 12) + Me.rdoCustomised.Location = New System.Drawing.Point(247, 13) Me.rdoCustomised.Name = "rdoCustomised" - Me.rdoCustomised.Size = New System.Drawing.Size(128, 27) + Me.rdoCustomised.Size = New System.Drawing.Size(90, 27) Me.rdoCustomised.TabIndex = 22 Me.rdoCustomised.TabStop = True Me.rdoCustomised.Text = "Customised" @@ -112,9 +114,9 @@ Partial Class dlgOneVariableSummarise Me.rdoDefault.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoDefault.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoDefault.Location = New System.Drawing.Point(77, 12) + Me.rdoDefault.Location = New System.Drawing.Point(82, 13) Me.rdoDefault.Name = "rdoDefault" - Me.rdoDefault.Size = New System.Drawing.Size(125, 27) + Me.rdoDefault.Size = New System.Drawing.Size(83, 27) Me.rdoDefault.TabIndex = 21 Me.rdoDefault.TabStop = True Me.rdoDefault.Text = "Defaults" @@ -124,9 +126,9 @@ Partial Class dlgOneVariableSummarise 'ucrPnlSummaries ' Me.ucrPnlSummaries.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrPnlSummaries.Location = New System.Drawing.Point(75, 11) + Me.ucrPnlSummaries.Location = New System.Drawing.Point(73, 11) Me.ucrPnlSummaries.Name = "ucrPnlSummaries" - Me.ucrPnlSummaries.Size = New System.Drawing.Size(255, 29) + Me.ucrPnlSummaries.Size = New System.Drawing.Size(275, 29) Me.ucrPnlSummaries.TabIndex = 20 ' 'ucrChkDisplaySummariesAsRows @@ -166,7 +168,7 @@ Partial Class dlgOneVariableSummarise Me.ucrChkOmitMissing.Checked = False Me.ucrChkOmitMissing.Location = New System.Drawing.Point(10, 314) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" - Me.ucrChkOmitMissing.Size = New System.Drawing.Size(241, 23) + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(190, 23) Me.ucrChkOmitMissing.TabIndex = 9 ' 'ucrSelectorOneVarSummarise @@ -233,12 +235,43 @@ Partial Class dlgOneVariableSummarise Me.ucrChkDisplayMargins.Size = New System.Drawing.Size(150, 23) Me.ucrChkDisplayMargins.TabIndex = 23 ' + 'rdoSkim + ' + Me.rdoSkim.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoSkim.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSkim.FlatAppearance.BorderSize = 2 + Me.rdoSkim.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSkim.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSkim.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSkim.Location = New System.Drawing.Point(162, 13) + Me.rdoSkim.Name = "rdoSkim" + Me.rdoSkim.Size = New System.Drawing.Size(87, 27) + Me.rdoSkim.TabIndex = 26 + Me.rdoSkim.TabStop = True + Me.rdoSkim.Text = "Skim" + Me.rdoSkim.TextAlign = System.Drawing.ContentAlignment.MiddleCenter + Me.rdoSkim.UseVisualStyleBackColor = True + ' + 'cmdMissingOptions + ' + Me.cmdMissingOptions.Enabled = False + Me.cmdMissingOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMissingOptions.Location = New System.Drawing.Point(206, 311) + Me.cmdMissingOptions.Name = "cmdMissingOptions" + Me.cmdMissingOptions.Size = New System.Drawing.Size(62, 26) + Me.cmdMissingOptions.TabIndex = 27 + Me.cmdMissingOptions.Tag = "MissingOptions" + Me.cmdMissingOptions.Text = "Options" + Me.cmdMissingOptions.UseVisualStyleBackColor = True + ' 'dlgOneVariableSummarise ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(421, 395) + Me.Controls.Add(Me.cmdMissingOptions) + Me.Controls.Add(Me.rdoSkim) Me.Controls.Add(Me.ucrInputMarginName) Me.Controls.Add(Me.lblMarginName) Me.Controls.Add(Me.ucrChkDisplayMargins) @@ -283,4 +316,6 @@ Partial Class dlgOneVariableSummarise Friend WithEvents ucrInputMarginName As ucrInputTextBox Friend WithEvents lblMarginName As Label Friend WithEvents ucrChkDisplayMargins As ucrCheck + Friend WithEvents rdoSkim As RadioButton + Friend WithEvents cmdMissingOptions As Button End Class \ No newline at end of file diff --git a/instat/dlgOneVariableSummarise.vb b/instat/dlgOneVariableSummarise.vb index 7a4a975217a..caaea2f902c 100644 --- a/instat/dlgOneVariableSummarise.vb +++ b/instat/dlgOneVariableSummarise.vb @@ -24,7 +24,8 @@ Public Class dlgOneVariableSummarise Private clsSummaryFunction, clsSummariesList, clsMmtableFunction, clsConcFunction, clsSummaryTableFunction, clsHeaderLeftTopVariableFunction, clsHeaderLeftTopSummaryFunction, clsHeaderTopLeftVariableFunction, - clsHeaderTopLeftSummaryFunction, clsDummyFunction As New RFunction + clsHeaderTopLeftSummaryFunction, clsDummyFunction, + clsSkimrFunction As New RFunction Private clsMmtableOperator As ROperator Private bResetSubdialog As Boolean = False Public strDefaultDataFrame As String = "" @@ -48,6 +49,7 @@ Public Class dlgOneVariableSummarise Private Sub InitialiseDialog() ucrBase.iHelpTopicID = 410 ucrBase.clsRsyntax.iCallType = 2 + 'The selector is only used for one of the functions. Therefore it's parameter name is always the same. So this can be done in Initialise. ucrSelectorOneVarSummarise.SetParameter(New RParameter("data_name", 0)) ucrSelectorOneVarSummarise.SetParameterIsString() @@ -63,8 +65,10 @@ Public Class dlgOneVariableSummarise ucrPnlSummaries.AddRadioButton(rdoDefault) ucrPnlSummaries.AddRadioButton(rdoCustomised) + ucrPnlSummaries.AddRadioButton(rdoSkim) ucrPnlSummaries.AddParameterValuesCondition(rdoCustomised, "checked_radio", "customised") ucrPnlSummaries.AddParameterValuesCondition(rdoDefault, "checked_radio", "defaults") + ucrPnlSummaries.AddParameterValuesCondition(rdoSkim, "checked_radio", "skim") ucrPnlSummaries.AddToLinkedControls(ucrNudMaxSum, {rdoDefault}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) ucrPnlSummaries.AddToLinkedControls({ucrChkOmitMissing, ucrChkDisplaySummariesAsRows, ucrChkDisplayVariablesAsRows, ucrChkDisplayMargins}, {rdoCustomised}, bNewLinkedHideIfParameterMissing:=True) @@ -74,6 +78,7 @@ Public Class dlgOneVariableSummarise ucrChkOmitMissing.SetRDefault("FALSE") ucrChkOmitMissing.SetValuesCheckedAndUnchecked("TRUE", "FALSE") ucrChkOmitMissing.bUpdateRCodeFromControl = True + ucrChkOmitMissing.SetLinkedDisplayControl(cmdMissingOptions) ucrChkDisplayMargins.SetParameter(New RParameter("include_margins", 3)) ucrChkDisplayMargins.SetText("Display Outer Margins") @@ -87,6 +92,7 @@ Public Class dlgOneVariableSummarise ucrChkDisplaySummariesAsRows.SetText("Display Summaries As Rows") ucrChkDisplaySummariesAsRows.AddParameterValuesCondition(True, "summary_by_row", "TRUE") ucrChkDisplaySummariesAsRows.AddParameterValuesCondition(False, "summary_by_row", "FALSE") + ucrChkDisplaySummariesAsRows.SetLinkedDisplayControl(cmdSummaries) ucrChkDisplayVariablesAsRows.SetText("Display Variables As Rows") ucrChkDisplayVariablesAsRows.AddParameterValuesCondition(True, "variable_by_row", "TRUE") @@ -105,11 +111,15 @@ Public Class dlgOneVariableSummarise clsHeaderTopLeftVariableFunction = New RFunction clsHeaderTopLeftSummaryFunction = New RFunction clsDummyFunction = New RFunction + clsSkimrFunction = New RFunction ucrSelectorOneVarSummarise.Reset() - ucrBase.clsRsyntax.lstBeforeCodes.Clear() - 'Dummy function used t set conditions for the summary and variable checkbox + clsSkimrFunction.SetPackageName("skimr") + clsSkimrFunction.SetRCommand("skim_without_charts") + clsSkimrFunction.AddParameter("data", clsRFunctionParameter:=ucrSelectorOneVarSummarise.ucrAvailableDataFrames.clsCurrDataFrame, iPosition:=0) + + 'Dummy function used to set conditions for the summary and variable checkbox clsDummyFunction.AddParameter("variable_by_row", "TRUE", iPosition:=0) clsDummyFunction.AddParameter("summary_by_row", "FALSE", iPosition:=1) clsDummyFunction.AddParameter("checked_radio", "defaults", iPosition:=2) @@ -164,6 +174,7 @@ Public Class dlgOneVariableSummarise Private Sub SetRCodeForControls(bReset As Boolean) bRCodeSet = False ucrChkOmitMissing.AddAdditionalCodeParameterPair(clsSummaryTableFunction, New RParameter("na.rm", iNewPosition:=2), iAdditionalPairNo:=1) + ucrNudMaxSum.SetRCode(clsSummaryFunction, bReset) ucrReceiverOneVarSummarise.SetRCode(clsSummaryFunction, bReset) ucrChkOmitMissing.SetRCode(clsSummaryFunction, bReset) @@ -199,11 +210,20 @@ Public Class dlgOneVariableSummarise TestOKEnabled() End Sub + Private Sub cmdMissingOptions_Click(sender As Object, e As EventArgs) Handles cmdMissingOptions.Click + sdgMissingOptions.SetRFunction(clsNewSummaryFunction:=clsSummaryTableFunction, clsNewConcFunction:=clsConcFunction, bReset:=bResetSubdialog) + bResetSubdialog = False + sdgMissingOptions.ShowDialog() + End Sub + Private Sub ucrReceiverDescribeOneVar_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrReceiverOneVarSummarise.ControlValueChanged If Not ucrReceiverOneVarSummarise.IsEmpty Then clsSummaryTableFunction.AddParameter("columns_to_summarise", ucrReceiverOneVarSummarise.GetVariableNames(), iPosition:=4) + clsSkimrFunction.AddParameter("col_names", ucrReceiverOneVarSummarise.GetVariableNames(), + bIncludeArgumentName:=False, iPosition:=1) Else clsSummaryTableFunction.RemoveParameterByName("columns_to_summarise") + clsSkimrFunction.RemoveParameterByName("col_names") End If End Sub @@ -220,19 +240,30 @@ Public Class dlgOneVariableSummarise strDefaultColumns = Nothing End Sub - Private Sub Controls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrReceiverOneVarSummarise.ControlContentsChanged, ucrNudMaxSum.ControlContentsChanged - TestOKEnabled() + Private Sub ucrSelectorOneVarSummarise_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrSelectorOneVarSummarise.ControlValueChanged + clsSkimrFunction.AddParameter("data", clsRFunctionParameter:=ucrSelectorOneVarSummarise.ucrAvailableDataFrames.clsCurrDataFrame, iPosition:=0) + End Sub + + Private Sub ucrChkOmitMissing_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkOmitMissing.ControlValueChanged + If Not ucrChkOmitMissing.Checked Then + clsSummaryTableFunction.RemoveParameterByName("na_type") + Else + clsSummaryTableFunction.AddParameter("na_type", clsRFunctionParameter:=clsConcFunction, iPosition:=9) + End If + + cmdMissingOptions.Enabled = ucrChkOmitMissing.Checked End Sub Private Sub ucrPnlSummaries_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrPnlSummaries.ControlValueChanged If rdoCustomised.Checked Then clsDummyFunction.AddParameter("checked_radio", "customised", iPosition:=2) ucrBase.clsRsyntax.SetBaseROperator(clsMmtableOperator) - cmdSummaries.Visible = True - Else + ElseIf rdoDefault.Checked Then clsDummyFunction.AddParameter("checked_radio", "defaults", iPosition:=2) ucrBase.clsRsyntax.SetBaseRFunction(clsSummaryFunction) - cmdSummaries.Visible = False + ElseIf rdoSkim.Checked Then + clsDummyFunction.AddParameter("checked_radio", "skim", iPosition:=2) + ucrBase.clsRsyntax.SetBaseRFunction(clsSkimrFunction) End If End Sub @@ -271,4 +302,8 @@ Public Class dlgOneVariableSummarise End If End If End Sub + + Private Sub Controls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrReceiverOneVarSummarise.ControlContentsChanged, ucrNudMaxSum.ControlContentsChanged + TestOKEnabled() + End Sub End Class \ No newline at end of file diff --git a/instat/dlgPICSARainfall.Designer.vb b/instat/dlgPICSARainfall.Designer.vb index 304f361249c..f29ef0b9b0d 100644 --- a/instat/dlgPICSARainfall.Designer.vb +++ b/instat/dlgPICSARainfall.Designer.vb @@ -149,7 +149,7 @@ Partial Class dlgPICSARainfall Me.ucrChkPoints.Checked = False Me.ucrChkPoints.Location = New System.Drawing.Point(9, 307) Me.ucrChkPoints.Name = "ucrChkPoints" - Me.ucrChkPoints.Size = New System.Drawing.Size(151, 24) + Me.ucrChkPoints.Size = New System.Drawing.Size(221, 24) Me.ucrChkPoints.TabIndex = 14 ' 'ucrSave @@ -262,7 +262,7 @@ Partial Class dlgPICSARainfall Me.ucrChkWithSE.Checked = False Me.ucrChkWithSE.Location = New System.Drawing.Point(9, 281) Me.ucrChkWithSE.Name = "ucrChkWithSE" - Me.ucrChkWithSE.Size = New System.Drawing.Size(135, 23) + Me.ucrChkWithSE.Size = New System.Drawing.Size(221, 23) Me.ucrChkWithSE.TabIndex = 39 ' 'ucrChkLineofBestFit @@ -271,7 +271,7 @@ Partial Class dlgPICSARainfall Me.ucrChkLineofBestFit.Checked = False Me.ucrChkLineofBestFit.Location = New System.Drawing.Point(9, 256) Me.ucrChkLineofBestFit.Name = "ucrChkLineofBestFit" - Me.ucrChkLineofBestFit.Size = New System.Drawing.Size(151, 23) + Me.ucrChkLineofBestFit.Size = New System.Drawing.Size(221, 23) Me.ucrChkLineofBestFit.TabIndex = 38 ' 'dlgPICSARainfall diff --git a/instat/dlgPICSARainfall.vb b/instat/dlgPICSARainfall.vb index ec8fb8bfc37..7c55d8aa785 100644 --- a/instat/dlgPICSARainfall.vb +++ b/instat/dlgPICSARainfall.vb @@ -80,6 +80,8 @@ Public Class dlgPICSARainfall Private strLowerTercileName As String = ".lower_ter_y" Private strUpperTercileName As String = ".upper_ter_y" + Private clsDummyFunction As New RFunction + Private clsAsDateYLimit As New RFunction Private clsGeomHlineMean As New RFunction Private clsGeomHlineMedian As New RFunction @@ -220,6 +222,7 @@ Public Class dlgPICSARainfall clsBaseOperator = New ROperator clsGroupByFunction = New RFunction clsMutateFunction = New RFunction + clsDummyFunction = New RFunction clsRggplotFunction = New RFunction clsGeomLine = New RFunction @@ -292,6 +295,9 @@ Public Class dlgPICSARainfall clsScaleColourViridisFunction = GgplotDefaults.clsScaleColorViridisFunction clsAnnotateFunction = GgplotDefaults.clsAnnotateFunction + clsDummyFunction.AddParameter("upper_limit", "FALSE", iPosition:=0) + clsDummyFunction.AddParameter("lower_limit", "FALSE", iPosition:=1) + clsYScalecontinuousFunction.AddParameter("limits", clsRFunctionParameter:=clsCLimitsYContinuous, iPosition:=3) clsCLimitsYContinuous.SetRCommand("c") clsCLimitsYContinuous.AddParameter("lowerlimit", "NA", bIncludeArgumentName:=False, iPosition:=0) @@ -796,7 +802,7 @@ Public Class dlgPICSARainfall 'add more functions Private Sub cmdPICSAOptions_Click(sender As Object, e As EventArgs) Handles cmdPICSAOptions.Click sdgPICSARainfallGraph.SetRCode(clsNewOperator:=ucrBase.clsRsyntax.clsBaseOperator, clsNewPipeOperator:=clsPipeOperator, clsNewStatRegEquation:=clsStatRegEquationFunction, clsNewStatsCorFunction:=clsStatsCorFunction, - dctNewThemeFunctions:=dctThemeFunctions, clsNewLabsFunction:=clsLabsFunction, clsNewThemeFunction:=clsThemeFunction, + dctNewThemeFunctions:=dctThemeFunctions, clsNewLabsFunction:=clsLabsFunction, clsNewThemeFunction:=clsThemeFunction, clsNewDummyFunction:=clsDummyFunction, clsNewXScaleContinuousFunction:=clsXScalecontinuousFunction, clsNewYScaleContinuousFunction:=clsYScalecontinuousFunction, clsNewGeomhlineMean:=clsGeomHlineMean, clsNewGeomhlineMedian:=clsGeomHlineMedian, clsNewGeomhlineLowerTercile:=clsGeomHlineLowerTercile, clsNewGeomhlineUpperTercile:=clsGeomHlineUpperTercile, clsNewXLabsFunction:=clsXLabsFunction, clsNewYLabsFunction:=clsYLabsFunction, @@ -882,7 +888,6 @@ Public Class dlgPICSARainfall Private Sub YAxisDataTypeCheck() If Not ucrVariablesAsFactorForPicsa.IsEmpty Then clsGeomLine.AddParameter("group", 0) - clsBaseOperator.RemoveParameterByName("scale_y_continuous") Else clsGeomLine.RemoveParameterByName("group") End If diff --git a/instat/dlgPivotTable.Designer.vb b/instat/dlgPivotTable.Designer.vb deleted file mode 100644 index e6868b19bcf..00000000000 --- a/instat/dlgPivotTable.Designer.vb +++ /dev/null @@ -1,187 +0,0 @@ - _ -Partial Class dlgPivotTable - Inherits System.Windows.Forms.Form - - 'Form overrides dispose to clean up the component list. - _ - Protected Overrides Sub Dispose(ByVal disposing As Boolean) - Try - If disposing AndAlso components IsNot Nothing Then - components.Dispose() - End If - Finally - MyBase.Dispose(disposing) - End Try - End Sub - - 'Required by the Windows Form Designer - Private components As System.ComponentModel.IContainer - - 'NOTE: The following procedure is required by the Windows Form Designer - 'It can be modified using the Windows Form Designer. - 'Do not modify it using the code editor. - _ - Private Sub InitializeComponent() - Me.components = New System.ComponentModel.Container() - Me.lblInitialRowFactor = New System.Windows.Forms.Label() - Me.lblInitialColumnFactor = New System.Windows.Forms.Label() - Me.ttSelectedVariable = New System.Windows.Forms.ToolTip(Me.components) - Me.UcrReceiverMultipleIntialRowFactor = New instat.ucrReceiverMultiple() - Me.ucrSavePivot = New instat.ucrSave() - Me.ucrChkIncludeSubTotals = New instat.ucrCheck() - Me.ucrReceiverSelectedVariable = New instat.ucrReceiverMultiple() - Me.ucrChkSelectedVariable = New instat.ucrCheck() - Me.ucrReceiverInitialColumnFactor = New instat.ucrReceiverSingle() - Me.ucrBase = New instat.ucrButtons() - Me.ucrSelectorPivot = New instat.ucrSelectorByDataFrameAddRemove() - Me.SuspendLayout() - ' - 'lblInitialRowFactor - ' - Me.lblInitialRowFactor.AutoSize = True - Me.lblInitialRowFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblInitialRowFactor.Location = New System.Drawing.Point(251, 34) - Me.lblInitialRowFactor.Name = "lblInitialRowFactor" - Me.lblInitialRowFactor.Size = New System.Drawing.Size(103, 13) - Me.lblInitialRowFactor.TabIndex = 25 - Me.lblInitialRowFactor.Tag = "Initial Row Factor:" - Me.lblInitialRowFactor.Text = "Initial Row Factor(s):" - ' - 'lblInitialColumnFactor - ' - Me.lblInitialColumnFactor.AutoSize = True - Me.lblInitialColumnFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblInitialColumnFactor.Location = New System.Drawing.Point(248, 156) - Me.lblInitialColumnFactor.Name = "lblInitialColumnFactor" - Me.lblInitialColumnFactor.Size = New System.Drawing.Size(105, 13) - Me.lblInitialColumnFactor.TabIndex = 27 - Me.lblInitialColumnFactor.Tag = "Initial Column Factor:" - Me.lblInitialColumnFactor.Text = "Initial Column Factor:" - ' - 'UcrReceiverMultipleIntialRowFactor - ' - Me.UcrReceiverMultipleIntialRowFactor.AutoSize = True - Me.UcrReceiverMultipleIntialRowFactor.frmParent = Me - Me.UcrReceiverMultipleIntialRowFactor.Location = New System.Drawing.Point(248, 49) - Me.UcrReceiverMultipleIntialRowFactor.Margin = New System.Windows.Forms.Padding(0) - Me.UcrReceiverMultipleIntialRowFactor.Name = "UcrReceiverMultipleIntialRowFactor" - Me.UcrReceiverMultipleIntialRowFactor.Selector = Nothing - Me.UcrReceiverMultipleIntialRowFactor.Size = New System.Drawing.Size(120, 100) - Me.UcrReceiverMultipleIntialRowFactor.strNcFilePath = "" - Me.UcrReceiverMultipleIntialRowFactor.TabIndex = 38 - Me.UcrReceiverMultipleIntialRowFactor.ucrSelector = Nothing - ' - 'ucrSavePivot - ' - Me.ucrSavePivot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrSavePivot.Location = New System.Drawing.Point(9, 331) - Me.ucrSavePivot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) - Me.ucrSavePivot.Name = "ucrSavePivot" - Me.ucrSavePivot.Size = New System.Drawing.Size(314, 23) - Me.ucrSavePivot.TabIndex = 37 - ' - 'ucrChkIncludeSubTotals - ' - Me.ucrChkIncludeSubTotals.AutoSize = True - Me.ucrChkIncludeSubTotals.Checked = False - Me.ucrChkIncludeSubTotals.Location = New System.Drawing.Point(9, 197) - Me.ucrChkIncludeSubTotals.Name = "ucrChkIncludeSubTotals" - Me.ucrChkIncludeSubTotals.Size = New System.Drawing.Size(167, 23) - Me.ucrChkIncludeSubTotals.TabIndex = 36 - ' - 'ucrReceiverSelectedVariable - ' - Me.ucrReceiverSelectedVariable.AutoSize = True - Me.ucrReceiverSelectedVariable.frmParent = Me - Me.ucrReceiverSelectedVariable.Location = New System.Drawing.Point(248, 214) - Me.ucrReceiverSelectedVariable.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverSelectedVariable.Name = "ucrReceiverSelectedVariable" - Me.ucrReceiverSelectedVariable.Selector = Nothing - Me.ucrReceiverSelectedVariable.Size = New System.Drawing.Size(120, 100) - Me.ucrReceiverSelectedVariable.strNcFilePath = "" - Me.ucrReceiverSelectedVariable.TabIndex = 35 - Me.ucrReceiverSelectedVariable.ucrSelector = Nothing - ' - 'ucrChkSelectedVariable - ' - Me.ucrChkSelectedVariable.AutoSize = True - Me.ucrChkSelectedVariable.Checked = False - Me.ucrChkSelectedVariable.Location = New System.Drawing.Point(248, 197) - Me.ucrChkSelectedVariable.Name = "ucrChkSelectedVariable" - Me.ucrChkSelectedVariable.Size = New System.Drawing.Size(135, 23) - Me.ucrChkSelectedVariable.TabIndex = 34 - ' - 'ucrReceiverInitialColumnFactor - ' - Me.ucrReceiverInitialColumnFactor.AutoSize = True - Me.ucrReceiverInitialColumnFactor.frmParent = Me - Me.ucrReceiverInitialColumnFactor.Location = New System.Drawing.Point(248, 169) - Me.ucrReceiverInitialColumnFactor.Margin = New System.Windows.Forms.Padding(0) - Me.ucrReceiverInitialColumnFactor.Name = "ucrReceiverInitialColumnFactor" - Me.ucrReceiverInitialColumnFactor.Selector = Nothing - Me.ucrReceiverInitialColumnFactor.Size = New System.Drawing.Size(120, 20) - Me.ucrReceiverInitialColumnFactor.strNcFilePath = "" - Me.ucrReceiverInitialColumnFactor.TabIndex = 28 - Me.ucrReceiverInitialColumnFactor.ucrSelector = Nothing - ' - 'ucrBase - ' - Me.ucrBase.AutoSize = True - Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrBase.Location = New System.Drawing.Point(9, 362) - Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) - Me.ucrBase.TabIndex = 24 - ' - 'ucrSelectorPivot - ' - Me.ucrSelectorPivot.AutoSize = True - Me.ucrSelectorPivot.bDropUnusedFilterLevels = False - Me.ucrSelectorPivot.bShowHiddenColumns = False - Me.ucrSelectorPivot.bUseCurrentFilter = True - Me.ucrSelectorPivot.Location = New System.Drawing.Point(9, 9) - Me.ucrSelectorPivot.Margin = New System.Windows.Forms.Padding(0) - Me.ucrSelectorPivot.Name = "ucrSelectorPivot" - Me.ucrSelectorPivot.Size = New System.Drawing.Size(213, 183) - Me.ucrSelectorPivot.TabIndex = 5 - ' - 'dlgPivotTable - ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(418, 419) - Me.Controls.Add(Me.UcrReceiverMultipleIntialRowFactor) - Me.Controls.Add(Me.ucrSavePivot) - Me.Controls.Add(Me.ucrChkIncludeSubTotals) - Me.Controls.Add(Me.ucrReceiverSelectedVariable) - Me.Controls.Add(Me.ucrChkSelectedVariable) - Me.Controls.Add(Me.lblInitialColumnFactor) - Me.Controls.Add(Me.ucrReceiverInitialColumnFactor) - Me.Controls.Add(Me.lblInitialRowFactor) - Me.Controls.Add(Me.ucrBase) - Me.Controls.Add(Me.ucrSelectorPivot) - Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow - Me.MaximizeBox = False - Me.MinimizeBox = False - Me.Name = "dlgPivotTable" - Me.ShowIcon = False - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Pivot Table" - Me.ResumeLayout(False) - Me.PerformLayout() - - End Sub - - Friend WithEvents ucrSelectorPivot As ucrSelectorByDataFrameAddRemove - Friend WithEvents ucrBase As ucrButtons - Friend WithEvents lblInitialRowFactor As Label - Friend WithEvents lblInitialColumnFactor As Label - Friend WithEvents ucrReceiverInitialColumnFactor As ucrReceiverSingle - Friend WithEvents ucrChkSelectedVariable As ucrCheck - Friend WithEvents ttSelectedVariable As ToolTip - Friend WithEvents ucrReceiverSelectedVariable As ucrReceiverMultiple - Friend WithEvents ucrChkIncludeSubTotals As ucrCheck - Friend WithEvents ucrSavePivot As ucrSave - Friend WithEvents UcrReceiverMultipleIntialRowFactor As ucrReceiverMultiple -End Class diff --git a/instat/dlgPivotTable.vb b/instat/dlgPivotTable.vb deleted file mode 100644 index f14f16fba65..00000000000 --- a/instat/dlgPivotTable.vb +++ /dev/null @@ -1,198 +0,0 @@ -' R- Instat -' Copyright (C) 2015-2017 -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . -Imports instat.Translations -Public Class dlgPivotTable - Private bFirstLoad As Boolean = True - Private bRcodeSet As Boolean = False - Private bReset As Boolean = True - Private clsRPivotTableFunction, clsSelectFunction, - clsConcatenateFunction, clsGetObjectFunction As New RFunction - Private clsPipeOperator As New ROperator - - Private Sub dlgPivotTable_Load(sender As Object, e As EventArgs) Handles MyBase.Load - If bFirstLoad Then - InitialiseDialog() - bFirstLoad = False - End If - - If bReset Then - SetDefaults() - End If - SetRCodeForControls(bReset) - bReset = False - autoTranslate(Me) - TestOkEnabled() - End Sub - - Private Sub InitialiseDialog() - ucrBase.iHelpTopicID = 417 - ucrBase.clsRsyntax.iCallType = 2 - - ucrSelectorPivot.SetParameter(New RParameter("data", iNewPosition:=0)) - ucrSelectorPivot.SetParameterIsrfunction() - - UcrReceiverMultipleIntialRowFactor.SetParameter(New RParameter("rows", iNewPosition:=1)) - UcrReceiverMultipleIntialRowFactor.SetParameterIsString() - UcrReceiverMultipleIntialRowFactor.Selector = ucrSelectorPivot - UcrReceiverMultipleIntialRowFactor.SetLinkedDisplayControl(lblInitialColumnFactor) - - ucrReceiverInitialColumnFactor.SetParameter(New RParameter("cols", iNewPosition:=2)) - ucrReceiverInitialColumnFactor.SetParameterIsString() - ucrReceiverInitialColumnFactor.Selector = ucrSelectorPivot - - ucrReceiverSelectedVariable.Selector = ucrSelectorPivot - - ucrChkSelectedVariable.AddParameterIsRFunctionCondition(False, "data", True) - ucrChkSelectedVariable.AddParameterIsRFunctionCondition(True, "data", False) - - ucrChkSelectedVariable.SetText("Selected Variable(s)") - ucrChkSelectedVariable.AddToLinkedControls(ucrReceiverSelectedVariable, {True}, bNewLinkedHideIfParameterMissing:=True) - ttSelectedVariable.SetToolTip(ucrChkSelectedVariable.chkCheck, "Include the dataframe if unchecked") - - ucrChkIncludeSubTotals.SetText("Subtotals") - ucrChkIncludeSubTotals.SetParameter(New RParameter("subtotals", iNewPosition:=3)) - ucrChkIncludeSubTotals.SetValuesCheckedAndUnchecked("TRUE", "FALSE") - ucrChkIncludeSubTotals.SetRDefault("FALSE") - - ucrSavePivot.SetPrefix("pivot_table") - ucrSavePivot.SetSaveTypeAsTable() - ucrSavePivot.SetDataFrameSelector(ucrSelectorPivot.ucrAvailableDataFrames) - ucrSavePivot.SetIsComboBox() - ucrSavePivot.SetCheckBoxText("Save Table") - ucrSavePivot.SetAssignToIfUncheckedValue("last_table") - End Sub - - Private Sub SetDefaults() - clsRPivotTableFunction = New RFunction - clsSelectFunction = New RFunction - clsConcatenateFunction = New RFunction - clsPipeOperator = New ROperator - clsGetObjectFunction = New RFunction - - UcrReceiverMultipleIntialRowFactor.SetMeAsReceiver() - ucrSelectorPivot.Reset() - ucrSavePivot.Reset() - ucrBase.clsRsyntax.ClearCodes() - - clsGetObjectFunction.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$get_objects") - clsGetObjectFunction.AddParameter("data_name", Chr(34) & ucrSelectorPivot.ucrAvailableDataFrames.cboAvailableDataFrames.Text & Chr(34), iPosition:=0) - - clsPipeOperator.SetOperation("%>%") - clsPipeOperator.AddParameter("columns", clsRFunctionParameter:=clsSelectFunction, iPosition:=1) - clsPipeOperator.SetAssignTo("data_selected") - - clsRPivotTableFunction.SetPackageName("rpivotTable") - clsRPivotTableFunction.SetRCommand("rpivotTable") - clsRPivotTableFunction.AddParameter("data", clsRFunctionParameter:=ucrSelectorPivot.ucrAvailableDataFrames.clsCurrDataFrame, iPosition:=0) - - clsSelectFunction.SetPackageName("dplyr") - clsSelectFunction.SetRCommand("select") - clsSelectFunction.AddParameter("concatenate", clsRFunctionParameter:=clsConcatenateFunction, iPosition:=0, bIncludeArgumentName:=False) - - clsConcatenateFunction.SetRCommand("c") - - ucrBase.clsRsyntax.AddToBeforeCodes(clsRPivotTableFunction, 1) - ucrBase.clsRsyntax.SetBaseRFunction(clsGetObjectFunction) - End Sub - - Private Sub SetRCodeForControls(bReset As Boolean) - bRcodeSet = False - ucrSelectorPivot.SetRCode(clsPipeOperator, bReset) - ucrReceiverInitialColumnFactor.SetRCode(clsRPivotTableFunction, bReset) - UcrReceiverMultipleIntialRowFactor.SetRCode(clsRPivotTableFunction, bReset) - ucrSavePivot.SetRCode(clsRPivotTableFunction, bReset) - ucrChkSelectedVariable.SetRCode(clsRPivotTableFunction, bReset) - ucrChkIncludeSubTotals.SetRCode(clsRPivotTableFunction, bReset) - bRcodeSet = True - End Sub - - Private Sub TestOkEnabled() - If ucrSavePivot.IsComplete AndAlso Not String.IsNullOrEmpty(ucrSelectorPivot.ucrAvailableDataFrames.cboAvailableDataFrames.Text) Then - ucrBase.OKEnabled(True) - Else - ucrBase.OKEnabled(False) - End If - End Sub - - Private Sub ucrBase_ClickReset(sender As Object, e As EventArgs) Handles ucrBase.ClickReset - SetDefaults() - SetRCodeForControls(True) - TestOkEnabled() - End Sub - - Private Sub ucrChkSelectedVariable_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkSelectedVariable.ControlValueChanged - If ucrChkSelectedVariable.Checked Then - ucrReceiverSelectedVariable.SetMeAsReceiver() - ucrBase.clsRsyntax.AddToBeforeCodes(clsPipeOperator, iPosition:=0) - Else - ucrBase.clsRsyntax.RemoveFromBeforeCodes(clsPipeOperator) - End If - ChangeDataParameterValue() - End Sub - - Private Sub ucrSelectorPivot_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrSelectorPivot.ControlValueChanged - clsGetObjectFunction.AddParameter("data_name", Chr(34) & ucrSelectorPivot.ucrAvailableDataFrames.cboAvailableDataFrames.Text & Chr(34), iPosition:=0) - ChangeDataParameterValue() - End Sub - - Private Sub ChangeDataParameterValue() - If ucrChkSelectedVariable.Checked Then - clsRPivotTableFunction.AddParameter("data", "data_selected", iPosition:=0) - Else - clsRPivotTableFunction.AddParameter("data", clsRFunctionParameter:=ucrSelectorPivot.ucrAvailableDataFrames.clsCurrDataFrame, iPosition:=0) - End If - End Sub - - Private Sub ReceiversChanged(ucrChangedControls As ucrCore) Handles ucrReceiverInitialColumnFactor.ControlValueChanged, ucrReceiverSelectedVariable.ControlValueChanged - If Not bRcodeSet OrElse Not ucrChkSelectedVariable.Checked Then - Exit Sub - End If - - clsConcatenateFunction.ClearParameters() - Dim iCount As Integer = 2 - 'To avoid repeating the same column in the c() function eg c("fert"."fert") - If Not ucrReceiverInitialColumnFactor.IsEmpty AndAlso Not UcrReceiverMultipleIntialRowFactor.IsEmpty Then - If UcrReceiverMultipleIntialRowFactor.GetVariableNames(bWithQuotes:=False) <> ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False) Then - clsConcatenateFunction.AddParameter("column", ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False), bIncludeArgumentName:=False, iPosition:=0) - clsConcatenateFunction.AddParameter("row", UcrReceiverMultipleIntialRowFactor.GetVariableNames(bWithQuotes:=False), bIncludeArgumentName:=False, iPosition:=1) - Else - clsConcatenateFunction.AddParameter("column", ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False), bIncludeArgumentName:=False, iPosition:=0) - End If - Else - If Not ucrReceiverInitialColumnFactor.IsEmpty Then - clsConcatenateFunction.AddParameter("column", ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False), bIncludeArgumentName:=False, iPosition:=0) - End If - If Not UcrReceiverMultipleIntialRowFactor.IsEmpty Then - clsConcatenateFunction.AddParameter("row", UcrReceiverMultipleIntialRowFactor.GetVariableNames(bWithQuotes:=False), bIncludeArgumentName:=False, iPosition:=1) - End If - End If - For Each strItem In ucrReceiverSelectedVariable.GetVariableNamesList(bWithQuotes:=False) - If strItem <> UcrReceiverMultipleIntialRowFactor.GetVariableNames(bWithQuotes:=False) AndAlso strItem <> ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False) Then - clsConcatenateFunction.AddParameter(strItem, strItem, bIncludeArgumentName:=False, iPosition:=iCount) - iCount += 1 - End If - Next - End Sub - - Private Sub Controls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrReceiverSelectedVariable.ControlContentsChanged, - ucrReceiverInitialColumnFactor.ControlContentsChanged, ucrChkSelectedVariable.ControlContentsChanged, ucrSavePivot.ControlContentsChanged, ucrSelectorPivot.ControlContentsChanged - TestOkEnabled() - End Sub - - Private Sub ucrSavePivot_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrSavePivot.ControlValueChanged - clsGetObjectFunction.AddParameter("object_name", Chr(34) & ucrSavePivot.ucrInputComboSave.GetText & Chr(34), iPosition:=1) - End Sub -End Class \ No newline at end of file diff --git a/instat/dlgRatingScales.Designer.vb b/instat/dlgRatingScales.Designer.vb index 5085a6e8fb1..24d45fbfc23 100644 --- a/instat/dlgRatingScales.Designer.vb +++ b/instat/dlgRatingScales.Designer.vb @@ -66,6 +66,7 @@ Partial Class dlgRatingScales Me.ucrReceiverOrderedFactors = New instat.ucrReceiverMultiple() Me.ucrBase = New instat.ucrButtons() Me.ucrSelectorRatingScale = New instat.ucrSelectorByDataFrameAddRemove() + Me.ucrChkVariableNames = New instat.ucrCheck() Me.grpSort.SuspendLayout() Me.grpSortTable.SuspendLayout() Me.SuspendLayout() @@ -299,7 +300,7 @@ Partial Class dlgRatingScales Me.ucrNudNeutralLevel.AutoSize = True Me.ucrNudNeutralLevel.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNeutralLevel.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudNeutralLevel.Location = New System.Drawing.Point(152, 297) + Me.ucrNudNeutralLevel.Location = New System.Drawing.Point(152, 325) Me.ucrNudNeutralLevel.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNeutralLevel.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNeutralLevel.Name = "ucrNudNeutralLevel" @@ -311,7 +312,7 @@ Partial Class dlgRatingScales ' Me.ucrChkNumberOfCategories.AutoSize = True Me.ucrChkNumberOfCategories.Checked = False - Me.ucrChkNumberOfCategories.Location = New System.Drawing.Point(12, 299) + Me.ucrChkNumberOfCategories.Location = New System.Drawing.Point(12, 325) Me.ucrChkNumberOfCategories.Name = "ucrChkNumberOfCategories" Me.ucrChkNumberOfCategories.Size = New System.Drawing.Size(210, 23) Me.ucrChkNumberOfCategories.TabIndex = 0 @@ -337,7 +338,7 @@ Partial Class dlgRatingScales ' Me.ucrChkFlip.AutoSize = True Me.ucrChkFlip.Checked = False - Me.ucrChkFlip.Location = New System.Drawing.Point(12, 272) + Me.ucrChkFlip.Location = New System.Drawing.Point(12, 298) Me.ucrChkFlip.Name = "ucrChkFlip" Me.ucrChkFlip.Size = New System.Drawing.Size(224, 23) Me.ucrChkFlip.TabIndex = 11 @@ -383,7 +384,7 @@ Partial Class dlgRatingScales Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 413) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.Size = New System.Drawing.Size(408, 52) Me.ucrBase.TabIndex = 14 ' 'ucrSelectorRatingScale @@ -398,12 +399,22 @@ Partial Class dlgRatingScales Me.ucrSelectorRatingScale.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorRatingScale.TabIndex = 4 ' + 'ucrChkVariableNames + ' + Me.ucrChkVariableNames.AutoSize = True + Me.ucrChkVariableNames.Checked = False + Me.ucrChkVariableNames.Location = New System.Drawing.Point(12, 272) + Me.ucrChkVariableNames.Name = "ucrChkVariableNames" + Me.ucrChkVariableNames.Size = New System.Drawing.Size(224, 23) + Me.ucrChkVariableNames.TabIndex = 16 + ' 'dlgRatingScales ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(419, 470) + Me.Controls.Add(Me.ucrChkVariableNames) Me.Controls.Add(Me.ucrNudNeutralLevel) Me.Controls.Add(Me.ucrChkNumberOfCategories) Me.Controls.Add(Me.grpSortTable) @@ -463,4 +474,5 @@ Partial Class dlgRatingScales Friend WithEvents rdoHighAscendingTable As RadioButton Friend WithEvents ucrPnlTableOptions As UcrPanel Friend WithEvents ucrPnlLikertOptions As UcrPanel + Friend WithEvents ucrChkVariableNames As ucrCheck End Class diff --git a/instat/dlgRatingScales.vb b/instat/dlgRatingScales.vb index d0cfe077c83..5d331abaef3 100644 --- a/instat/dlgRatingScales.vb +++ b/instat/dlgRatingScales.vb @@ -19,7 +19,10 @@ Imports RDotNet Public Class dlgRatingScales Private bFirstLoad As Boolean = True Private bReset As Boolean = True - Private clsSjpLikertFunction, clsSjpStackFrqFunction, clsSjtStackFrqFunction, clsLevelofFactorFunction, clsFactorColumnFunction, clsAsLabelsFunction As New RFunction + Private bRcodeSet As Boolean = True + Private clsSjpLikertFunction, clsSjpStackFrqFunction, clsSjtStackFrqFunction, + clsLevelofFactorFunction, clsFactorColumnFunction, clsAsLabelsFunction, + clsGetColumnsFunction, clsColumnNameFunction, clsDummyFunction As New RFunction Private Sub dlgRatingScales_Load(sender As Object, e As EventArgs) Handles MyBase.Load If bFirstLoad Then InitialiseDialog() @@ -75,11 +78,11 @@ Public Class dlgRatingScales ucrPnlGraphType.AddToLinkedControls(ucrChkNumberOfCategories, {rdoLikert}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) ucrPnlGraphType.AddToLinkedControls(ucrSaveGraph, {rdoStacked, rdoLikert}, bNewLinkedHideIfParameterMissing:=True) - ucrReceiverOrderedFactors.SetParameter(New RParameter("items", 0)) + ucrReceiverOrderedFactors.Selector = ucrSelectorRatingScale ucrReceiverOrderedFactors.SetParameterIsRFunction() ucrReceiverOrderedFactors.bForceAsDataFrame = True ucrReceiverOrderedFactors.strSelectorHeading = "Variables" - ucrReceiverOrderedFactors.Selector = ucrSelectorRatingScale + ucrReceiverOrderedFactors.bUseFilteredData = False ucrReceiverWeights.SetParameter(New RParameter("weight.by", 1)) ucrReceiverWeights.SetParameterIsRFunction() @@ -97,6 +100,10 @@ Public Class dlgRatingScales ucrChkNumberOfCategories.AddParameterPresentCondition(False, "cat.neutral", False) ucrChkNumberOfCategories.SetDefaultState(False) + ucrChkVariableNames.SetText("Show Variable Names") + ucrChkVariableNames.AddParameterValuesCondition(True, "show_variables", "True") + ucrChkVariableNames.AddParameterValuesCondition(False, "show_variables", "False") + ucrChkFlip.SetParameter(New RParameter("coord.flip", 4)) ucrChkFlip.SetText("Flip Coordinates") ucrChkFlip.SetValuesCheckedAndUnchecked("TRUE", "FALSE") @@ -112,6 +119,7 @@ Public Class dlgRatingScales ucrSaveGraph.SetPrefix("rating_scales") ucrSaveGraph.SetSaveTypeAsGraph() ucrSaveGraph.SetDataFrameSelector(ucrSelectorRatingScale.ucrAvailableDataFrames) + ucrSaveGraph.setLinkedReceiver(ucrReceiverOrderedFactors) ucrSaveGraph.SetCheckBoxText("Save Graph") ucrSaveGraph.SetIsComboBox() ucrSaveGraph.SetAssignToIfUncheckedValue("last_graph") @@ -124,6 +132,9 @@ Public Class dlgRatingScales clsAsLabelsFunction = New RFunction clsLevelofFactorFunction = New RFunction clsFactorColumnFunction = New RFunction + clsGetColumnsFunction = New RFunction + clsColumnNameFunction = New RFunction + clsDummyFunction = New RFunction rdoNoneLikert.Checked = True @@ -135,6 +146,8 @@ Public Class dlgRatingScales ucrReceiverOrderedFactors.SetMeAsReceiver() ucrReceiverOrderedFactors.bForceAsDataFrame = True + clsDummyFunction.AddParameter("show_variables", "False", iPosition:=0) + clsAsLabelsFunction.SetPackageName("sjlabelled") clsAsLabelsFunction.SetRCommand("as_label") @@ -142,13 +155,14 @@ Public Class dlgRatingScales clsFactorColumnFunction.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$get_columns_from_data") + clsColumnNameFunction.SetRCommand("colnames") + clsSjpLikertFunction.SetPackageName("sjPlot") clsSjpLikertFunction.SetRCommand("plot_likert") clsSjpLikertFunction.AddParameter("cat.neutral", 3) clsSjpLikertFunction.AddParameter("coord.flip", "TRUE", iPosition:=4) clsSjpLikertFunction.AddParameter("catcount", "NULL", iPosition:=5) - clsSjpStackFrqFunction.SetPackageName("sjPlot") clsSjpStackFrqFunction.SetRCommand("plot_stackfrq") clsSjpStackFrqFunction.AddParameter("show.n", "FALSE", iPosition:=3) @@ -167,25 +181,25 @@ Public Class dlgRatingScales End Sub Private Sub SetRCodeForControls(bReset As Boolean) + bRcodeSet = False ucrReceiverWeights.AddAdditionalCodeParameterPair(clsSjpLikertFunction, ucrChkWeights.GetParameter(), iAdditionalPairNo:=1) ucrReceiverWeights.AddAdditionalCodeParameterPair(clsSjpStackFrqFunction, ucrChkWeights.GetParameter(), iAdditionalPairNo:=2) ucrChkFlip.AddAdditionalCodeParameterPair(clsSjpLikertFunction, ucrChkFlip.GetParameter(), iAdditionalPairNo:=1) ucrChkWeights.AddAdditionalCodeParameterPair(clsSjpLikertFunction, New RParameter("weight.by", 1), iAdditionalPairNo:=1) ucrChkWeights.AddAdditionalCodeParameterPair(clsSjpStackFrqFunction, New RParameter("weight.by", 1), iAdditionalPairNo:=2) - ucrReceiverOrderedFactors.AddAdditionalCodeParameterPair(clsSjpLikertFunction, ucrReceiverOrderedFactors.GetParameter(), iAdditionalPairNo:=1) - ucrReceiverOrderedFactors.AddAdditionalCodeParameterPair(clsSjpStackFrqFunction, ucrReceiverOrderedFactors.GetParameter(), iAdditionalPairNo:=2) ucrSaveGraph.AddAdditionalCodeParameterPair(clsSjpLikertFunction, ucrSaveGraph.GetParameter, iAdditionalPairNo:=1) ucrPnlTableOptions.AddAdditionalCodeParameterPair(clsSjpStackFrqFunction, New RParameter("sort.frq", iNewPosition:=2), iAdditionalPairNo:=1) ucrPnlLikertOptions.SetRCode(clsSjpLikertFunction, bReset) ucrPnlTableOptions.SetRCode(clsSjtStackFrqFunction, bReset) - ucrReceiverOrderedFactors.SetRCode(clsSjtStackFrqFunction) ucrChkFlip.SetRCode(clsSjpStackFrqFunction, bReset) ucrChkWeights.SetRCode(clsSjtStackFrqFunction, bReset) ucrReceiverWeights.SetRCode(clsSjtStackFrqFunction, bReset) ucrChkNumberOfCategories.SetRCode(clsSjpLikertFunction, bReset) + ucrChkVariableNames.SetRCode(clsDummyFunction, bReset) ucrPnlGraphType.SetRCode(ucrBase.clsRsyntax.clsBaseFunction, bReset) ucrSaveGraph.SetRCode(clsSjpStackFrqFunction, bReset) + bRcodeSet = True End Sub Private Sub TestOkEnabled() @@ -256,6 +270,7 @@ Public Class dlgRatingScales SetBaseFunction() grpSort.Visible = rdoLikert.Checked grpSortTable.Visible = Not rdoLikert.Checked + VariableNameLabels() End Sub Private Sub ucrChkWeights_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkWeights.ControlValueChanged @@ -267,9 +282,43 @@ Public Class dlgRatingScales End Sub Private Sub ucrReceiverOrderedFactors_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrReceiverOrderedFactors.ControlValueChanged, ucrChkNumberOfCategories.ControlValueChanged, ucrSelectorRatingScale.ControlValueChanged, ucrPnlGraphType.ControlValueChanged + clsGetColumnsFunction = ucrReceiverOrderedFactors.GetVariables() + clsGetColumnsFunction.SetAssignTo("columns") + clsSjtStackFrqFunction.AddParameter("items", clsRFunctionParameter:=clsGetColumnsFunction, iPosition:=0) + clsSjpStackFrqFunction.AddParameter("items", clsRFunctionParameter:=clsGetColumnsFunction, iPosition:=0) + clsSjpLikertFunction.AddParameter("items", clsRFunctionParameter:=clsGetColumnsFunction, iPosition:=0) NumberOfLevels() End Sub + Private Sub VariableNameLabels() + clsColumnNameFunction.AddParameter("x", clsRFunctionParameter:=clsGetColumnsFunction, iPosition:=0) + + If bRcodeSet Then + If ucrChkVariableNames.Checked Then + clsDummyFunction.AddParameter("show_variables", "True", iPosition:=0) + If rdoTable.Checked Then + clsSjtStackFrqFunction.AddParameter("var.labels", clsRFunctionParameter:=clsColumnNameFunction, iPosition:=6) + ElseIf rdoStacked.Checked Then + clsSjpStackFrqFunction.AddParameter("axis.labels", clsRFunctionParameter:=clsColumnNameFunction, iPosition:=6) + Else + clsSjpLikertFunction.AddParameter("axis.labels", clsRFunctionParameter:=clsColumnNameFunction, iPosition:=6) + End If + Else + clsDummyFunction.AddParameter("show_variables", "False", iPosition:=0) + If rdoTable.Checked Then + clsSjtStackFrqFunction.RemoveParameterByName("var.labels") + ElseIf rdoStacked.Checked Then + clsSjpStackFrqFunction.RemoveParameterByName("axis.labels") + Else + clsSjpLikertFunction.RemoveParameterByName("axis.labels") + End If + End If + End If + End Sub + + Private Sub ucrChkVariableNames_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkVariableNames.ControlValueChanged + VariableNameLabels() + End Sub Private Sub CoreControls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrNudNeutralLevel.ControlContentsChanged, ucrChkWeights.ControlContentsChanged, ucrReceiverOrderedFactors.ControlContentsChanged, ucrReceiverWeights.ControlContentsChanged, ucrPnlGraphType.ControlContentsChanged, ucrSaveGraph.ControlContentsChanged TestOkEnabled() End Sub diff --git a/instat/dlgRownamesOrNumbers.vb b/instat/dlgRownamesOrNumbers.vb index 90ef5a0e5fb..71cc3602e26 100644 --- a/instat/dlgRownamesOrNumbers.vb +++ b/instat/dlgRownamesOrNumbers.vb @@ -22,6 +22,7 @@ Public Class dlgRowNamesOrNumbers Private clsGetRowNamesFunction As New RFunction Private clsSetRowNamesFunction As New RFunction Private clsAddKeyFunction As New RFunction + Private clsAsNumericFunction As New RFunction Private clsDummyFunction As New RFunction Private Sub dlgRowNamesOrNumbers_Load(sender As Object, e As EventArgs) Handles MyBase.Load @@ -104,6 +105,7 @@ Public Class dlgRowNamesOrNumbers clsAddKeyFunction = New RFunction clsDummyFunction = New RFunction clsSetRowNamesFunction = New RFunction + clsAsNumericFunction = New RFunction ucrNewColumnName.Reset() ucrSelectorRowNames.Reset() @@ -114,6 +116,9 @@ Public Class dlgRowNamesOrNumbers clsAddKeyFunction.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$add_key") + clsAsNumericFunction.SetRCommand("as.numeric") + clsAsNumericFunction.AddParameter("x", clsRFunctionParameter:=clsGetRowNamesFunction, iPosition:=0) + clsGetRowNamesFunction.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$get_row_names") clsGetRowNamesFunction.SetAssignTo(strTemp:=ucrNewColumnName.GetText(), strTempDataframe:=ucrSelectorRowNames.ucrAvailableDataFrames.cboAvailableDataFrames.Text, strTempColumn:=ucrNewColumnName.GetText()) @@ -130,7 +135,8 @@ Public Class dlgRowNamesOrNumbers ucrReceiverRowNames.SetRCode(clsSetRowNamesFunction, bReset) ucrChkMakeColumnIntoKey.SetRCode(clsDummyFunction, bReset) ucrPnlOverallOptions.SetRCode(clsDummyFunction, bReset) - ucrNewColumnName.SetRCode(clsGetRowNamesFunction, bReset) + ucrNewColumnName.AddAdditionalRCode(clsGetRowNamesFunction, bReset) + ucrNewColumnName.SetRCode(clsAsNumericFunction, bReset) ucrChkAsNumeric.SetRCode(ucrBase.clsRsyntax.clsBaseFunction, bReset) End Sub @@ -157,7 +163,7 @@ Public Class dlgRowNamesOrNumbers Else ucrSelectorRowNames.SetVariablesVisible(False) If rdoCopyRowNamesIntoFirstColumn.Checked Then - ucrBase.clsRsyntax.SetBaseRFunction(clsGetRowNamesFunction) + ucrBase.clsRsyntax.SetBaseRFunction(clsAsNumericFunction) clsDummyFunction.AddParameter("checked_rdo", "copy_row", iPosition:=1) ElseIf rdoResetintoPositiveIntegers.Checked Then ucrBase.clsRsyntax.SetBaseRFunction(clsSetRowNamesFunction) diff --git a/instat/dlgSaveAs.Designer.vb b/instat/dlgSaveAs.Designer.vb index 86c7ed5c09c..489968db89c 100644 --- a/instat/dlgSaveAs.Designer.vb +++ b/instat/dlgSaveAs.Designer.vb @@ -60,7 +60,7 @@ Partial Class dlgSaveAs Me.ucrBase.Location = New System.Drawing.Point(10, 63) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.Size = New System.Drawing.Size(408, 52) Me.ucrBase.TabIndex = 4 ' 'ucrFilePath diff --git a/instat/dlgSelectColumns.Designer.vb b/instat/dlgSelectColumns.Designer.vb index 9f94031b7a5..1833f1bbbd3 100644 --- a/instat/dlgSelectColumns.Designer.vb +++ b/instat/dlgSelectColumns.Designer.vb @@ -106,7 +106,7 @@ Partial Class dlgSelectColumns Me.cmdAddCondition.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.cmdAddCondition.Location = New System.Drawing.Point(276, 107) Me.cmdAddCondition.Name = "cmdAddCondition" - Me.cmdAddCondition.Size = New System.Drawing.Size(112, 30) + Me.cmdAddCondition.Size = New System.Drawing.Size(112, 37) Me.cmdAddCondition.TabIndex = 12 Me.cmdAddCondition.Tag = "Add_condition" Me.cmdAddCondition.Text = "Add Condition" diff --git a/instat/dlgSelectColumns.vb b/instat/dlgSelectColumns.vb index b252b4cfa90..44e970a06a2 100644 --- a/instat/dlgSelectColumns.vb +++ b/instat/dlgSelectColumns.vb @@ -95,8 +95,8 @@ Public Class dlgSelectColumns clsConditionsList = New RFunction clsFromToOperation = New ROperator - ucrInputSelectOperation.SetText("Columns") - ucrInputColumnType.SetText("Numeric") + ucrInputSelectOperation.SetName("Columns") + ucrInputColumnType.SetName("Numeric") clsConditionsList.SetRCommand("list") diff --git a/instat/dlgSummaryTables.Designer.vb b/instat/dlgSummaryTables.Designer.vb index bc9dafd3df7..bc2d2cdcd38 100644 --- a/instat/dlgSummaryTables.Designer.vb +++ b/instat/dlgSummaryTables.Designer.vb @@ -585,7 +585,7 @@ Partial Class dlgSummaryTables Me.MinimizeBox = False Me.Name = "dlgSummaryTables" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Summary\Frequency Tables" + Me.Text = "Frequency/Summary Tables" Me.grpDisplay.ResumeLayout(False) Me.grpDisplay.PerformLayout() Me.grpMargin.ResumeLayout(False) diff --git a/instat/dlgThreeVariablePivotTable.Designer.vb b/instat/dlgThreeVariablePivotTable.Designer.vb index 6495f13a3f5..e1b8146d427 100644 --- a/instat/dlgThreeVariablePivotTable.Designer.vb +++ b/instat/dlgThreeVariablePivotTable.Designer.vb @@ -40,6 +40,9 @@ Partial Class dlgThreeVariablePivotTable Me.ucrReceiverInitialColumnFactor = New instat.ucrReceiverSingle() Me.ucrBase = New instat.ucrButtons() Me.ucrSelectorPivot = New instat.ucrSelectorByDataFrameAddRemove() + Me.lblFactorLevels = New System.Windows.Forms.Label() + Me.ucrReceiverFactorLevels = New instat.ucrReceiverSingle() + Me.ttFactorLevels = New System.Windows.Forms.ToolTip(Me.components) Me.SuspendLayout() ' 'lblInitialColumnFactor @@ -167,7 +170,7 @@ Partial Class dlgThreeVariablePivotTable Me.ucrReceiverSelectedVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSelectedVariable.Name = "ucrReceiverSelectedVariable" Me.ucrReceiverSelectedVariable.Selector = Nothing - Me.ucrReceiverSelectedVariable.Size = New System.Drawing.Size(120, 100) + Me.ucrReceiverSelectedVariable.Size = New System.Drawing.Size(120, 71) Me.ucrReceiverSelectedVariable.strNcFilePath = "" Me.ucrReceiverSelectedVariable.TabIndex = 57 Me.ucrReceiverSelectedVariable.ucrSelector = Nothing @@ -200,7 +203,7 @@ Partial Class dlgThreeVariablePivotTable Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 397) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.Size = New System.Drawing.Size(408, 52) Me.ucrBase.TabIndex = 51 ' 'ucrSelectorPivot @@ -215,12 +218,38 @@ Partial Class dlgThreeVariablePivotTable Me.ucrSelectorPivot.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorPivot.TabIndex = 50 ' + 'lblFactorLevels + ' + Me.lblFactorLevels.AutoSize = True + Me.lblFactorLevels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactorLevels.Location = New System.Drawing.Point(244, 339) + Me.lblFactorLevels.Name = "lblFactorLevels" + Me.lblFactorLevels.Size = New System.Drawing.Size(74, 13) + Me.lblFactorLevels.TabIndex = 68 + Me.lblFactorLevels.Tag = "Initial Column Factor:" + Me.lblFactorLevels.Text = "Factor Levels:" + ' + 'ucrReceiverFactorLevels + ' + Me.ucrReceiverFactorLevels.AutoSize = True + Me.ucrReceiverFactorLevels.frmParent = Me + Me.ucrReceiverFactorLevels.Location = New System.Drawing.Point(244, 354) + Me.ucrReceiverFactorLevels.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverFactorLevels.Name = "ucrReceiverFactorLevels" + Me.ucrReceiverFactorLevels.Selector = Nothing + Me.ucrReceiverFactorLevels.Size = New System.Drawing.Size(120, 20) + Me.ucrReceiverFactorLevels.strNcFilePath = "" + Me.ucrReceiverFactorLevels.TabIndex = 69 + Me.ucrReceiverFactorLevels.ucrSelector = Nothing + ' 'dlgThreeVariablePivotTable ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(417, 456) + Me.Controls.Add(Me.lblFactorLevels) + Me.Controls.Add(Me.ucrReceiverFactorLevels) Me.Controls.Add(Me.ucrChkNumericVariable) Me.Controls.Add(Me.ucrInputSummary) Me.Controls.Add(Me.lblSummary) @@ -264,4 +293,7 @@ Partial Class dlgThreeVariablePivotTable Friend WithEvents ucrInputSummary As ucrInputComboBox Friend WithEvents lblSummary As Label Friend WithEvents ucrChkNumericVariable As ucrCheck + Friend WithEvents lblFactorLevels As Label + Friend WithEvents ucrReceiverFactorLevels As ucrReceiverSingle + Friend WithEvents ttFactorLevels As ToolTip End Class \ No newline at end of file diff --git a/instat/dlgThreeVariablePivotTable.resx b/instat/dlgThreeVariablePivotTable.resx index 8f7a76a18d0..ea67ef8c98a 100644 --- a/instat/dlgThreeVariablePivotTable.resx +++ b/instat/dlgThreeVariablePivotTable.resx @@ -123,4 +123,7 @@ 25 + + 108, 1 + \ No newline at end of file diff --git a/instat/dlgThreeVariablePivotTable.vb b/instat/dlgThreeVariablePivotTable.vb index c0b48b9b2e5..a2bbdfdfee0 100644 --- a/instat/dlgThreeVariablePivotTable.vb +++ b/instat/dlgThreeVariablePivotTable.vb @@ -18,9 +18,11 @@ Public Class dlgThreeVariablePivotTable Private bFirstLoad As Boolean = True Private bRcodeSet As Boolean = False Private bReset As Boolean = True - Private clsRPivotTableFunction, clsSelectFunction, clsConcatenateFunction, - clsGetObjectFunction As New RFunction - Private clsPipeOperator As New ROperator + Private clsConcatenateFunction, clsFlattenFunction, + clsGetObjectFunction, clsLevelsFunction, clsPasteFunction, + clsRelevelPasteFunction, clsRPivotTableFunction, + clsSelectFunction As New RFunction + Private clsPipeOperator, clsLevelsDollarOperator As New ROperator Private Sub dlgThreeVariablePivotTable_Load(sender As Object, e As EventArgs) Handles MyBase.Load If bFirstLoad Then @@ -62,6 +64,15 @@ Public Class dlgThreeVariablePivotTable ucrChkSelectedVariable.AddParameterIsRFunctionCondition(False, "data", True) ucrChkSelectedVariable.AddParameterIsRFunctionCondition(True, "data", False) + + ucrReceiverFactorLevels.SetParameter(New RParameter("variable", iNewPosition:=1)) + ucrReceiverFactorLevels.SetDataType("factor") + ucrReceiverFactorLevels.SetParameterIsString() + ucrReceiverFactorLevels.bWithQuotes = False + ucrReceiverFactorLevels.Selector = ucrSelectorPivot + ttFactorLevels.SetToolTip(ucrReceiverFactorLevels.txtReceiverSingle, + "Use when default (alphabetical) order of factor levels is inappropriate.") + ucrChkSelectedVariable.SetText("Select Variable(s)") ucrChkSelectedVariable.AddToLinkedControls(ucrReceiverSelectedVariable, {True}, bNewLinkedHideIfParameterMissing:=True) ttSelectedVariable.SetToolTip(ucrChkSelectedVariable.chkCheck, "Include the dataframe if unchecked") @@ -106,24 +117,57 @@ Public Class dlgThreeVariablePivotTable End Sub Private Sub SetDefaults() + clsConcatenateFunction = New RFunction + clsFlattenFunction = New RFunction + clsLevelsFunction = New RFunction + clsGetObjectFunction = New RFunction + clsPasteFunction = New RFunction + clsRelevelPasteFunction = New RFunction clsRPivotTableFunction = New RFunction clsSelectFunction = New RFunction - clsConcatenateFunction = New RFunction + + clsLevelsDollarOperator = New ROperator clsPipeOperator = New ROperator - clsGetObjectFunction = New RFunction ucrReceiverInitialRowFactors.SetMeAsReceiver() ucrSelectorPivot.Reset() ucrSavePivot.Reset() ucrBase.clsRsyntax.ClearCodes() + clsConcatenateFunction.SetRCommand("c") + + clsFlattenFunction.SetPackageName("stringr") + clsFlattenFunction.SetRCommand("str_flatten") + clsFlattenFunction.AddParameter("string", "survey_levels", iPosition:=0) + clsFlattenFunction.SetAssignTo("survey_levels") + clsGetObjectFunction.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$get_objects") clsGetObjectFunction.AddParameter("data_name", Chr(34) & ucrSelectorPivot.ucrAvailableDataFrames.cboAvailableDataFrames.Text & Chr(34), iPosition:=0) + clsLevelsDollarOperator.SetOperation("$") + + clsLevelsFunction.SetRCommand("levels") + clsLevelsFunction.AddParameter("x", clsROperatorParameter:=clsLevelsDollarOperator, iPosition:=0) + clsLevelsFunction.SetAssignTo("survey_levels") + + clsPasteFunction.SetRCommand("paste0") + clsPasteFunction.AddParameter("first_parameter", Chr(34) & "\" & Chr(34) & Chr(34), + iPosition:=0, bIncludeArgumentName:=False) + clsPasteFunction.AddParameter("second_parameter", "survey_levels", iPosition:=1, + bIncludeArgumentName:=False) + clsPasteFunction.AddParameter("third_parameter", Chr(34) & "\" & Chr(34) & "," & Chr(34), + iPosition:=2, bIncludeArgumentName:=False) + clsPasteFunction.SetAssignTo("survey_levels") + clsPipeOperator.SetOperation("%>%") clsPipeOperator.AddParameter("columns", clsRFunctionParameter:=clsSelectFunction, iPosition:=1) clsPipeOperator.SetAssignTo("data_selected") + clsRelevelPasteFunction.SetRCommand("paste0") + clsRelevelPasteFunction.AddParameter("first_paramete", Chr(34) & "function(attr) { var sortAs = $.pivotUtilities.sortAs; return sortAs([" & Chr(34) & ", survey_levels," & Chr(34) & "]); }" & Chr(34), + bIncludeArgumentName:=False, iPosition:=0) + clsRelevelPasteFunction.SetAssignTo("relevel_variables") + clsRPivotTableFunction.SetPackageName("rpivotTable") clsRPivotTableFunction.SetRCommand("rpivotTable") clsRPivotTableFunction.AddParameter("data", clsRFunctionParameter:=ucrSelectorPivot.ucrAvailableDataFrames.clsCurrDataFrame, iPosition:=0) @@ -134,14 +178,17 @@ Public Class dlgThreeVariablePivotTable clsConcatenateFunction.SetRCommand("c") - ucrBase.clsRsyntax.AddToBeforeCodes(clsRPivotTableFunction, iPosition:=1) + ucrBase.clsRsyntax.AddToBeforeCodes(clsRPivotTableFunction, iPosition:=4) ucrBase.clsRsyntax.SetBaseRFunction(clsGetObjectFunction) End Sub Private Sub SetRCodeForControls(bReset As Boolean) bRcodeSet = False + ucrSelectorPivot.AddAdditionalCodeParameterPair(clsLevelsDollarOperator, ucrSelectorPivot.GetParameter, iAdditionalPairNo:=1) + ucrSelectorPivot.SetRCode(clsPipeOperator, bReset) ucrReceiverInitialColumnFactor.SetRCode(clsRPivotTableFunction, bReset) + ucrReceiverFactorLevels.SetRCode(clsLevelsDollarOperator, bReset) ucrChkNumericVariable.SetRCode(clsRPivotTableFunction, bReset) ucrReceiverInitialRowFactors.SetRCode(clsRPivotTableFunction, bReset) ucrSavePivot.SetRCode(clsRPivotTableFunction, bReset) @@ -193,35 +240,58 @@ Public Class dlgThreeVariablePivotTable End Sub Private Sub ReceiversChanged(ucrChangedControls As ucrCore) Handles ucrReceiverInitialColumnFactor.ControlValueChanged, ucrReceiverSelectedVariable.ControlValueChanged, - ucrReceiverInitialRowFactors.ControlValueChanged, ucrReceiverAdditionalRowFactor.ControlValueChanged - If Not bRcodeSet OrElse Not ucrChkSelectedVariable.Checked Then + ucrReceiverInitialRowFactors.ControlValueChanged, ucrReceiverAdditionalRowFactor.ControlValueChanged, ucrReceiverFactorLevels.ControlValueChanged + If Not bRcodeSet Then Exit Sub End If - Dim lstColumns As New List(Of String) - Dim iPosition As Integer = 0 - Dim strColumnVariableName As String = ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False) - Dim strRowVariableName As String = ucrReceiverAdditionalRowFactor.GetVariableNames(bWithQuotes:=False) + If ucrChkSelectedVariable.Checked Then + Dim lstColumns As New List(Of String) + Dim iPosition As Integer = 0 + Dim strColumnVariableName As String = ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False) + Dim strRowVariableName As String = ucrReceiverAdditionalRowFactor.GetVariableNames(bWithQuotes:=False) + Dim strFactorLevelsVariable As String = ucrReceiverFactorLevels.GetVariableNames(False) + clsConcatenateFunction.ClearParameters() + If Not ucrReceiverInitialRowFactors.IsEmpty Then + CheckForDuplication(lstColumns, ucrReceiverInitialRowFactors, iPosition) + End If - clsConcatenateFunction.ClearParameters() - If Not ucrReceiverInitialRowFactors.IsEmpty Then - CheckForDuplication(lstColumns, ucrReceiverInitialRowFactors, iPosition) - End If + If Not ucrReceiverSelectedVariable.IsEmpty Then + CheckForDuplication(lstColumns, ucrReceiverSelectedVariable, iPosition) + End If - If Not ucrReceiverSelectedVariable.IsEmpty Then - CheckForDuplication(lstColumns, ucrReceiverSelectedVariable, iPosition) - End If + If Not ucrReceiverInitialColumnFactor.IsEmpty AndAlso Not lstColumns.Contains(strColumnVariableName) Then + lstColumns.Add(ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False)) + clsConcatenateFunction.AddParameter("col" & iPosition, strColumnVariableName, iPosition:=iPosition, bIncludeArgumentName:=False) + iPosition += 1 + End If - If Not ucrReceiverInitialColumnFactor.IsEmpty AndAlso Not lstColumns.Contains(strColumnVariableName) Then - lstColumns.Add(ucrReceiverInitialColumnFactor.GetVariableNames(bWithQuotes:=False)) - clsConcatenateFunction.AddParameter("col" & iPosition, strColumnVariableName, iPosition:=iPosition, bIncludeArgumentName:=False) - iPosition = iPosition + 1 + If Not ucrReceiverAdditionalRowFactor.IsEmpty AndAlso + Not lstColumns.Contains(strRowVariableName) AndAlso ucrChkNumericVariable.Checked Then + clsConcatenateFunction.AddParameter("col" & iPosition, strRowVariableName, iPosition:=iPosition, bIncludeArgumentName:=False) + iPosition += 1 + End If + If Not ucrReceiverFactorLevels.IsEmpty AndAlso + Not lstColumns.Contains(strFactorLevelsVariable) Then + clsConcatenateFunction.AddParameter("factor_level", strFactorLevelsVariable, + bIncludeArgumentName:=False, iPosition:=iPosition) + End If End If - If Not ucrReceiverAdditionalRowFactor.IsEmpty AndAlso - Not lstColumns.Contains(strRowVariableName) AndAlso ucrChkNumericVariable.Checked Then - clsConcatenateFunction.AddParameter("col" & iPosition, strRowVariableName, iPosition:=iPosition, bIncludeArgumentName:=False) - iPosition = iPosition + 1 + If ucrChangedControls Is ucrReceiverFactorLevels Then + If ucrReceiverFactorLevels.IsEmpty Then + ucrBase.clsRsyntax.RemoveFromBeforeCodes(clsLevelsFunction) + ucrBase.clsRsyntax.RemoveFromBeforeCodes(clsPasteFunction) + ucrBase.clsRsyntax.RemoveFromBeforeCodes(clsFlattenFunction) + ucrBase.clsRsyntax.RemoveFromBeforeCodes(clsRelevelPasteFunction) + clsRPivotTableFunction.RemoveParameterByName("sorters") + Else + ucrBase.clsRsyntax.AddToBeforeCodes(clsLevelsFunction, 0) + ucrBase.clsRsyntax.AddToBeforeCodes(clsPasteFunction, 1) + ucrBase.clsRsyntax.AddToBeforeCodes(clsFlattenFunction, 2) + ucrBase.clsRsyntax.AddToBeforeCodes(clsRelevelPasteFunction, 3) + clsRPivotTableFunction.AddParameter("sorters", "relevel_variables", iPosition:=3) + End If End If End Sub @@ -247,7 +317,6 @@ Public Class dlgThreeVariablePivotTable Else clsGetObjectFunction.AddParameter("object_name", Chr(34) & "last_table" & Chr(34), iPosition:=1) End If - End Sub Private Sub ucrChkNumericVariable_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkNumericVariable.ControlValueChanged diff --git a/instat/dlgTransformClimatic.vb b/instat/dlgTransformClimatic.vb index d87429466ca..cb9d1d2a998 100644 --- a/instat/dlgTransformClimatic.vb +++ b/instat/dlgTransformClimatic.vb @@ -164,14 +164,18 @@ Public Class dlgTransformClimatic ucrReceiverTMin.SetParameter(New RParameter("tmin", 1, bNewIncludeArgumentName:=False)) ucrReceiverTMin.strSelectorHeading = "Numerics" ucrReceiverTMin.SetDataType("numeric") - ucrReceiverTMin.SetParameterIsRFunction() + ucrReceiverTMin.SetClimaticType("temp_min") + ucrReceiverTMin.bAutoFill = True + ucrReceiverTMin.SetParameterIsString() ucrReceiverTMin.SetLinkedDisplayControl(lblTMin) ucrReceiverTMax.Selector = ucrSelectorTransform ucrReceiverTMax.SetParameter(New RParameter("tmax", 0, bNewIncludeArgumentName:=False)) ucrReceiverTMax.strSelectorHeading = "Numerics" ucrReceiverTMax.SetDataType("numeric") - ucrReceiverTMax.SetParameterIsRFunction() + ucrReceiverTMax.SetClimaticType("temp_max") + ucrReceiverTMax.bAutoFill = True + ucrReceiverTMax.SetParameterIsString() ucrReceiverTMax.SetLinkedDisplayControl(lblTMax) ucrReceiverTMean.Selector = ucrSelectorTransform diff --git a/instat/dlgUseGraph.Designer.vb b/instat/dlgUseGraph.Designer.vb index 68b7ffb42ac..926cfba1ae4 100644 --- a/instat/dlgUseGraph.Designer.vb +++ b/instat/dlgUseGraph.Designer.vb @@ -15,7 +15,7 @@ ' along with this program. If not, see . -Partial Class dlgUseGraph +Partial Class dlgRenameGraph Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. @@ -44,12 +44,16 @@ Partial Class dlgUseGraph Me.ucrGraphReceiver = New instat.ucrReceiverSingle() Me.ucrGraphsSelector = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrBase = New instat.ucrButtons() + Me.ucrInputLegendPosition = New instat.ucrInputComboBox() + Me.ucrChkLegendPosition = New instat.ucrCheck() + Me.grpLegend = New System.Windows.Forms.GroupBox() + Me.grpLegend.SuspendLayout() Me.SuspendLayout() ' 'lblGraphtoUse ' Me.lblGraphtoUse.AutoSize = True - Me.lblGraphtoUse.Location = New System.Drawing.Point(252, 45) + Me.lblGraphtoUse.Location = New System.Drawing.Point(250, 32) Me.lblGraphtoUse.Name = "lblGraphtoUse" Me.lblGraphtoUse.Size = New System.Drawing.Size(73, 13) Me.lblGraphtoUse.TabIndex = 1 @@ -61,7 +65,7 @@ Partial Class dlgUseGraph Me.cmdPlotOptions.Name = "cmdPlotOptions" Me.cmdPlotOptions.Size = New System.Drawing.Size(147, 23) Me.cmdPlotOptions.TabIndex = 3 - Me.cmdPlotOptions.Text = "Options" + Me.cmdPlotOptions.Text = "Plot Options" Me.cmdPlotOptions.UseVisualStyleBackColor = True ' 'ucrSaveGraph @@ -77,7 +81,7 @@ Partial Class dlgUseGraph ' Me.ucrGraphReceiver.AutoSize = True Me.ucrGraphReceiver.frmParent = Me - Me.ucrGraphReceiver.Location = New System.Drawing.Point(252, 60) + Me.ucrGraphReceiver.Location = New System.Drawing.Point(250, 48) Me.ucrGraphReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrGraphReceiver.Name = "ucrGraphReceiver" Me.ucrGraphReceiver.Selector = Nothing @@ -104,10 +108,41 @@ Partial Class dlgUseGraph Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 254) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.Size = New System.Drawing.Size(408, 52) Me.ucrBase.TabIndex = 5 ' - 'dlgUseGraph + 'ucrInputLegendPosition + ' + Me.ucrInputLegendPosition.AddQuotesIfUnrecognised = True + Me.ucrInputLegendPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrInputLegendPosition.GetSetSelectedIndex = -1 + Me.ucrInputLegendPosition.IsReadOnly = False + Me.ucrInputLegendPosition.Location = New System.Drawing.Point(8, 49) + Me.ucrInputLegendPosition.Name = "ucrInputLegendPosition" + Me.ucrInputLegendPosition.Size = New System.Drawing.Size(100, 21) + Me.ucrInputLegendPosition.TabIndex = 8 + ' + 'ucrChkLegendPosition + ' + Me.ucrChkLegendPosition.AutoSize = True + Me.ucrChkLegendPosition.Checked = False + Me.ucrChkLegendPosition.Location = New System.Drawing.Point(8, 19) + Me.ucrChkLegendPosition.Name = "ucrChkLegendPosition" + Me.ucrChkLegendPosition.Size = New System.Drawing.Size(139, 23) + Me.ucrChkLegendPosition.TabIndex = 7 + ' + 'grpLegend + ' + Me.grpLegend.Controls.Add(Me.ucrChkLegendPosition) + Me.grpLegend.Controls.Add(Me.ucrInputLegendPosition) + Me.grpLegend.Location = New System.Drawing.Point(250, 74) + Me.grpLegend.Name = "grpLegend" + Me.grpLegend.Size = New System.Drawing.Size(159, 85) + Me.grpLegend.TabIndex = 9 + Me.grpLegend.TabStop = False + Me.grpLegend.Text = "Legend" + ' + 'dlgRenameGraph ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi @@ -119,13 +154,16 @@ Partial Class dlgUseGraph Me.Controls.Add(Me.ucrGraphReceiver) Me.Controls.Add(Me.ucrGraphsSelector) Me.Controls.Add(Me.ucrBase) + Me.Controls.Add(Me.grpLegend) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False - Me.Name = "dlgUseGraph" + Me.Name = "dlgRenameGraph" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Use_Graph" Me.Text = "Use Graph" + Me.grpLegend.ResumeLayout(False) + Me.grpLegend.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() @@ -137,4 +175,7 @@ Partial Class dlgUseGraph Friend WithEvents lblGraphtoUse As Label Friend WithEvents cmdPlotOptions As Button Friend WithEvents ucrSaveGraph As ucrSave + Friend WithEvents ucrInputLegendPosition As ucrInputComboBox + Friend WithEvents ucrChkLegendPosition As ucrCheck + Friend WithEvents grpLegend As GroupBox End Class diff --git a/instat/dlgUseGraph.vb b/instat/dlgUseGraph.vb index 7940cf7ad08..fdf1100d954 100644 --- a/instat/dlgUseGraph.vb +++ b/instat/dlgUseGraph.vb @@ -15,7 +15,7 @@ ' along with this program. If not, see . Imports instat.Translations -Public Class dlgUseGraph +Public Class dlgRenameGraph Private bFirstLoad As Boolean = True Private bReset As Boolean = True Private clsUseGraphFunction As New RFunction @@ -52,6 +52,7 @@ Public Class dlgUseGraph End Sub Private Sub InitialiseDialog() + Dim dctLegendPosition As New Dictionary(Of String, String) ucrBase.iHelpTopicID = 430 ucrBase.clsRsyntax.bExcludeAssignedFunctionOutput = False ucrBase.clsRsyntax.iCallType = 3 @@ -65,10 +66,25 @@ Public Class dlgUseGraph ucrGraphReceiver.SetParameterIsString() ucrGraphReceiver.SetItemType("graph") + 'Theme Tab Checkboxes under grpCommonOptions + ucrChkLegendPosition.SetText("Legend Position") + ucrChkLegendPosition.AddToLinkedControls(ucrInputLegendPosition, {True}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True, bNewLinkedChangeToDefaultState:=True, objNewDefaultState:="None") + ucrInputLegendPosition.SetDropDownStyleAsNonEditable() + ucrInputLegendPosition.SetParameter(New RParameter("legend.position")) + dctLegendPosition.Add("None", Chr(34) & "none" & Chr(34)) + dctLegendPosition.Add("Left", Chr(34) & "left" & Chr(34)) + dctLegendPosition.Add("Right", Chr(34) & "right" & Chr(34)) + dctLegendPosition.Add("Top", Chr(34) & "top" & Chr(34)) + dctLegendPosition.Add("Bottom", Chr(34) & "bottom" & Chr(34)) + ucrInputLegendPosition.SetItems(dctLegendPosition) + ucrChkLegendPosition.AddParameterPresentCondition(True, "legend.position") + ucrChkLegendPosition.AddParameterPresentCondition(False, "legend.position", False) + ucrChkLegendPosition.SetLinkedDisplayControl(grpLegend) + ucrSaveGraph.SetPrefix("use_graph") ucrSaveGraph.SetSaveTypeAsGraph() ucrSaveGraph.SetDataFrameSelector(ucrGraphsSelector.ucrAvailableDataFrames) - ucrSaveGraph.SetCheckBoxText("Save Graph") + ucrSaveGraph.SetCheckBoxText("Save New Graph") ucrSaveGraph.SetIsComboBox() ucrSaveGraph.SetAssignToIfUncheckedValue("last_graph") End Sub @@ -109,6 +125,8 @@ Public Class dlgUseGraph End Sub Private Sub SetRCodeForControls(bReset As Boolean) + ucrChkLegendPosition.SetRCode(clsThemeFunction, bReset, bCloneIfNeeded:=True) + ucrInputLegendPosition.SetRCode(clsThemeFunction, bReset, bCloneIfNeeded:=True) ucrGraphsSelector.SetRCode(clsUseGraphFunction, bReset) ucrGraphReceiver.SetRCode(clsUseGraphFunction, bReset) ucrSaveGraph.SetRCode(clsBaseOperator, bReset) @@ -138,7 +156,19 @@ Public Class dlgUseGraph sdgPlots.ShowDialog() End Sub - Private Sub Controls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrGraphReceiver.ControlContentsChanged, ucrSaveGraph.ControlContentsChanged + Private Sub AddRemoveTheme() + If clsThemeFunction.iParameterCount > 0 Then + clsBaseOperator.AddParameter("theme", clsRFunctionParameter:=clsThemeFunction, iPosition:=15) + Else + clsBaseOperator.RemoveParameterByName("theme") + End If + End Sub + + Private Sub ucrChkLegendPosition_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkLegendPosition.ControlValueChanged + AddRemoveTheme() + End Sub + + Private Sub Controls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrGraphReceiver.ControlContentsChanged, ucrSaveGraph.ControlContentsChanged, ucrChkLegendPosition.ControlContentsChanged TestOkEnabled() End Sub End Class \ No newline at end of file diff --git a/instat/frmMain.Designer.vb b/instat/frmMain.Designer.vb index e1911a79758..feb6985cb34 100644 --- a/instat/frmMain.Designer.vb +++ b/instat/frmMain.Designer.vb @@ -647,6 +647,7 @@ Partial Class frmMain Me.mnuOptionsByContextModel = New System.Windows.Forms.ToolStripMenuItem() Me.mnuOptionsByContextModelFitModel = New System.Windows.Forms.ToolStripMenuItem() Me.mnuOptionsByContextGeneralFitModel = New System.Windows.Forms.ToolStripMenuItem() + Me.mnuOptionsByContextCropModel = New System.Windows.Forms.ToolStripMenuItem() Me.mnuTools = New System.Windows.Forms.ToolStripMenuItem() Me.mnuToolsRunRCode = New System.Windows.Forms.ToolStripMenuItem() Me.mnuToolsRestartR = New System.Windows.Forms.ToolStripMenuItem() @@ -829,7 +830,7 @@ Partial Class frmMain Me.mnuDescribeSpecificSummary.Name = "mnuDescribeSpecificSummary" Me.mnuDescribeSpecificSummary.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificSummary.Tag = "Summary..." - Me.mnuDescribeSpecificSummary.Text = "Summary Tables..." + Me.mnuDescribeSpecificSummary.Text = "Frequency/Summary Tables..." ' 'mnuDescribeSpecificMultipleResponse ' @@ -1446,6 +1447,7 @@ Partial Class frmMain ' 'mnuViewDataView ' + Me.mnuViewDataView.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewDataView.Name = "mnuViewDataView" Me.mnuViewDataView.Size = New System.Drawing.Size(211, 22) Me.mnuViewDataView.Tag = "Data_View" @@ -1453,12 +1455,14 @@ Partial Class frmMain ' 'mnuViewOutputWindow ' + Me.mnuViewOutputWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewOutputWindow.Name = "mnuViewOutputWindow" Me.mnuViewOutputWindow.Size = New System.Drawing.Size(211, 22) Me.mnuViewOutputWindow.Text = "Output Window" ' 'mnuViewLog ' + Me.mnuViewLog.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewLog.Name = "mnuViewLog" Me.mnuViewLog.Size = New System.Drawing.Size(211, 22) Me.mnuViewLog.Tag = "Log" @@ -1466,6 +1470,7 @@ Partial Class frmMain ' 'mnuViewScriptWindow ' + Me.mnuViewScriptWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewScriptWindow.Name = "mnuViewScriptWindow" Me.mnuViewScriptWindow.Size = New System.Drawing.Size(211, 22) Me.mnuViewScriptWindow.Tag = "Script_Window" @@ -1473,6 +1478,7 @@ Partial Class frmMain ' 'mnuViewColumnMetadata ' + Me.mnuViewColumnMetadata.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewColumnMetadata.Name = "mnuViewColumnMetadata" Me.mnuViewColumnMetadata.Size = New System.Drawing.Size(211, 22) Me.mnuViewColumnMetadata.Tag = "Column_Metadata" @@ -1480,6 +1486,7 @@ Partial Class frmMain ' 'mnuViewDataFrameMetadata ' + Me.mnuViewDataFrameMetadata.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewDataFrameMetadata.Name = "mnuViewDataFrameMetadata" Me.mnuViewDataFrameMetadata.Size = New System.Drawing.Size(211, 22) Me.mnuViewDataFrameMetadata.Tag = "Data_Frame_Metadata" @@ -1492,12 +1499,14 @@ Partial Class frmMain ' 'mnuViewStructuredMenu ' + Me.mnuViewStructuredMenu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewStructuredMenu.Name = "mnuViewStructuredMenu" Me.mnuViewStructuredMenu.Size = New System.Drawing.Size(211, 22) Me.mnuViewStructuredMenu.Text = "Structured Menu" ' 'mnuViewClimaticMenu ' + Me.mnuViewClimaticMenu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewClimaticMenu.Name = "mnuViewClimaticMenu" Me.mnuViewClimaticMenu.Size = New System.Drawing.Size(211, 22) Me.mnuViewClimaticMenu.Tag = "" @@ -1505,6 +1514,7 @@ Partial Class frmMain ' 'mnuViewProcurementMenu ' + Me.mnuViewProcurementMenu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewProcurementMenu.Name = "mnuViewProcurementMenu" Me.mnuViewProcurementMenu.Size = New System.Drawing.Size(211, 22) Me.mnuViewProcurementMenu.Tag = "" @@ -1512,6 +1522,7 @@ Partial Class frmMain ' 'mnuViewOptionsByContextMenu ' + Me.mnuViewOptionsByContextMenu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewOptionsByContextMenu.Name = "mnuViewOptionsByContextMenu" Me.mnuViewOptionsByContextMenu.Size = New System.Drawing.Size(211, 22) Me.mnuViewOptionsByContextMenu.Text = "Options by Context Menu" @@ -1523,12 +1534,14 @@ Partial Class frmMain ' 'mnuViewResetToDefaultLayout ' + Me.mnuViewResetToDefaultLayout.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewResetToDefaultLayout.Name = "mnuViewResetToDefaultLayout" Me.mnuViewResetToDefaultLayout.Size = New System.Drawing.Size(211, 22) Me.mnuViewResetToDefaultLayout.Text = "Reset to Default Layout" ' 'mnuViewSwapDataAndMetadata ' + Me.mnuViewSwapDataAndMetadata.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuViewSwapDataAndMetadata.Name = "mnuViewSwapDataAndMetadata" Me.mnuViewSwapDataAndMetadata.Size = New System.Drawing.Size(211, 22) Me.mnuViewSwapDataAndMetadata.Text = "Swap Data and Metadata" @@ -3149,12 +3162,14 @@ Partial Class frmMain ' 'mnuColumnMetadat ' + Me.mnuColumnMetadat.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuColumnMetadat.Name = "mnuColumnMetadat" Me.mnuColumnMetadat.Size = New System.Drawing.Size(202, 22) Me.mnuColumnMetadat.Text = " Column Metadata..." ' 'mnuDataFrameMetadat ' + Me.mnuDataFrameMetadat.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuDataFrameMetadat.Name = "mnuDataFrameMetadat" Me.mnuDataFrameMetadat.Size = New System.Drawing.Size(202, 22) Me.mnuDataFrameMetadat.Text = " Data Frame Metadata..." @@ -3172,12 +3187,14 @@ Partial Class frmMain ' 'mnuLogWindow ' + Me.mnuLogWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuLogWindow.Name = "mnuLogWindow" Me.mnuLogWindow.Size = New System.Drawing.Size(166, 22) Me.mnuLogWindow.Text = " Log Window..." ' 'mnuScriptWindow ' + Me.mnuScriptWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuScriptWindow.Name = "mnuScriptWindow" Me.mnuScriptWindow.Size = New System.Drawing.Size(166, 22) Me.mnuScriptWindow.Text = " Script Window..." @@ -4624,16 +4641,16 @@ Partial Class frmMain ' 'mnuOptionsByContext ' - Me.mnuOptionsByContext.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextCheckData, Me.mnuOptionsByContextDefine, Me.mnuOptionsByContextPrepare, Me.mnuOptionsByContextDescribe, Me.mnuOptionsByContextModel}) + Me.mnuOptionsByContext.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextCheckData, Me.mnuOptionsByContextDefine, Me.mnuOptionsByContextPrepare, Me.mnuOptionsByContextDescribe, Me.mnuOptionsByContextModel, Me.mnuOptionsByContextCropModel}) Me.mnuOptionsByContext.Name = "mnuOptionsByContext" - Me.mnuOptionsByContext.Size = New System.Drawing.Size(122, 20) - Me.mnuOptionsByContext.Text = "Options by Context" + Me.mnuOptionsByContext.Size = New System.Drawing.Size(84, 20) + Me.mnuOptionsByContext.Text = "Experiments" ' 'mnuOptionsByContextCheckData ' Me.mnuOptionsByContextCheckData.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextCheckDataDuplicateRows, Me.mnuOptionsByContextCheckDataCompareColumns, Me.ToolStripSeparator47, Me.mnuOptionsByContextCheckDataOneVariableSummarise, Me.mnuOptionsByContextCheckDataOneVariableGraph, Me.mnuOptionsByContextCheckDataOneVariableFrequencies}) Me.mnuOptionsByContextCheckData.Name = "mnuOptionsByContextCheckData" - Me.mnuOptionsByContextCheckData.Size = New System.Drawing.Size(134, 22) + Me.mnuOptionsByContextCheckData.Size = New System.Drawing.Size(146, 22) Me.mnuOptionsByContextCheckData.Text = "Check Data" ' 'mnuOptionsByContextCheckDataDuplicateRows @@ -4675,7 +4692,7 @@ Partial Class frmMain ' Me.mnuOptionsByContextDefine.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextDefineOnStation, Me.mnuOptionsByContextDefineOnFarm}) Me.mnuOptionsByContextDefine.Name = "mnuOptionsByContextDefine" - Me.mnuOptionsByContextDefine.Size = New System.Drawing.Size(134, 22) + Me.mnuOptionsByContextDefine.Size = New System.Drawing.Size(146, 22) Me.mnuOptionsByContextDefine.Text = "Define" ' 'mnuOptionsByContextDefineOnStation @@ -4694,7 +4711,7 @@ Partial Class frmMain ' Me.mnuOptionsByContextPrepare.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions, Me.ToolStripSeparator48, Me.mnuOptionsByContextMergeAdditionalData, Me.mnuOptionsByContextPrepareStack, Me.mnuOptionsByContextPrepareUnstack}) Me.mnuOptionsByContextPrepare.Name = "mnuOptionsByContextPrepare" - Me.mnuOptionsByContextPrepare.Size = New System.Drawing.Size(134, 22) + Me.mnuOptionsByContextPrepare.Size = New System.Drawing.Size(146, 22) Me.mnuOptionsByContextPrepare.Text = "Prepare" ' 'mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions @@ -4730,7 +4747,7 @@ Partial Class frmMain ' Me.mnuOptionsByContextDescribe.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextDescribeCompareTwoTreatments, Me.mnuOptionsByContextDescribeCompareMultipleTreatments, Me.mnuOptionsByContextDescribeBoxplot}) Me.mnuOptionsByContextDescribe.Name = "mnuOptionsByContextDescribe" - Me.mnuOptionsByContextDescribe.Size = New System.Drawing.Size(134, 22) + Me.mnuOptionsByContextDescribe.Size = New System.Drawing.Size(146, 22) Me.mnuOptionsByContextDescribe.Text = "Describe" ' 'mnuOptionsByContextDescribeCompareTwoTreatments @@ -4756,7 +4773,7 @@ Partial Class frmMain ' Me.mnuOptionsByContextModel.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextModelFitModel, Me.mnuOptionsByContextGeneralFitModel}) Me.mnuOptionsByContextModel.Name = "mnuOptionsByContextModel" - Me.mnuOptionsByContextModel.Size = New System.Drawing.Size(134, 22) + Me.mnuOptionsByContextModel.Size = New System.Drawing.Size(146, 22) Me.mnuOptionsByContextModel.Text = "Model" ' 'mnuOptionsByContextModelFitModel @@ -4771,6 +4788,14 @@ Partial Class frmMain Me.mnuOptionsByContextGeneralFitModel.Size = New System.Drawing.Size(176, 22) Me.mnuOptionsByContextGeneralFitModel.Text = "General Fit Model..." ' + 'mnuOptionsByContextCropModel + ' + Me.mnuOptionsByContextCropModel.Enabled = False + Me.mnuOptionsByContextCropModel.Name = "mnuOptionsByContextCropModel" + Me.mnuOptionsByContextCropModel.Size = New System.Drawing.Size(146, 22) + Me.mnuOptionsByContextCropModel.Text = "Crop Model..." + Me.mnuOptionsByContextCropModel.Visible = False + ' 'mnuTools ' Me.mnuTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuToolsRunRCode, Me.mnuToolsRestartR, Me.mnuToolsCheckForUpdates, Me.mnuToolsClearOutputWindow, Me.ToolStripSeparator5, Me.mnuToolsSaveCurrentOptions, Me.mnuToolsLoadOptions, Me.mnuToolsInstallRPackage, Me.mnuToolsOptions}) @@ -5759,5 +5784,5 @@ Partial Class frmMain Friend WithEvents mnuClimaticPICSAGeneralGraph As ToolStripMenuItem Friend WithEvents ToolStripSeparator73 As ToolStripSeparator - + Friend WithEvents mnuOptionsByContextCropModel As ToolStripMenuItem End Class diff --git a/instat/frmMain.vb b/instat/frmMain.vb index 1665f7a64b5..d385183ca1e 100644 --- a/instat/frmMain.vb +++ b/instat/frmMain.vb @@ -1048,7 +1048,7 @@ Public Class frmMain End Sub Private Sub mnuDescribeUseGraph_Click(sender As Object, e As EventArgs) Handles mnuDescribeUseGraph.Click - dlgUseGraph.ShowDialog() + dlgRenameGraph.ShowDialog() End Sub Private Sub mnuDescribeCombineGraph_Click(sender As Object, e As EventArgs) Handles mnuDescribeCombineGraph.Click @@ -2462,4 +2462,8 @@ Public Class frmMain dlgPICSARainfall.enumPICSAMode = dlgPICSARainfall.PICSAMode.General dlgPICSARainfall.ShowDialog() End Sub + + Private Sub mnuOptionsByContextCropModel_Click(sender As Object, e As EventArgs) Handles mnuOptionsByContextCropModel.Click + dlgApsimx.ShowDialog() + End Sub End Class diff --git a/instat/instat.vbproj b/instat/instat.vbproj index a94538d14b0..7468e3ac51c 100644 --- a/instat/instat.vbproj +++ b/instat/instat.vbproj @@ -189,6 +189,12 @@ + + dlgApsimx.vb + + + Form + dlgClusterAnalysis.vb @@ -402,12 +408,6 @@ Form - - dlgPivotTable.vb - - - Form - dlgScript.vb @@ -2881,6 +2881,9 @@ + + dlgApsimx.vb + dlgAugment.vb @@ -2973,9 +2976,6 @@ dlgPasteSpecial.vb - - dlgPivotTable.vb - dlgRandomSplit.vb diff --git a/instat/sdgAddNewDistribution.Designer.vb b/instat/sdgAddNewDistribution.Designer.vb index 3250fec2697..3083b017b92 100644 --- a/instat/sdgAddNewDistribution.Designer.vb +++ b/instat/sdgAddNewDistribution.Designer.vb @@ -64,7 +64,7 @@ Partial Class sdgAddNewDistribution 'ucrBaseSubDialog ' Me.ucrBaseSubDialog.AutoSize = True - Me.ucrBaseSubDialog.Location = New System.Drawing.Point(13, 344) + Me.ucrBaseSubDialog.Location = New System.Drawing.Point(82, 344) Me.ucrBaseSubDialog.Name = "ucrBaseSubDialog" Me.ucrBaseSubDialog.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSubDialog.TabIndex = 6 diff --git a/instat/sdgCalculationsSummmary.Designer.vb b/instat/sdgCalculationsSummmary.Designer.vb index 59cfa5aea2d..ca1adec54dd 100644 --- a/instat/sdgCalculationsSummmary.Designer.vb +++ b/instat/sdgCalculationsSummmary.Designer.vb @@ -408,7 +408,7 @@ Partial Class sdgCalculationsSummmary 'ucrBaseSubDialog ' Me.ucrBaseSubDialog.AutoSize = True - Me.ucrBaseSubDialog.Location = New System.Drawing.Point(332, 533) + Me.ucrBaseSubDialog.Location = New System.Drawing.Point(307, 533) Me.ucrBaseSubDialog.Name = "ucrBaseSubDialog" Me.ucrBaseSubDialog.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSubDialog.TabIndex = 0 diff --git a/instat/sdgCanonicalCorrelation.Designer.vb b/instat/sdgCanonicalCorrelation.Designer.vb index 2e5cdf52c08..7f4115ed523 100644 --- a/instat/sdgCanonicalCorrelation.Designer.vb +++ b/instat/sdgCanonicalCorrelation.Designer.vb @@ -111,7 +111,7 @@ Partial Class sdgCanonicalCorrelation 'ucrSdgButtons ' Me.ucrSdgButtons.AutoSize = True - Me.ucrSdgButtons.Location = New System.Drawing.Point(29, 191) + Me.ucrSdgButtons.Location = New System.Drawing.Point(7, 191) Me.ucrSdgButtons.Name = "ucrSdgButtons" Me.ucrSdgButtons.Size = New System.Drawing.Size(224, 30) Me.ucrSdgButtons.TabIndex = 2 @@ -145,7 +145,7 @@ Partial Class sdgCanonicalCorrelation Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(214, 224) + Me.ClientSize = New System.Drawing.Size(230, 227) Me.Controls.Add(Me.grpGraphics) Me.Controls.Add(Me.grpDisplay) Me.Controls.Add(Me.ucrSdgButtons) diff --git a/instat/sdgClimaticDataEntry.Designer.vb b/instat/sdgClimaticDataEntry.Designer.vb index d8f39facc4c..d46b7af6d41 100644 --- a/instat/sdgClimaticDataEntry.Designer.vb +++ b/instat/sdgClimaticDataEntry.Designer.vb @@ -62,8 +62,8 @@ Partial Class sdgClimaticDataEntry Me.SplitContainer1.Panel2.Controls.Add(Me.cmdTransform) Me.SplitContainer1.Panel2.Controls.Add(Me.cmdReset) Me.SplitContainer1.Panel2.Controls.Add(Me.ucrSdgBaseButtons) - Me.SplitContainer1.Size = New System.Drawing.Size(647, 295) - Me.SplitContainer1.SplitterDistance = 251 + Me.SplitContainer1.Size = New System.Drawing.Size(710, 430) + Me.SplitContainer1.SplitterDistance = 365 Me.SplitContainer1.TabIndex = 0 ' 'grdDataEntry @@ -82,7 +82,7 @@ Partial Class sdgClimaticDataEntry Me.grdDataEntry.SheetTabVisible = True Me.grdDataEntry.SheetTabWidth = 154 Me.grdDataEntry.ShowScrollEndSpacing = True - Me.grdDataEntry.Size = New System.Drawing.Size(647, 251) + Me.grdDataEntry.Size = New System.Drawing.Size(710, 365) Me.grdDataEntry.TabIndex = 3 Me.grdDataEntry.Text = "Variables" ' @@ -127,7 +127,7 @@ Partial Class sdgClimaticDataEntry ' Me.ucrChkAddFlagFieldData.AutoSize = True Me.ucrChkAddFlagFieldData.Checked = False - Me.ucrChkAddFlagFieldData.Location = New System.Drawing.Point(231, 9) + Me.ucrChkAddFlagFieldData.Location = New System.Drawing.Point(12, 8) Me.ucrChkAddFlagFieldData.Name = "ucrChkAddFlagFieldData" Me.ucrChkAddFlagFieldData.Size = New System.Drawing.Size(130, 23) Me.ucrChkAddFlagFieldData.TabIndex = 91 @@ -135,7 +135,7 @@ Partial Class sdgClimaticDataEntry 'cmdComment ' Me.cmdComment.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdComment.Location = New System.Drawing.Point(364, 7) + Me.cmdComment.Location = New System.Drawing.Point(200, 3) Me.cmdComment.Name = "cmdComment" Me.cmdComment.Size = New System.Drawing.Size(90, 24) Me.cmdComment.TabIndex = 90 @@ -146,7 +146,7 @@ Partial Class sdgClimaticDataEntry ' Me.cmdTransform.Enabled = False Me.cmdTransform.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdTransform.Location = New System.Drawing.Point(457, 7) + Me.cmdTransform.Location = New System.Drawing.Point(388, 3) Me.cmdTransform.Name = "cmdTransform" Me.cmdTransform.Size = New System.Drawing.Size(104, 24) Me.cmdTransform.TabIndex = 89 @@ -157,7 +157,7 @@ Partial Class sdgClimaticDataEntry 'cmdReset ' Me.cmdReset.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdReset.Location = New System.Drawing.Point(564, 7) + Me.cmdReset.Location = New System.Drawing.Point(576, 7) Me.cmdReset.Name = "cmdReset" Me.cmdReset.Size = New System.Drawing.Size(72, 24) Me.cmdReset.TabIndex = 88 @@ -168,7 +168,7 @@ Partial Class sdgClimaticDataEntry 'ucrSdgBaseButtons ' Me.ucrSdgBaseButtons.AutoSize = True - Me.ucrSdgBaseButtons.Location = New System.Drawing.Point(5, 6) + Me.ucrSdgBaseButtons.Location = New System.Drawing.Point(229, 27) Me.ucrSdgBaseButtons.Margin = New System.Windows.Forms.Padding(4) Me.ucrSdgBaseButtons.Name = "ucrSdgBaseButtons" Me.ucrSdgBaseButtons.Size = New System.Drawing.Size(224, 30) @@ -185,7 +185,7 @@ Partial Class sdgClimaticDataEntry Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(647, 295) + Me.ClientSize = New System.Drawing.Size(710, 430) Me.Controls.Add(Me.SplitContainer1) Me.Name = "sdgClimaticDataEntry" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent diff --git a/instat/sdgClimaticDataEntry.vb b/instat/sdgClimaticDataEntry.vb index d9af78b5f2f..8df5f6e4362 100644 --- a/instat/sdgClimaticDataEntry.vb +++ b/instat/sdgClimaticDataEntry.vb @@ -553,8 +553,26 @@ Public Class sdgClimaticDataEntry clsSaveDataEntryFunction.AddParameter("rows_changed", GetRowNamesChangedAsRVectorString(), iPosition:=2) clsSaveDataEntryFunction.AddParameter("comments_list", clsRFunctionParameter:=clsListFunction, iPosition:=3) Else - clsSaveDataEntryFunction.RemoveParameterByName("rows_changed") - clsSaveDataEntryFunction.RemoveParameterByName("comments_list") + If clsCommentsListFunction.clsParameters.Count > 0 Then + Dim strRow As String = Nothing + Dim bFound As Boolean = False + For Each clsParam In clsCommentsListFunction.clsParameters + If clsParam.strArgumentName = "row" AndAlso clsParam.strArgumentValue <> "" Then + strRow = clsParam.strArgumentValue + ElseIf clsParam.strArgumentName = "comment" AndAlso clsParam.strArgumentValue <> "" Then + bFound = True + End If + If strRow IsNot Nothing AndAlso bFound Then + clsEditDataFrameFunction.AddParameter("row", strRow, bIncludeArgumentName:=False, iPosition:=0) + clsSaveDataEntryFunction.AddParameter("rows_changed", strRow, iPosition:=2) + clsSaveDataEntryFunction.AddParameter("comments_list", clsRFunctionParameter:=clsListFunction, iPosition:=3) + Exit For + End If + Next + Else + clsSaveDataEntryFunction.RemoveParameterByName("rows_changed") + clsSaveDataEntryFunction.RemoveParameterByName("comments_list") + End If End If End Sub diff --git a/instat/sdgClimaticDataEntryOptions.Designer.vb b/instat/sdgClimaticDataEntryOptions.Designer.vb index 4e328263086..8f0ae14b1a5 100644 --- a/instat/sdgClimaticDataEntryOptions.Designer.vb +++ b/instat/sdgClimaticDataEntryOptions.Designer.vb @@ -204,7 +204,7 @@ Partial Class sdgClimaticDataEntryOptions 'ucrSdgPICSARainfalbuttons ' Me.ucrSdgPICSARainfalbuttons.AutoSize = True - Me.ucrSdgPICSARainfalbuttons.Location = New System.Drawing.Point(71, 210) + Me.ucrSdgPICSARainfalbuttons.Location = New System.Drawing.Point(36, 210) Me.ucrSdgPICSARainfalbuttons.Margin = New System.Windows.Forms.Padding(4) Me.ucrSdgPICSARainfalbuttons.Name = "ucrSdgPICSARainfalbuttons" Me.ucrSdgPICSARainfalbuttons.Size = New System.Drawing.Size(224, 30) diff --git a/instat/sdgClimaticNCMPMetadata.Designer.vb b/instat/sdgClimaticNCMPMetadata.Designer.vb index b8b6d9749a8..6b789b49b6a 100644 --- a/instat/sdgClimaticNCMPMetadata.Designer.vb +++ b/instat/sdgClimaticNCMPMetadata.Designer.vb @@ -35,7 +35,7 @@ Partial Class sdgClimaticNCMPMetadata 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(124, 200) + Me.ucrBase.Location = New System.Drawing.Point(76, 200) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 7 diff --git a/instat/sdgClimdexIndices.Designer.vb b/instat/sdgClimdexIndices.Designer.vb index 467120d709e..20609e3198c 100644 --- a/instat/sdgClimdexIndices.Designer.vb +++ b/instat/sdgClimdexIndices.Designer.vb @@ -868,7 +868,7 @@ Partial Class sdgClimdexIndices 'ucrButtonsClimdexIndices ' Me.ucrButtonsClimdexIndices.AutoSize = True - Me.ucrButtonsClimdexIndices.Location = New System.Drawing.Point(215, 435) + Me.ucrButtonsClimdexIndices.Location = New System.Drawing.Point(212, 435) Me.ucrButtonsClimdexIndices.Name = "ucrButtonsClimdexIndices" Me.ucrButtonsClimdexIndices.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsClimdexIndices.TabIndex = 2 diff --git a/instat/sdgCombineGraphOptions.Designer.vb b/instat/sdgCombineGraphOptions.Designer.vb index 0cfc82b53c0..c7f635542e3 100644 --- a/instat/sdgCombineGraphOptions.Designer.vb +++ b/instat/sdgCombineGraphOptions.Designer.vb @@ -290,7 +290,7 @@ Partial Class sdgCombineGraphOptions 'ucrsdgLayoutBase ' Me.ucrsdgLayoutBase.AutoSize = True - Me.ucrsdgLayoutBase.Location = New System.Drawing.Point(120, 426) + Me.ucrsdgLayoutBase.Location = New System.Drawing.Point(77, 426) Me.ucrsdgLayoutBase.Name = "ucrsdgLayoutBase" Me.ucrsdgLayoutBase.Size = New System.Drawing.Size(224, 30) Me.ucrsdgLayoutBase.TabIndex = 0 diff --git a/instat/sdgCommentForDataEntry.Designer.vb b/instat/sdgCommentForDataEntry.Designer.vb index af0c0f666e4..09dc292dace 100644 --- a/instat/sdgCommentForDataEntry.Designer.vb +++ b/instat/sdgCommentForDataEntry.Designer.vb @@ -190,7 +190,7 @@ Partial Class sdgCommentForDataEntry 'ucrSdgBaseButtons ' Me.ucrSdgBaseButtons.AutoSize = True - Me.ucrSdgBaseButtons.Location = New System.Drawing.Point(178, 291) + Me.ucrSdgBaseButtons.Location = New System.Drawing.Point(156, 291) Me.ucrSdgBaseButtons.Margin = New System.Windows.Forms.Padding(4) Me.ucrSdgBaseButtons.Name = "ucrSdgBaseButtons" Me.ucrSdgBaseButtons.Size = New System.Drawing.Size(224, 30) @@ -199,7 +199,7 @@ Partial Class sdgCommentForDataEntry 'cmdAddComment ' Me.cmdAddComment.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.cmdAddComment.Location = New System.Drawing.Point(62, 293) + Me.cmdAddComment.Location = New System.Drawing.Point(43, 293) Me.cmdAddComment.Name = "cmdAddComment" Me.cmdAddComment.Size = New System.Drawing.Size(90, 24) Me.cmdAddComment.TabIndex = 101 diff --git a/instat/sdgConstructRegexExpression.Designer.vb b/instat/sdgConstructRegexExpression.Designer.vb index 129ec4bc504..5faed163d18 100644 --- a/instat/sdgConstructRegexExpression.Designer.vb +++ b/instat/sdgConstructRegexExpression.Designer.vb @@ -49,7 +49,7 @@ Partial Class sdgConstructRegexExpression 'ucrBaseSubdialog ' Me.ucrBaseSubdialog.AutoSize = True - Me.ucrBaseSubdialog.Location = New System.Drawing.Point(55, 168) + Me.ucrBaseSubdialog.Location = New System.Drawing.Point(62, 171) Me.ucrBaseSubdialog.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 30) diff --git a/instat/sdgCorrPlot.Designer.vb b/instat/sdgCorrPlot.Designer.vb index 26a887f2e24..29579fe9e76 100644 --- a/instat/sdgCorrPlot.Designer.vb +++ b/instat/sdgCorrPlot.Designer.vb @@ -178,11 +178,11 @@ Partial Class sdgCorrPlot ' Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me - Me.ucrReceiverFactor.Location = New System.Drawing.Point(223, 51) + Me.ucrReceiverFactor.Location = New System.Drawing.Point(230, 51) Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing - Me.ucrReceiverFactor.Size = New System.Drawing.Size(120, 20) + Me.ucrReceiverFactor.Size = New System.Drawing.Size(113, 20) Me.ucrReceiverFactor.strNcFilePath = "" Me.ucrReceiverFactor.TabIndex = 10 Me.ucrReceiverFactor.ucrSelector = Nothing @@ -275,7 +275,7 @@ Partial Class sdgCorrPlot 'ucrBaseSdgCorrPlot ' Me.ucrBaseSdgCorrPlot.AutoSize = True - Me.ucrBaseSdgCorrPlot.Location = New System.Drawing.Point(111, 363) + Me.ucrBaseSdgCorrPlot.Location = New System.Drawing.Point(74, 363) Me.ucrBaseSdgCorrPlot.Name = "ucrBaseSdgCorrPlot" Me.ucrBaseSdgCorrPlot.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSdgCorrPlot.TabIndex = 14 diff --git a/instat/sdgCorruptionCalculatedColumns.Designer.vb b/instat/sdgCorruptionCalculatedColumns.Designer.vb index dbe433a5ced..2de27e9bf83 100644 --- a/instat/sdgCorruptionCalculatedColumns.Designer.vb +++ b/instat/sdgCorruptionCalculatedColumns.Designer.vb @@ -125,7 +125,7 @@ Partial Class sdgCorruptionCalculatedColumns 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(367, 462) + Me.ucrBase.Location = New System.Drawing.Point(348, 462) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 69 diff --git a/instat/sdgCorruptionCountryLevelColumns.Designer.vb b/instat/sdgCorruptionCountryLevelColumns.Designer.vb index 9d5a66aac72..8c8c07667bf 100644 --- a/instat/sdgCorruptionCountryLevelColumns.Designer.vb +++ b/instat/sdgCorruptionCountryLevelColumns.Designer.vb @@ -251,7 +251,7 @@ Partial Class sdgCorruptionCountryLevelColumns 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(186, 252) + Me.ucrBase.Location = New System.Drawing.Point(153, 252) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 19 diff --git a/instat/sdgCountryColouredMapOptions.Designer.vb b/instat/sdgCountryColouredMapOptions.Designer.vb index e29d64f4d7f..ca8130e3b3c 100644 --- a/instat/sdgCountryColouredMapOptions.Designer.vb +++ b/instat/sdgCountryColouredMapOptions.Designer.vb @@ -251,7 +251,7 @@ Partial Class sdgCountryColouredMapOptions 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(102, 217) + Me.ucrBase.Location = New System.Drawing.Point(58, 219) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 1 diff --git a/instat/sdgCreateFilter.Designer.vb b/instat/sdgCreateFilter.Designer.vb index 4495d0c6cc8..533716ce258 100644 --- a/instat/sdgCreateFilter.Designer.vb +++ b/instat/sdgCreateFilter.Designer.vb @@ -53,7 +53,7 @@ Partial Class sdgCreateFilter 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(289, 401) + Me.ucrBase.Location = New System.Drawing.Point(287, 401) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 0 diff --git a/instat/sdgDataOptions.Designer.vb b/instat/sdgDataOptions.Designer.vb index 8d651e4dfa6..6440429e024 100644 --- a/instat/sdgDataOptions.Designer.vb +++ b/instat/sdgDataOptions.Designer.vb @@ -328,7 +328,7 @@ Partial Class sdgDataOptions 'ucrSubDialogueBase ' Me.ucrSubDialogueBase.AutoSize = True - Me.ucrSubDialogueBase.Location = New System.Drawing.Point(116, 323) + Me.ucrSubDialogueBase.Location = New System.Drawing.Point(74, 323) Me.ucrSubDialogueBase.Name = "ucrSubDialogueBase" Me.ucrSubDialogueBase.Size = New System.Drawing.Size(224, 30) Me.ucrSubDialogueBase.TabIndex = 1 diff --git a/instat/sdgDescribeDisplay.Designer.vb b/instat/sdgDescribeDisplay.Designer.vb index a554c3714d3..1f5156c803d 100644 --- a/instat/sdgDescribeDisplay.Designer.vb +++ b/instat/sdgDescribeDisplay.Designer.vb @@ -55,7 +55,7 @@ Partial Class sdgDescribeDisplay 'ucrButtonsDescribeDisplay ' Me.ucrButtonsDescribeDisplay.AutoSize = True - Me.ucrButtonsDescribeDisplay.Location = New System.Drawing.Point(50, 191) + Me.ucrButtonsDescribeDisplay.Location = New System.Drawing.Point(20, 190) Me.ucrButtonsDescribeDisplay.Name = "ucrButtonsDescribeDisplay" Me.ucrButtonsDescribeDisplay.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsDescribeDisplay.TabIndex = 2 diff --git a/instat/sdgDescribeTwoVarGraph.Designer.vb b/instat/sdgDescribeTwoVarGraph.Designer.vb index 8fe49f69e97..b273e904f08 100644 --- a/instat/sdgDescribeTwoVarGraph.Designer.vb +++ b/instat/sdgDescribeTwoVarGraph.Designer.vb @@ -52,7 +52,7 @@ Partial Class sdgDescribeTwoVarGraph 'UcrButtonsSubdialogue1 ' Me.UcrButtonsSubdialogue1.AutoSize = True - Me.UcrButtonsSubdialogue1.Location = New System.Drawing.Point(66, 143) + Me.UcrButtonsSubdialogue1.Location = New System.Drawing.Point(40, 143) Me.UcrButtonsSubdialogue1.Name = "UcrButtonsSubdialogue1" Me.UcrButtonsSubdialogue1.Size = New System.Drawing.Size(224, 30) Me.UcrButtonsSubdialogue1.TabIndex = 8 diff --git a/instat/sdgDistributionOptions.Designer.vb b/instat/sdgDistributionOptions.Designer.vb index db4a1a9c3c4..69f1a4c298b 100644 --- a/instat/sdgDistributionOptions.Designer.vb +++ b/instat/sdgDistributionOptions.Designer.vb @@ -59,7 +59,7 @@ Partial Class sdgDistributionOptions 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(60, 155) + Me.ucrBase.Location = New System.Drawing.Point(30, 155) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 0 diff --git a/instat/sdgDoyRange.Designer.vb b/instat/sdgDoyRange.Designer.vb index b03e7bf963a..997ea1bdcc1 100644 --- a/instat/sdgDoyRange.Designer.vb +++ b/instat/sdgDoyRange.Designer.vb @@ -237,7 +237,7 @@ Partial Class sdgDoyRange 'ucrBaseSub ' Me.ucrBaseSub.AutoSize = True - Me.ucrBaseSub.Location = New System.Drawing.Point(213, 324) + Me.ucrBaseSub.Location = New System.Drawing.Point(185, 324) Me.ucrBaseSub.Name = "ucrBaseSub" Me.ucrBaseSub.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSub.TabIndex = 3 diff --git a/instat/sdgExportToWWR.Designer.vb b/instat/sdgExportToWWR.Designer.vb index 1a51777391e..ab03d91f3e2 100644 --- a/instat/sdgExportToWWR.Designer.vb +++ b/instat/sdgExportToWWR.Designer.vb @@ -108,7 +108,7 @@ Partial Class sdgExportToWWR 'ucrButtonsSdg ' Me.ucrButtonsSdg.AutoSize = True - Me.ucrButtonsSdg.Location = New System.Drawing.Point(113, 371) + Me.ucrButtonsSdg.Location = New System.Drawing.Point(78, 371) Me.ucrButtonsSdg.Name = "ucrButtonsSdg" Me.ucrButtonsSdg.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsSdg.TabIndex = 17 diff --git a/instat/sdgExtremesDisplayOptions.Designer.vb b/instat/sdgExtremesDisplayOptions.Designer.vb index 7fec0b1e1d8..5ee20e32f20 100644 --- a/instat/sdgExtremesDisplayOptions.Designer.vb +++ b/instat/sdgExtremesDisplayOptions.Designer.vb @@ -189,7 +189,7 @@ Partial Class sdgExtremesDisplayOptions 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(66, 193) + Me.ucrBase.Location = New System.Drawing.Point(35, 193) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 2 diff --git a/instat/sdgExtremesMethod.Designer.vb b/instat/sdgExtremesMethod.Designer.vb index 81cbc23265d..637c0356615 100644 --- a/instat/sdgExtremesMethod.Designer.vb +++ b/instat/sdgExtremesMethod.Designer.vb @@ -81,7 +81,7 @@ Partial Class sdgExtremesMethod 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(39, 124) + Me.ucrBase.Location = New System.Drawing.Point(6, 126) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 5 diff --git a/instat/sdgFactorDataFrame.Designer.vb b/instat/sdgFactorDataFrame.Designer.vb index e6b11b040fd..1677e532f54 100644 --- a/instat/sdgFactorDataFrame.Designer.vb +++ b/instat/sdgFactorDataFrame.Designer.vb @@ -49,7 +49,7 @@ Partial Class sdgFactorDataFrame 'ucrBaseFactorSubdlg ' Me.ucrBaseFactorSubdlg.AutoSize = True - Me.ucrBaseFactorSubdlg.Location = New System.Drawing.Point(120, 228) + Me.ucrBaseFactorSubdlg.Location = New System.Drawing.Point(86, 228) Me.ucrBaseFactorSubdlg.Name = "ucrBaseFactorSubdlg" Me.ucrBaseFactorSubdlg.Size = New System.Drawing.Size(224, 30) Me.ucrBaseFactorSubdlg.TabIndex = 0 diff --git a/instat/sdgFiltersFromFactor.Designer.vb b/instat/sdgFiltersFromFactor.Designer.vb index 4808c1f4fd3..1d89448d3c5 100644 --- a/instat/sdgFiltersFromFactor.Designer.vb +++ b/instat/sdgFiltersFromFactor.Designer.vb @@ -33,7 +33,7 @@ Partial Class sdgFiltersFromFactor 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(201, 304) + Me.ucrBase.Location = New System.Drawing.Point(164, 304) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 0 diff --git a/instat/sdgFormatSummaryTables.Designer.vb b/instat/sdgFormatSummaryTables.Designer.vb index a941fadeb42..f28c6840997 100644 --- a/instat/sdgFormatSummaryTables.Designer.vb +++ b/instat/sdgFormatSummaryTables.Designer.vb @@ -1031,9 +1031,10 @@ Partial Class sdgFormatSummaryTables 'ucrPnlHeader ' Me.ucrPnlHeader.AutoSize = True + Me.ucrPnlHeader.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlHeader.Location = New System.Drawing.Point(60, 26) Me.ucrPnlHeader.Name = "ucrPnlHeader" - Me.ucrPnlHeader.Size = New System.Drawing.Size(250, 25) + Me.ucrPnlHeader.Size = New System.Drawing.Size(0, 0) Me.ucrPnlHeader.TabIndex = 1 ' 'tbpTable @@ -1246,7 +1247,7 @@ Partial Class sdgFormatSummaryTables 'ucrBaseSubdialog ' Me.ucrBaseSubdialog.AutoSize = True - Me.ucrBaseSubdialog.Location = New System.Drawing.Point(169, 455) + Me.ucrBaseSubdialog.Location = New System.Drawing.Point(190, 455) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 29) Me.ucrBaseSubdialog.TabIndex = 3 diff --git a/instat/sdgFrequency.Designer.vb b/instat/sdgFrequency.Designer.vb index de10749993f..b0b7194f9c7 100644 --- a/instat/sdgFrequency.Designer.vb +++ b/instat/sdgFrequency.Designer.vb @@ -50,7 +50,7 @@ Partial Class sdgFrequency 'ucrBaseSubDialog ' Me.ucrBaseSubDialog.AutoSize = True - Me.ucrBaseSubDialog.Location = New System.Drawing.Point(62, 178) + Me.ucrBaseSubDialog.Location = New System.Drawing.Point(33, 178) Me.ucrBaseSubDialog.Name = "ucrBaseSubDialog" Me.ucrBaseSubDialog.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSubDialog.TabIndex = 7 diff --git a/instat/sdgImportFromClimSoft.Designer.vb b/instat/sdgImportFromClimSoft.Designer.vb index 692b77d532e..7c241f15e49 100644 --- a/instat/sdgImportFromClimSoft.Designer.vb +++ b/instat/sdgImportFromClimSoft.Designer.vb @@ -162,7 +162,7 @@ Partial Class sdgImportFromClimSoft 'ucrBaseSdgClimSoft ' Me.ucrBaseSdgClimSoft.AutoSize = True - Me.ucrBaseSdgClimSoft.Location = New System.Drawing.Point(52, 192) + Me.ucrBaseSdgClimSoft.Location = New System.Drawing.Point(22, 192) Me.ucrBaseSdgClimSoft.Name = "ucrBaseSdgClimSoft" Me.ucrBaseSdgClimSoft.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSdgClimSoft.TabIndex = 7 diff --git a/instat/sdgInventoryPlot.Designer.vb b/instat/sdgInventoryPlot.Designer.vb index 5262624ffd3..b65dd9f76d9 100644 --- a/instat/sdgInventoryPlot.Designer.vb +++ b/instat/sdgInventoryPlot.Designer.vb @@ -1021,7 +1021,7 @@ Partial Class sdgInventoryPlot 'ucrButtonsInventoryplot ' Me.ucrButtonsInventoryplot.AutoSize = True - Me.ucrButtonsInventoryplot.Location = New System.Drawing.Point(197, 307) + Me.ucrButtonsInventoryplot.Location = New System.Drawing.Point(157, 307) Me.ucrButtonsInventoryplot.Name = "ucrButtonsInventoryplot" Me.ucrButtonsInventoryplot.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsInventoryplot.TabIndex = 1 diff --git a/instat/sdgInventoryPlot.resx b/instat/sdgInventoryPlot.resx index 3741aa9a71b..b6b69fce2d1 100644 --- a/instat/sdgInventoryPlot.resx +++ b/instat/sdgInventoryPlot.resx @@ -120,4 +120,7 @@ 17, 17 + + 25 + \ No newline at end of file diff --git a/instat/sdgLayerOptions.Designer.vb b/instat/sdgLayerOptions.Designer.vb index 1c6f8d19622..a83f175740b 100644 --- a/instat/sdgLayerOptions.Designer.vb +++ b/instat/sdgLayerOptions.Designer.vb @@ -94,14 +94,14 @@ Partial Class sdgLayerOptions Me.ucrLayerParameter.AutoSize = True Me.ucrLayerParameter.Location = New System.Drawing.Point(3, 3) Me.ucrLayerParameter.Name = "ucrLayerParameter" - Me.ucrLayerParameter.Size = New System.Drawing.Size(347, 481) + Me.ucrLayerParameter.Size = New System.Drawing.Size(347, 486) Me.ucrLayerParameter.TabIndex = 0 Me.ucrLayerParameter.ucrGeomWithAes = Nothing ' 'ucrSdgLayerBase ' Me.ucrSdgLayerBase.AutoSize = True - Me.ucrSdgLayerBase.Location = New System.Drawing.Point(173, 525) + Me.ucrSdgLayerBase.Location = New System.Drawing.Point(134, 526) Me.ucrSdgLayerBase.Name = "ucrSdgLayerBase" Me.ucrSdgLayerBase.Size = New System.Drawing.Size(224, 30) Me.ucrSdgLayerBase.TabIndex = 1 diff --git a/instat/sdgMapOption.Designer.vb b/instat/sdgMapOption.Designer.vb index 251b8cac00d..03ba1842fc2 100644 --- a/instat/sdgMapOption.Designer.vb +++ b/instat/sdgMapOption.Designer.vb @@ -98,7 +98,7 @@ Partial Class sdgMapOption 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(112, 132) + Me.ucrBase.Location = New System.Drawing.Point(81, 140) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 25 diff --git a/instat/sdgMerge.Designer.vb b/instat/sdgMerge.Designer.vb index 4f4eb65325a..982d5b5aa9d 100644 --- a/instat/sdgMerge.Designer.vb +++ b/instat/sdgMerge.Designer.vb @@ -66,7 +66,7 @@ Partial Class sdgMerge 'ucrSubBase ' Me.ucrSubBase.AutoSize = True - Me.ucrSubBase.Location = New System.Drawing.Point(249, 292) + Me.ucrSubBase.Location = New System.Drawing.Point(210, 292) Me.ucrSubBase.Name = "ucrSubBase" Me.ucrSubBase.Size = New System.Drawing.Size(224, 30) Me.ucrSubBase.TabIndex = 4 diff --git a/instat/sdgMergeColumnsToInclude.Designer.vb b/instat/sdgMergeColumnsToInclude.Designer.vb index 058425aa7c7..9b0a42af3c8 100644 --- a/instat/sdgMergeColumnsToInclude.Designer.vb +++ b/instat/sdgMergeColumnsToInclude.Designer.vb @@ -124,7 +124,7 @@ Partial Class sdgMergeColumnstoInclude 'ucrSubBase ' Me.ucrSubBase.AutoSize = True - Me.ucrSubBase.Location = New System.Drawing.Point(159, 381) + Me.ucrSubBase.Location = New System.Drawing.Point(136, 381) Me.ucrSubBase.Name = "ucrSubBase" Me.ucrSubBase.Size = New System.Drawing.Size(224, 30) Me.ucrSubBase.TabIndex = 8 diff --git a/instat/sdgMissingOptions.Designer.vb b/instat/sdgMissingOptions.Designer.vb index f41b9b00f33..e76d6706be9 100644 --- a/instat/sdgMissingOptions.Designer.vb +++ b/instat/sdgMissingOptions.Designer.vb @@ -36,7 +36,7 @@ Partial Class sdgMissingOptions 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(81, 145) + Me.ucrBase.Location = New System.Drawing.Point(49, 145) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 0 diff --git a/instat/sdgModelOptions.Designer.vb b/instat/sdgModelOptions.Designer.vb index 81a3eafcfe2..359e35fb66b 100644 --- a/instat/sdgModelOptions.Designer.vb +++ b/instat/sdgModelOptions.Designer.vb @@ -194,7 +194,7 @@ Partial Class sdgModelOptions 'ucrButtonsSDGModelOptions ' Me.ucrButtonsSDGModelOptions.AutoSize = True - Me.ucrButtonsSDGModelOptions.Location = New System.Drawing.Point(45, 167) + Me.ucrButtonsSDGModelOptions.Location = New System.Drawing.Point(19, 171) Me.ucrButtonsSDGModelOptions.Name = "ucrButtonsSDGModelOptions" Me.ucrButtonsSDGModelOptions.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsSDGModelOptions.TabIndex = 2 diff --git a/instat/sdgOneVarCompareModels.Designer.vb b/instat/sdgOneVarCompareModels.Designer.vb index f4f8099211b..aab52b4fae0 100644 --- a/instat/sdgOneVarCompareModels.Designer.vb +++ b/instat/sdgOneVarCompareModels.Designer.vb @@ -58,7 +58,7 @@ Partial Class sdgOneVarCompareModels 'ucrSubBase ' Me.ucrSubBase.AutoSize = True - Me.ucrSubBase.Location = New System.Drawing.Point(76, 186) + Me.ucrSubBase.Location = New System.Drawing.Point(37, 187) Me.ucrSubBase.Name = "ucrSubBase" Me.ucrSubBase.Size = New System.Drawing.Size(224, 30) Me.ucrSubBase.TabIndex = 1 diff --git a/instat/sdgOneVarFitModDisplay.Designer.vb b/instat/sdgOneVarFitModDisplay.Designer.vb index b1a39ce8990..336ed4b1edd 100644 --- a/instat/sdgOneVarFitModDisplay.Designer.vb +++ b/instat/sdgOneVarFitModDisplay.Designer.vb @@ -63,7 +63,7 @@ Partial Class sdgOneVarFitModDisplay 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(80, 212) + Me.ucrBase.Location = New System.Drawing.Point(41, 213) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 1 diff --git a/instat/sdgOneVarFitModel.Designer.vb b/instat/sdgOneVarFitModel.Designer.vb index daef50ed322..7c9b7a2e4f9 100644 --- a/instat/sdgOneVarFitModel.Designer.vb +++ b/instat/sdgOneVarFitModel.Designer.vb @@ -217,7 +217,7 @@ Partial Class sdgOneVarFitModel 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(30, 190) + Me.ucrBase.Location = New System.Drawing.Point(5, 190) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 1 @@ -227,7 +227,7 @@ Partial Class sdgOneVarFitModel Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(209, 225) + Me.ClientSize = New System.Drawing.Size(228, 225) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.tbFittingOptions) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow diff --git a/instat/sdgOneVarGraph.Designer.vb b/instat/sdgOneVarGraph.Designer.vb index ba9611792b1..4d03e651508 100644 --- a/instat/sdgOneVarGraph.Designer.vb +++ b/instat/sdgOneVarGraph.Designer.vb @@ -185,7 +185,7 @@ Partial Class sdgOneVarGraph 'ucrButtonsOneVarGraph ' Me.ucrButtonsOneVarGraph.AutoSize = True - Me.ucrButtonsOneVarGraph.Location = New System.Drawing.Point(45, 181) + Me.ucrButtonsOneVarGraph.Location = New System.Drawing.Point(17, 182) Me.ucrButtonsOneVarGraph.Margin = New System.Windows.Forms.Padding(8, 7, 8, 7) Me.ucrButtonsOneVarGraph.Name = "ucrButtonsOneVarGraph" Me.ucrButtonsOneVarGraph.Size = New System.Drawing.Size(224, 30) diff --git a/instat/sdgOneVarUseModFit.Designer.vb b/instat/sdgOneVarUseModFit.Designer.vb index 83fe97b1eac..2ccb0af7764 100644 --- a/instat/sdgOneVarUseModFit.Designer.vb +++ b/instat/sdgOneVarUseModFit.Designer.vb @@ -375,7 +375,7 @@ Partial Class sdgOneVarUseModFit 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(49, 216) + Me.ucrBase.Location = New System.Drawing.Point(20, 216) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 0 diff --git a/instat/sdgOneWayFrequencies.Designer.vb b/instat/sdgOneWayFrequencies.Designer.vb index 725e2d05a9e..ac9a79f05ba 100644 --- a/instat/sdgOneWayFrequencies.Designer.vb +++ b/instat/sdgOneWayFrequencies.Designer.vb @@ -480,7 +480,7 @@ Partial Class sdgOneWayFrequencies 'ucrBaseOneWayFrequencies ' Me.ucrBaseOneWayFrequencies.AutoSize = True - Me.ucrBaseOneWayFrequencies.Location = New System.Drawing.Point(105, 292) + Me.ucrBaseOneWayFrequencies.Location = New System.Drawing.Point(74, 292) Me.ucrBaseOneWayFrequencies.Name = "ucrBaseOneWayFrequencies" Me.ucrBaseOneWayFrequencies.Size = New System.Drawing.Size(224, 30) Me.ucrBaseOneWayFrequencies.TabIndex = 1 diff --git a/instat/sdgOpenNetCDF.Designer.vb b/instat/sdgOpenNetCDF.Designer.vb index d6e21f98835..50d82772040 100644 --- a/instat/sdgOpenNetCDF.Designer.vb +++ b/instat/sdgOpenNetCDF.Designer.vb @@ -608,7 +608,7 @@ Partial Class sdgOpenNetCDF 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(295, 433) + Me.ucrBase.Location = New System.Drawing.Point(254, 434) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(229, 30) Me.ucrBase.TabIndex = 1 diff --git a/instat/sdgPICSARainfallGraph.Designer.vb b/instat/sdgPICSARainfallGraph.Designer.vb index 869420e4987..93d2929c53b 100644 --- a/instat/sdgPICSARainfallGraph.Designer.vb +++ b/instat/sdgPICSARainfallGraph.Designer.vb @@ -206,7 +206,7 @@ Partial Class sdgPICSARainfallGraph ' Me.lblXTo.AutoSize = True Me.lblXTo.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblXTo.Location = New System.Drawing.Point(248, 24) + Me.lblXTo.Location = New System.Drawing.Point(267, 22) Me.lblXTo.Name = "lblXTo" Me.lblXTo.Size = New System.Drawing.Size(23, 13) Me.lblXTo.TabIndex = 21 @@ -216,7 +216,7 @@ Partial Class sdgPICSARainfallGraph ' Me.lblXFrom.AutoSize = True Me.lblXFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblXFrom.Location = New System.Drawing.Point(122, 24) + Me.lblXFrom.Location = New System.Drawing.Point(144, 22) Me.lblXFrom.Name = "lblXFrom" Me.lblXFrom.Size = New System.Drawing.Size(33, 13) Me.lblXFrom.TabIndex = 20 @@ -226,7 +226,7 @@ Partial Class sdgPICSARainfallGraph ' Me.lblXInStepsOf.AutoSize = True Me.lblXInStepsOf.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblXInStepsOf.Location = New System.Drawing.Point(368, 24) + Me.lblXInStepsOf.Location = New System.Drawing.Point(401, 24) Me.lblXInStepsOf.Name = "lblXInStepsOf" Me.lblXInStepsOf.Size = New System.Drawing.Size(61, 13) Me.lblXInStepsOf.TabIndex = 22 @@ -639,7 +639,7 @@ Partial Class sdgPICSARainfallGraph Me.grpXAxisLabels.Controls.Add(Me.lblXTo) Me.grpXAxisLabels.Location = New System.Drawing.Point(6, 8) Me.grpXAxisLabels.Name = "grpXAxisLabels" - Me.grpXAxisLabels.Size = New System.Drawing.Size(504, 93) + Me.grpXAxisLabels.Size = New System.Drawing.Size(567, 93) Me.grpXAxisLabels.TabIndex = 27 Me.grpXAxisLabels.TabStop = False Me.grpXAxisLabels.Text = "X-Axis" @@ -671,7 +671,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrChkSpecifyXAxisTickMarks.Location = New System.Drawing.Point(6, 22) Me.ucrChkSpecifyXAxisTickMarks.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSpecifyXAxisTickMarks.Name = "ucrChkSpecifyXAxisTickMarks" - Me.ucrChkSpecifyXAxisTickMarks.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSpecifyXAxisTickMarks.Size = New System.Drawing.Size(140, 23) Me.ucrChkSpecifyXAxisTickMarks.TabIndex = 28 ' 'ucrInputXFrom @@ -680,7 +680,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrInputXFrom.AutoSize = True Me.ucrInputXFrom.IsMultiline = False Me.ucrInputXFrom.IsReadOnly = False - Me.ucrInputXFrom.Location = New System.Drawing.Point(160, 21) + Me.ucrInputXFrom.Location = New System.Drawing.Point(187, 21) Me.ucrInputXFrom.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXFrom.Name = "ucrInputXFrom" Me.ucrInputXFrom.Size = New System.Drawing.Size(50, 21) @@ -692,7 +692,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrInputXInStepsOf.AutoSize = True Me.ucrInputXInStepsOf.IsMultiline = False Me.ucrInputXInStepsOf.IsReadOnly = False - Me.ucrInputXInStepsOf.Location = New System.Drawing.Point(433, 21) + Me.ucrInputXInStepsOf.Location = New System.Drawing.Point(506, 21) Me.ucrInputXInStepsOf.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXInStepsOf.Name = "ucrInputXInStepsOf" Me.ucrInputXInStepsOf.Size = New System.Drawing.Size(51, 21) @@ -718,7 +718,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrInputXTo.AutoSize = True Me.ucrInputXTo.IsMultiline = False Me.ucrInputXTo.IsReadOnly = False - Me.ucrInputXTo.Location = New System.Drawing.Point(275, 21) + Me.ucrInputXTo.Location = New System.Drawing.Point(300, 21) Me.ucrInputXTo.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXTo.Name = "ucrInputXTo" Me.ucrInputXTo.Size = New System.Drawing.Size(51, 21) @@ -1299,7 +1299,7 @@ Partial Class sdgPICSARainfallGraph ' Me.lblTercilesLineType.AutoSize = True Me.lblTercilesLineType.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblTercilesLineType.Location = New System.Drawing.Point(307, 148) + Me.lblTercilesLineType.Location = New System.Drawing.Point(370, 144) Me.lblTercilesLineType.Name = "lblTercilesLineType" Me.lblTercilesLineType.Size = New System.Drawing.Size(63, 13) Me.lblTercilesLineType.TabIndex = 14 @@ -1319,7 +1319,7 @@ Partial Class sdgPICSARainfallGraph ' Me.lblMedianLineType.AutoSize = True Me.lblMedianLineType.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblMedianLineType.Location = New System.Drawing.Point(307, 78) + Me.lblMedianLineType.Location = New System.Drawing.Point(370, 78) Me.lblMedianLineType.Name = "lblMedianLineType" Me.lblMedianLineType.Size = New System.Drawing.Size(63, 13) Me.lblMedianLineType.TabIndex = 9 @@ -1339,7 +1339,7 @@ Partial Class sdgPICSARainfallGraph ' Me.lblMeanLineType.AutoSize = True Me.lblMeanLineType.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblMeanLineType.Location = New System.Drawing.Point(307, 13) + Me.lblMeanLineType.Location = New System.Drawing.Point(370, 10) Me.lblMeanLineType.Name = "lblMeanLineType" Me.lblMeanLineType.Size = New System.Drawing.Size(63, 13) Me.lblMeanLineType.TabIndex = 4 @@ -1393,7 +1393,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrInputTercilesLabelType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTercilesLabelType.GetSetSelectedIndex = -1 Me.ucrInputTercilesLabelType.IsReadOnly = False - Me.ucrInputTercilesLabelType.Location = New System.Drawing.Point(426, 144) + Me.ucrInputTercilesLabelType.Location = New System.Drawing.Point(480, 140) Me.ucrInputTercilesLabelType.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputTercilesLabelType.Name = "ucrInputTercilesLabelType" Me.ucrInputTercilesLabelType.Size = New System.Drawing.Size(95, 21) @@ -1417,7 +1417,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrInputMedianLabelType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMedianLabelType.GetSetSelectedIndex = -1 Me.ucrInputMedianLabelType.IsReadOnly = False - Me.ucrInputMedianLabelType.Location = New System.Drawing.Point(426, 74) + Me.ucrInputMedianLabelType.Location = New System.Drawing.Point(476, 70) Me.ucrInputMedianLabelType.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMedianLabelType.Name = "ucrInputMedianLabelType" Me.ucrInputMedianLabelType.Size = New System.Drawing.Size(95, 21) @@ -1439,7 +1439,7 @@ Partial Class sdgPICSARainfallGraph ' Me.ucrChkAddTercilesLabel.AutoSize = True Me.ucrChkAddTercilesLabel.Checked = False - Me.ucrChkAddTercilesLabel.Location = New System.Drawing.Point(132, 144) + Me.ucrChkAddTercilesLabel.Location = New System.Drawing.Point(216, 140) Me.ucrChkAddTercilesLabel.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddTercilesLabel.Name = "ucrChkAddTercilesLabel" Me.ucrChkAddTercilesLabel.Size = New System.Drawing.Size(146, 23) @@ -1449,7 +1449,7 @@ Partial Class sdgPICSARainfallGraph ' Me.ucrChkAddMedianLabel.AutoSize = True Me.ucrChkAddMedianLabel.Checked = False - Me.ucrChkAddMedianLabel.Location = New System.Drawing.Point(132, 75) + Me.ucrChkAddMedianLabel.Location = New System.Drawing.Point(216, 71) Me.ucrChkAddMedianLabel.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddMedianLabel.Name = "ucrChkAddMedianLabel" Me.ucrChkAddMedianLabel.Size = New System.Drawing.Size(146, 23) @@ -1461,7 +1461,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrInputMeanLabelType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMeanLabelType.GetSetSelectedIndex = -1 Me.ucrInputMeanLabelType.IsReadOnly = False - Me.ucrInputMeanLabelType.Location = New System.Drawing.Point(426, 9) + Me.ucrInputMeanLabelType.Location = New System.Drawing.Point(476, 9) Me.ucrInputMeanLabelType.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMeanLabelType.Name = "ucrInputMeanLabelType" Me.ucrInputMeanLabelType.Size = New System.Drawing.Size(95, 21) @@ -1471,17 +1471,17 @@ Partial Class sdgPICSARainfallGraph ' Me.ucrChkAddMean.AutoSize = True Me.ucrChkAddMean.Checked = False - Me.ucrChkAddMean.Location = New System.Drawing.Point(9, 10) + Me.ucrChkAddMean.Location = New System.Drawing.Point(5, 10) Me.ucrChkAddMean.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddMean.Name = "ucrChkAddMean" - Me.ucrChkAddMean.Size = New System.Drawing.Size(119, 23) + Me.ucrChkAddMean.Size = New System.Drawing.Size(204, 23) Me.ucrChkAddMean.TabIndex = 1 ' 'ucrChkAddMeanLabel ' Me.ucrChkAddMeanLabel.AutoSize = True Me.ucrChkAddMeanLabel.Checked = False - Me.ucrChkAddMeanLabel.Location = New System.Drawing.Point(132, 10) + Me.ucrChkAddMeanLabel.Location = New System.Drawing.Point(216, 10) Me.ucrChkAddMeanLabel.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddMeanLabel.Name = "ucrChkAddMeanLabel" Me.ucrChkAddMeanLabel.Size = New System.Drawing.Size(146, 23) @@ -1491,20 +1491,20 @@ Partial Class sdgPICSARainfallGraph ' Me.ucrChkAddMedian.AutoSize = True Me.ucrChkAddMedian.Checked = False - Me.ucrChkAddMedian.Location = New System.Drawing.Point(9, 77) + Me.ucrChkAddMedian.Location = New System.Drawing.Point(5, 74) Me.ucrChkAddMedian.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddMedian.Name = "ucrChkAddMedian" - Me.ucrChkAddMedian.Size = New System.Drawing.Size(119, 23) + Me.ucrChkAddMedian.Size = New System.Drawing.Size(204, 23) Me.ucrChkAddMedian.TabIndex = 1 ' 'ucrChkAddTerciles ' Me.ucrChkAddTerciles.AutoSize = True Me.ucrChkAddTerciles.Checked = False - Me.ucrChkAddTerciles.Location = New System.Drawing.Point(9, 144) + Me.ucrChkAddTerciles.Location = New System.Drawing.Point(9, 138) Me.ucrChkAddTerciles.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddTerciles.Name = "ucrChkAddTerciles" - Me.ucrChkAddTerciles.Size = New System.Drawing.Size(119, 23) + Me.ucrChkAddTerciles.Size = New System.Drawing.Size(200, 23) Me.ucrChkAddTerciles.TabIndex = 1 ' 'tpPanel @@ -1954,7 +1954,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrChkXaxis.Location = New System.Drawing.Point(6, 69) Me.ucrChkXaxis.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkXaxis.Name = "ucrChkXaxis" - Me.ucrChkXaxis.Size = New System.Drawing.Size(100, 23) + Me.ucrChkXaxis.Size = New System.Drawing.Size(130, 23) Me.ucrChkXaxis.TabIndex = 3 ' 'ucrInputYaxisOptions @@ -1976,7 +1976,7 @@ Partial Class sdgPICSARainfallGraph Me.ucrChkYaxis.Location = New System.Drawing.Point(6, 25) Me.ucrChkYaxis.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkYaxis.Name = "ucrChkYaxis" - Me.ucrChkYaxis.Size = New System.Drawing.Size(100, 23) + Me.ucrChkYaxis.Size = New System.Drawing.Size(130, 23) Me.ucrChkYaxis.TabIndex = 0 ' 'tbSlope @@ -2106,7 +2106,7 @@ Partial Class sdgPICSARainfallGraph 'ucrSdgPICSARainfalbuttons ' Me.ucrSdgPICSARainfalbuttons.AutoSize = True - Me.ucrSdgPICSARainfalbuttons.Location = New System.Drawing.Point(217, 338) + Me.ucrSdgPICSARainfalbuttons.Location = New System.Drawing.Point(183, 338) Me.ucrSdgPICSARainfalbuttons.Margin = New System.Windows.Forms.Padding(4) Me.ucrSdgPICSARainfalbuttons.Name = "ucrSdgPICSARainfalbuttons" Me.ucrSdgPICSARainfalbuttons.Size = New System.Drawing.Size(224, 30) diff --git a/instat/sdgPICSARainfallGraph.vb b/instat/sdgPICSARainfallGraph.vb index 2801142a984..db6648e5a70 100644 --- a/instat/sdgPICSARainfallGraph.vb +++ b/instat/sdgPICSARainfallGraph.vb @@ -15,9 +15,9 @@ ' along with this program. If not, see . Imports instat -Imports instat.Translations - -Public Class sdgPICSARainfallGraph +Imports instat.Translations + +Public Class sdgPICSARainfallGraph Private bControlsInitialised As Boolean = False Private clsMutateFunction As New RFunction @@ -33,14 +33,14 @@ Public Class sdgPICSARainfallGraph Private strLowerTercileName As String = ".lower_ter_y" Private strUpperTercileName As String = ".upper_ter_y" - Public clsBaseOperator As ROperator - Public clsPipeOperator As ROperator - Public clsLabsFunction, clsXLabsFunction, clsYLabsFunction As RFunction + Public clsBaseOperator As ROperator + Public clsPipeOperator As ROperator + Public clsLabsFunction, clsXLabsFunction, clsYLabsFunction As RFunction Public clsXScaleContinuousFunction, clsYScaleContinuousFunction As New RFunction Public clsCLimitsYContinuous, clsCLimitsYDate, clsAsDateLimit As New RFunction Public clsXScalecontinuousSeqFunction, clsYScaleContinuousSeqFunction As New RFunction Public clsYScaleDateFunction As New RFunction - Public clsThemeFunction As RFunction + Public clsThemeFunction As RFunction Public dctThemeFunctions As New Dictionary(Of String, RFunction) Private bRCodeSet As Boolean = False Public dctRugSidesX As New Dictionary(Of String, String) @@ -53,6 +53,7 @@ Public Class sdgPICSARainfallGraph Private clsYElementTitle As New RFunction Private clsXElementLabels As New RFunction Private clsYElementLabels As New RFunction + Private clsDummyFunction As New RFunction Private clsElementPanelGridMajor, clsElementPanelGridMinor As New RFunction 'Private clsPnlBackgroundElementRect As New RFunction Private clsPanelBackgroundElementRect As New RFunction @@ -218,15 +219,15 @@ Public Class sdgPICSARainfallGraph ucrPnlYAxisType.AddToLinkedControls(ucrChkSpecifyYAxisTickMarks, {rdoYNumeric}, bNewLinkedHideIfParameterMissing:=True) ucrPnlYAxisType.AddToLinkedControls(ucrInputDateDisplayFormat, {rdoYDate}, bNewLinkedHideIfParameterMissing:=True, bNewLinkedChangeToDefaultState:=True, objNewDefaultState:="Day Month (1 Jan)") - ucrPnlYAxisType.AddToLinkedControls(ucrChkSpecifyDateBreaks, {rdoYDate}, bNewLinkedHideIfParameterMissing:=True) + ucrPnlYAxisType.AddToLinkedControls(ucrChkSpecifyDateBreaks, {rdoYDate}, bNewLinkedHideIfParameterMissing:=True) ucrPnlYAxisType.AddToLinkedControls(ucrInputStartMonth, {rdoYDate}, bNewLinkedHideIfParameterMissing:=True) 'TODO controls not yet implemented ucrPnlYAxisType.AddToLinkedControls(ucrInputYSpecifyLowerLimitDateMonth, {rdoYDate}, bNewLinkedHideIfParameterMissing:=True) ucrPnlYAxisType.AddToLinkedControls(ucrInputYSpecifyUpperLimitDateMonth, {rdoYDate}, bNewLinkedHideIfParameterMissing:=True) ucrChkYSpecifyLowerLimit.SetText("Specify Lower Limit") - ucrChkYSpecifyLowerLimit.AddParameterValuesCondition(True, "lowerlimit", "NA", False) - ucrChkYSpecifyLowerLimit.AddParameterValuesCondition(False, "lowerlimit", "NA", True) + ucrChkYSpecifyLowerLimit.SetParameter(New RParameter("lower_limit", iNewPosition:=0)) + ucrChkYSpecifyLowerLimit.SetValuesCheckedAndUnchecked("TRUE", "FALSE") ucrChkYSpecifyLowerLimit.AddToLinkedControls(ucrInputYSpecifyLowerLimitNumeric, {True}, bNewLinkedHideIfParameterMissing:=True) ucrInputYSpecifyLowerLimitNumeric.SetParameter(New RParameter("lowerlimit", 0)) @@ -235,8 +236,8 @@ Public Class sdgPICSARainfallGraph ucrInputYSpecifyLowerLimitNumeric.AddQuotesIfUnrecognised = False ucrChkYSpecifyUpperLimit.SetText("Specify Upper Limit") - ucrChkYSpecifyUpperLimit.AddParameterValuesCondition(True, "upperlimit", "NA", False) - ucrChkYSpecifyUpperLimit.AddParameterValuesCondition(False, "upperlimit", "NA", True) + ucrChkYSpecifyUpperLimit.SetParameter(New RParameter("upper_limit", iNewPosition:=1)) + ucrChkYSpecifyUpperLimit.SetValuesCheckedAndUnchecked("TRUE", "FALSE") ucrChkYSpecifyUpperLimit.AddToLinkedControls(ucrInputYSpecifyUpperLimitNumeric, {True}, bNewLinkedHideIfParameterMissing:=True) ucrInputYSpecifyUpperLimitNumeric.SetParameter(New RParameter("upperlimit", 1)) @@ -246,7 +247,7 @@ Public Class sdgPICSARainfallGraph ucrChkSpecifyYAxisTickMarks.SetText("Specify Breaks") ucrChkSpecifyYAxisTickMarks.SetParameter(New RParameter("breaks", 1), bNewChangeParameterValue:=False, bNewAddRemoveParameter:=True) - ucrChkSpecifyYAxisTickMarks.AddToLinkedControls({ucrInputYFrom, ucrInputYTo, ucrInputYInStepsOf}, {True}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) + ucrChkSpecifyYAxisTickMarks.AddToLinkedControls({ucrInputYFrom, ucrInputYTo, ucrInputYInStepsOf}, {True}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) ucrInputYFrom.SetParameter(New RParameter("from")) ucrInputYFrom.SetValidationTypeAsNumeric() @@ -292,17 +293,17 @@ Public Class sdgPICSARainfallGraph ucrInputStartMonth.SetLinkedDisplayControl(lblStartMonth) ucrChkYAxisAngle.AddToLinkedControls(ucrNudYAxisAngle, {True}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) - ucrChkYAxisLabelSize.AddToLinkedControls(ucrNudYAxisLabelSize, {True}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) - ucrInputYFrom.SetLinkedDisplayControl(lblYFrom) - ucrInputYTo.SetLinkedDisplayControl(lblYTo) + ucrChkYAxisLabelSize.AddToLinkedControls(ucrNudYAxisLabelSize, {True}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) + ucrInputYFrom.SetLinkedDisplayControl(lblYFrom) + ucrInputYTo.SetLinkedDisplayControl(lblYTo) ucrInputYInStepsOf.SetLinkedDisplayControl(lblYInStepsOf) - - ucrChkXAxisAngle.AddToLinkedControls(ucrNudXAxisAngle, {True}, bNewLinkedHideIfParameterMissing:=True) + + ucrChkXAxisAngle.AddToLinkedControls(ucrNudXAxisAngle, {True}, bNewLinkedHideIfParameterMissing:=True) ucrChkXAxisLabelSize.AddToLinkedControls(ucrNudXaxisLabelSize, {True}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) - - ucrChkSpecifyXAxisTickMarks.AddToLinkedControls({ucrInputXFrom, ucrInputXTo, ucrInputXInStepsOf}, {True}, bNewLinkedHideIfParameterMissing:=True) - ucrInputXFrom.SetLinkedDisplayControl(lblXFrom) - ucrInputXTo.SetLinkedDisplayControl(lblXTo) + + ucrChkSpecifyXAxisTickMarks.AddToLinkedControls({ucrInputXFrom, ucrInputXTo, ucrInputXInStepsOf}, {True}, bNewLinkedHideIfParameterMissing:=True) + ucrInputXFrom.SetLinkedDisplayControl(lblXFrom) + ucrInputXTo.SetLinkedDisplayControl(lblXTo) ucrInputXInStepsOf.SetLinkedDisplayControl(lblXInStepsOf) 'Dates limits @@ -339,8 +340,8 @@ Public Class sdgPICSARainfallGraph UcrChkPnlBackgroundLineType.SetParameter(New RParameter("linetype"), bNewChangeParameterValue:=False, bNewAddRemoveParameter:=True) UcrInputPnlBackgroundLinetype.SetParameter(New RParameter("linetype")) UcrInputPnlBackgroundLinetype.SetItems(New Dictionary(Of String, String)(GgplotDefaults.dctLineType)) - UcrInputPnlBackgroundLinetype.SetDropDownStyleAsNonEditable() - + UcrInputPnlBackgroundLinetype.SetDropDownStyleAsNonEditable() + UcrChkPnlBackgroundSize.SetText("Size") UcrChkPnlBackgroundSize.SetParameter(New RParameter("size"), bNewChangeParameterValue:=False, bNewAddRemoveParameter:=True) ucrNudYAxisTitleSize.SetParameter(New RParameter("size")) @@ -424,16 +425,15 @@ Public Class sdgPICSARainfallGraph ucrChkBorderLineType.AddToLinkedControls(ucrInputBorderLinetype, {True}, bNewLinkedHideIfParameterMissing:=True, bNewLinkedChangeToDefaultState:=True, objNewDefaultState:="Solid") UcrChkBorderSize.AddToLinkedControls(ucrNudBorderSize, {True}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True) - ' Line tab ' Mean Line - ucrChkAddMean.SetText("Add Mean Line") - ucrChkAddMean.AddParameterPresentCondition(True, "hlinemean", True) - ucrChkAddMean.AddParameterPresentCondition(False, "hlinemean", False) + ucrChkAddMean.SetText("Add Mean Line") + ucrChkAddMean.AddParameterPresentCondition(True, "hlinemean", True) + ucrChkAddMean.AddParameterPresentCondition(False, "hlinemean", False) ucrChkAddMean.AddToLinkedControls(ucrChkAddMeanLabel, {True}, bNewLinkedHideIfParameterMissing:=True) ucrChkAddMeanLabel.SetText("Add Label") - ucrChkAddMeanLabel.AddParameterPresentCondition(True, "annotate_mean", True) + ucrChkAddMeanLabel.AddParameterPresentCondition(True, "annotate_mean", True) ucrChkAddMeanLabel.AddParameterPresentCondition(False, "annotate_mean", False) ucrChkAddMeanLabel.AddToLinkedControls(ucrInputMeanLabelType, {True}, bNewLinkedHideIfParameterMissing:=True) ucrChkAddMeanLabel.AddToLinkedControls(ucrInputMeanLineLabelText, {True}, bNewLinkedHideIfParameterMissing:=True) @@ -449,8 +449,8 @@ Public Class sdgPICSARainfallGraph ucrInputMeanLineLabelText.SetParameter(New RParameter("0", 0, bNewIncludeArgumentName:=False)) ucrChkMeanLineLabelIncludeValue.SetText("Include value after label") - ucrChkMeanLineLabelIncludeValue.AddParameterPresentCondition(True, "1", True) - ucrChkMeanLineLabelIncludeValue.AddParameterPresentCondition(False, "1", False) + ucrChkMeanLineLabelIncludeValue.AddParameterPresentCondition(True, "1", True) + ucrChkMeanLineLabelIncludeValue.AddParameterPresentCondition(False, "1", False) 'Line Equation ucrChkRegEquation.SetText("Regression Line Equation") @@ -506,12 +506,12 @@ Public Class sdgPICSARainfallGraph ' Median Line ucrChkAddMedian.SetText("Add Median Line") - ucrChkAddMedian.AddParameterPresentCondition(True, "hlinemedian", True) - ucrChkAddMedian.AddParameterPresentCondition(False, "hlinemedian", False) + ucrChkAddMedian.AddParameterPresentCondition(True, "hlinemedian", True) + ucrChkAddMedian.AddParameterPresentCondition(False, "hlinemedian", False) ucrChkAddMedian.AddToLinkedControls(ucrChkAddMedianLabel, {True}, bNewLinkedHideIfParameterMissing:=True) ucrChkAddMedianLabel.SetText("Add Label") - ucrChkAddMedianLabel.AddParameterPresentCondition(True, "annotate_median", True) + ucrChkAddMedianLabel.AddParameterPresentCondition(True, "annotate_median", True) ucrChkAddMedianLabel.AddParameterPresentCondition(False, "annotate_median", False) ucrChkAddMedianLabel.AddToLinkedControls(ucrInputMedianLabelType, {True}, bNewLinkedHideIfParameterMissing:=True) ucrChkAddMedianLabel.AddToLinkedControls(ucrInputMedianLineLabelText, {True}, bNewLinkedHideIfParameterMissing:=True) @@ -527,17 +527,17 @@ Public Class sdgPICSARainfallGraph ucrInputMedianLineLabelText.SetParameter(New RParameter("0", 0, bNewIncludeArgumentName:=False)) ucrChkMedianLineLabelIncludeValue.SetText("Include value after label") - ucrChkMedianLineLabelIncludeValue.AddParameterPresentCondition(True, "1", True) - ucrChkMedianLineLabelIncludeValue.AddParameterPresentCondition(False, "1", False) + ucrChkMedianLineLabelIncludeValue.AddParameterPresentCondition(True, "1", True) + ucrChkMedianLineLabelIncludeValue.AddParameterPresentCondition(False, "1", False) ' Tercile Lines ucrChkAddTerciles.SetText("Add Tercile Lines") - ucrChkAddTerciles.AddParameterPresentCondition(True, "hlinelowertercile", True) - ucrChkAddTerciles.AddParameterPresentCondition(False, "hlinelowertercile", False) + ucrChkAddTerciles.AddParameterPresentCondition(True, "hlinelowertercile", True) + ucrChkAddTerciles.AddParameterPresentCondition(False, "hlinelowertercile", False) ucrChkAddTerciles.AddToLinkedControls(ucrChkAddTercilesLabel, {True}, bNewLinkedHideIfParameterMissing:=True) ucrChkAddTercilesLabel.SetText("Add Labels") - ucrChkAddTercilesLabel.AddParameterPresentCondition(True, "annotate_lower_tercile", True) + ucrChkAddTercilesLabel.AddParameterPresentCondition(True, "annotate_lower_tercile", True) ucrChkAddTercilesLabel.AddParameterPresentCondition(False, "annotate_lower_tercile", False) ucrChkAddTercilesLabel.AddToLinkedControls(ucrInputTercilesLabelType, {True}, bNewLinkedHideIfParameterMissing:=True) ucrChkAddTercilesLabel.AddToLinkedControls(ucrInputTercilesLineLabelTextLower, {True}, bNewLinkedHideIfParameterMissing:=True) @@ -557,7 +557,7 @@ Public Class sdgPICSARainfallGraph ucrInputTercilesLineLabelTextUpper.SetParameter(New RParameter("0", 0, bNewIncludeArgumentName:=False)) ucrChkTercilesLineLabelIncludeValue.SetText("Include value after label") - ucrChkTercilesLineLabelIncludeValue.AddParameterPresentCondition(True, "1", True) + ucrChkTercilesLineLabelIncludeValue.AddParameterPresentCondition(True, "1", True) ucrChkTercilesLineLabelIncludeValue.AddParameterPresentCondition(False, "1", False) 'H Line Format @@ -640,9 +640,9 @@ Public Class sdgPICSARainfallGraph ucrInputXaxisOptions.AddFunctionNamesCondition("Bottom", "geom_rug") ucrInputXaxisOptions.AddFunctionNamesCondition("Both", "geom_rug") ttPICSARainfallGraph.SetToolTip(ucrInputGraphcCaption.txtInput, "Type \n where you would like a new-line") - bControlsInitialised = True - End Sub - + bControlsInitialised = True + End Sub + Public Sub SetRCode(clsNewOperator As ROperator, clsNewPipeOperator As ROperator, Optional clsNewLabsFunction As RFunction = Nothing, Optional clsNewXLabsFunction As RFunction = Nothing, Optional clsNewYLabsFunction As RFunction = Nothing, Optional clsNewXScaleContinuousFunction As RFunction = Nothing, Optional clsNewYScaleContinuousFunction As RFunction = Nothing, @@ -662,19 +662,22 @@ Public Class sdgPICSARainfallGraph Optional clsNewLowerTercileFunction As RFunction = Nothing, Optional clsNewStatRegEquation As RFunction = Nothing, Optional clsNewStatsCorFunction As RFunction = Nothing, Optional clsNewUpperTercileFunction As RFunction = Nothing, Optional clsNewAsDateMeanY As RFunction = Nothing, Optional clsNewAsDateMedianY As RFunction = Nothing, Optional clsNewAsDateLowerTercileY As RFunction = Nothing, Optional clsNewAsDateUpperTercileY As RFunction = Nothing, Optional clsNewFormatMeanY As RFunction = Nothing, - Optional clsNewFormatMedianY As RFunction = Nothing, Optional clsNewFormatLowerTercileY As RFunction = Nothing, Optional clsNewFormatUpperTercileY As RFunction = Nothing, Optional bReset As Boolean = False) + Optional clsNewFormatMedianY As RFunction = Nothing, Optional clsNewFormatLowerTercileY As RFunction = Nothing, + Optional clsNewFormatUpperTercileY As RFunction = Nothing, Optional clsNewDummyFunction As RFunction = Nothing, Optional bReset As Boolean = False) Dim clsCLimitsY As RFunction bRCodeSet = False clsBaseOperator = clsNewOperator clsPipeOperator = clsNewPipeOperator - If Not bControlsInitialised Then - InitialiseControls() + If Not bControlsInitialised Then + InitialiseControls() End If 'themes function clsThemeFunction = clsNewThemeFunction + clsDummyFunction = clsNewDummyFunction + clsMutateFunction = clsNewMutateFunction clsMeanFunction = clsNewMeanFunction clsMedianFunction = clsNewMedianFunction @@ -849,9 +852,9 @@ Public Class sdgPICSARainfallGraph Else clsCLimitsY = clsCLimitsYContinuous End If - ucrChkYSpecifyLowerLimit.SetRCode(clsCLimitsY, bReset, bCloneIfNeeded:=True) + ucrChkYSpecifyLowerLimit.SetRCode(clsDummyFunction, bReset, bCloneIfNeeded:=True) ucrInputYSpecifyLowerLimitNumeric.SetRCode(clsCLimitsYContinuous, bReset, bCloneIfNeeded:=True) - ucrChkYSpecifyUpperLimit.SetRCode(clsCLimitsY, bReset, bCloneIfNeeded:=True) + ucrChkYSpecifyUpperLimit.SetRCode(clsDummyFunction, bReset, bCloneIfNeeded:=True) ucrInputYSpecifyUpperLimitNumeric.SetRCode(clsCLimitsYContinuous, bReset, bCloneIfNeeded:=True) ucrChkSpecifyXAxisTickMarks.SetRCode(clsXScaleContinuousFunction, bReset, bCloneIfNeeded:=True) diff --git a/instat/sdgParallelPlots.Designer.vb b/instat/sdgParallelPlots.Designer.vb index c0c9c500d09..db8856c9d02 100644 --- a/instat/sdgParallelPlots.Designer.vb +++ b/instat/sdgParallelPlots.Designer.vb @@ -32,7 +32,7 @@ Partial Class sdgParallelPlots 'ucrBaseSdgParallelPlot ' Me.ucrBaseSdgParallelPlot.AutoSize = True - Me.ucrBaseSdgParallelPlot.Location = New System.Drawing.Point(29, 89) + Me.ucrBaseSdgParallelPlot.Location = New System.Drawing.Point(1, 89) Me.ucrBaseSdgParallelPlot.Name = "ucrBaseSdgParallelPlot" Me.ucrBaseSdgParallelPlot.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSdgParallelPlot.TabIndex = 4 diff --git a/instat/sdgPlotRegion.Designer.vb b/instat/sdgPlotRegion.Designer.vb index 9b7ad08224d..bc88017ca95 100644 --- a/instat/sdgPlotRegion.Designer.vb +++ b/instat/sdgPlotRegion.Designer.vb @@ -605,7 +605,7 @@ Partial Class sdgPlotRegion 'ucrButtonsSdgPlotRegion ' Me.ucrButtonsSdgPlotRegion.AutoSize = True - Me.ucrButtonsSdgPlotRegion.Location = New System.Drawing.Point(86, 460) + Me.ucrButtonsSdgPlotRegion.Location = New System.Drawing.Point(57, 460) Me.ucrButtonsSdgPlotRegion.Name = "ucrButtonsSdgPlotRegion" Me.ucrButtonsSdgPlotRegion.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsSdgPlotRegion.TabIndex = 0 diff --git a/instat/sdgPlots.Designer.vb b/instat/sdgPlots.Designer.vb index 439afce6f34..7f4747ba051 100644 --- a/instat/sdgPlots.Designer.vb +++ b/instat/sdgPlots.Designer.vb @@ -249,7 +249,7 @@ Partial Class sdgPlots Me.ucrChkDrop.Checked = False Me.ucrChkDrop.Location = New System.Drawing.Point(273, 269) Me.ucrChkDrop.Name = "ucrChkDrop" - Me.ucrChkDrop.Size = New System.Drawing.Size(156, 23) + Me.ucrChkDrop.Size = New System.Drawing.Size(257, 23) Me.ucrChkDrop.TabIndex = 11 ' 'ucrNudNumberofRows @@ -289,7 +289,7 @@ Partial Class sdgPlots Me.ucrChkLabeler.Checked = False Me.ucrChkLabeler.Location = New System.Drawing.Point(273, 245) Me.ucrChkLabeler.Name = "ucrChkLabeler" - Me.ucrChkLabeler.Size = New System.Drawing.Size(220, 23) + Me.ucrChkLabeler.Size = New System.Drawing.Size(257, 23) Me.ucrChkLabeler.TabIndex = 10 ' 'ucrChkFreeSpace @@ -298,7 +298,7 @@ Partial Class sdgPlots Me.ucrChkFreeSpace.Checked = False Me.ucrChkFreeSpace.Location = New System.Drawing.Point(273, 221) Me.ucrChkFreeSpace.Name = "ucrChkFreeSpace" - Me.ucrChkFreeSpace.Size = New System.Drawing.Size(100, 23) + Me.ucrChkFreeSpace.Size = New System.Drawing.Size(257, 23) Me.ucrChkFreeSpace.TabIndex = 9 ' 'ucrChkFreeScalesY @@ -307,7 +307,7 @@ Partial Class sdgPlots Me.ucrChkFreeScalesY.Checked = False Me.ucrChkFreeScalesY.Location = New System.Drawing.Point(273, 197) Me.ucrChkFreeScalesY.Name = "ucrChkFreeScalesY" - Me.ucrChkFreeScalesY.Size = New System.Drawing.Size(100, 23) + Me.ucrChkFreeScalesY.Size = New System.Drawing.Size(257, 23) Me.ucrChkFreeScalesY.TabIndex = 8 ' 'ucrChkFreeScalesX @@ -316,7 +316,7 @@ Partial Class sdgPlots Me.ucrChkFreeScalesX.Checked = False Me.ucrChkFreeScalesX.Location = New System.Drawing.Point(273, 173) Me.ucrChkFreeScalesX.Name = "ucrChkFreeScalesX" - Me.ucrChkFreeScalesX.Size = New System.Drawing.Size(100, 23) + Me.ucrChkFreeScalesX.Size = New System.Drawing.Size(257, 23) Me.ucrChkFreeScalesX.TabIndex = 7 ' 'ucrChkMargin @@ -325,7 +325,7 @@ Partial Class sdgPlots Me.ucrChkMargin.Checked = False Me.ucrChkMargin.Location = New System.Drawing.Point(273, 149) Me.ucrChkMargin.Name = "ucrChkMargin" - Me.ucrChkMargin.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMargin.Size = New System.Drawing.Size(257, 23) Me.ucrChkMargin.TabIndex = 6 ' 'ucrFacetSelector @@ -1018,7 +1018,7 @@ Partial Class sdgPlots Me.grpColourScale.Controls.Add(Me.lblColourScaleTransparency) Me.grpColourScale.Location = New System.Drawing.Point(13, 236) Me.grpColourScale.Name = "grpColourScale" - Me.grpColourScale.Size = New System.Drawing.Size(444, 171) + Me.grpColourScale.Size = New System.Drawing.Size(444, 181) Me.grpColourScale.TabIndex = 25 Me.grpColourScale.TabStop = False Me.grpColourScale.Text = "Colour Scale" @@ -1086,7 +1086,7 @@ Partial Class sdgPlots ' Me.ucrChkColourScaleReverseOrder.AutoSize = True Me.ucrChkColourScaleReverseOrder.Checked = False - Me.ucrChkColourScaleReverseOrder.Location = New System.Drawing.Point(7, 145) + Me.ucrChkColourScaleReverseOrder.Location = New System.Drawing.Point(6, 152) Me.ucrChkColourScaleReverseOrder.Name = "ucrChkColourScaleReverseOrder" Me.ucrChkColourScaleReverseOrder.Size = New System.Drawing.Size(352, 23) Me.ucrChkColourScaleReverseOrder.TabIndex = 5 @@ -1145,7 +1145,7 @@ Partial Class sdgPlots Me.grpFillScale.Controls.Add(Me.lblFillScaleTransparency) Me.grpFillScale.Location = New System.Drawing.Point(13, 30) Me.grpFillScale.Name = "grpFillScale" - Me.grpFillScale.Size = New System.Drawing.Size(444, 163) + Me.grpFillScale.Size = New System.Drawing.Size(444, 174) Me.grpFillScale.TabIndex = 23 Me.grpFillScale.TabStop = False Me.grpFillScale.Text = "Fill Scale" @@ -1213,7 +1213,7 @@ Partial Class sdgPlots ' Me.ucrChkFillScaleReverseColourOrder.AutoSize = True Me.ucrChkFillScaleReverseColourOrder.Checked = False - Me.ucrChkFillScaleReverseColourOrder.Location = New System.Drawing.Point(7, 139) + Me.ucrChkFillScaleReverseColourOrder.Location = New System.Drawing.Point(7, 145) Me.ucrChkFillScaleReverseColourOrder.Name = "ucrChkFillScaleReverseColourOrder" Me.ucrChkFillScaleReverseColourOrder.Size = New System.Drawing.Size(352, 23) Me.ucrChkFillScaleReverseColourOrder.TabIndex = 5 @@ -1814,7 +1814,7 @@ Partial Class sdgPlots 'ucrBaseSubdialog ' Me.ucrBaseSubdialog.AutoSize = True - Me.ucrBaseSubdialog.Location = New System.Drawing.Point(249, 470) + Me.ucrBaseSubdialog.Location = New System.Drawing.Point(232, 470) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 29) Me.ucrBaseSubdialog.TabIndex = 1 diff --git a/instat/sdgPrincipalComponentAnalysis.Designer.vb b/instat/sdgPrincipalComponentAnalysis.Designer.vb index 673c831ae9b..95cfee6f4ed 100644 --- a/instat/sdgPrincipalComponentAnalysis.Designer.vb +++ b/instat/sdgPrincipalComponentAnalysis.Designer.vb @@ -550,7 +550,7 @@ Partial Class sdgPrincipalComponentAnalysis 'ucrSdgButtons ' Me.ucrSdgButtons.AutoSize = True - Me.ucrSdgButtons.Location = New System.Drawing.Point(130, 385) + Me.ucrSdgButtons.Location = New System.Drawing.Point(97, 385) Me.ucrSdgButtons.Name = "ucrSdgButtons" Me.ucrSdgButtons.Size = New System.Drawing.Size(224, 30) Me.ucrSdgButtons.TabIndex = 1 diff --git a/instat/sdgProportionsPercentages.Designer.vb b/instat/sdgProportionsPercentages.Designer.vb index 3ccbc8f8939..911d5005c12 100644 --- a/instat/sdgProportionsPercentages.Designer.vb +++ b/instat/sdgProportionsPercentages.Designer.vb @@ -164,7 +164,7 @@ Partial Class sdgProportionsPercentages 'ucrButtonsProportionsPercentiles ' Me.ucrButtonsProportionsPercentiles.AutoSize = True - Me.ucrButtonsProportionsPercentiles.Location = New System.Drawing.Point(124, 368) + Me.ucrButtonsProportionsPercentiles.Location = New System.Drawing.Point(101, 368) Me.ucrButtonsProportionsPercentiles.Name = "ucrButtonsProportionsPercentiles" Me.ucrButtonsProportionsPercentiles.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsProportionsPercentiles.TabIndex = 13 diff --git a/instat/sdgRestrict.Designer.vb b/instat/sdgRestrict.Designer.vb index 0f61759c73b..b0c7e4fde81 100644 --- a/instat/sdgRestrict.Designer.vb +++ b/instat/sdgRestrict.Designer.vb @@ -60,7 +60,7 @@ Partial Class sdgRestrict 'ucrSubDialogBase ' Me.ucrSubDialogBase.AutoSize = True - Me.ucrSubDialogBase.Location = New System.Drawing.Point(48, 259) + Me.ucrSubDialogBase.Location = New System.Drawing.Point(73, 259) Me.ucrSubDialogBase.Name = "ucrSubDialogBase" Me.ucrSubDialogBase.Size = New System.Drawing.Size(225, 30) Me.ucrSubDialogBase.TabIndex = 1 diff --git a/instat/sdgSaveColumnPosition.Designer.vb b/instat/sdgSaveColumnPosition.Designer.vb index 1795803b9be..e35fafebcda 100644 --- a/instat/sdgSaveColumnPosition.Designer.vb +++ b/instat/sdgSaveColumnPosition.Designer.vb @@ -143,7 +143,7 @@ Partial Class sdgSaveColumnPosition 'ucrBaseSubdialog ' Me.ucrBaseSubdialog.AutoSize = True - Me.ucrBaseSubdialog.Location = New System.Drawing.Point(103, 270) + Me.ucrBaseSubdialog.Location = New System.Drawing.Point(67, 272) Me.ucrBaseSubdialog.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 30) diff --git a/instat/sdgSelectMonth.Designer.vb b/instat/sdgSelectMonth.Designer.vb index 4c70c167533..b4e015fe701 100644 --- a/instat/sdgSelectMonth.Designer.vb +++ b/instat/sdgSelectMonth.Designer.vb @@ -49,7 +49,7 @@ Partial Class sdgSelectMonth 'ucrBaseSdg ' Me.ucrBaseSdg.AutoSize = True - Me.ucrBaseSdg.Location = New System.Drawing.Point(53, 265) + Me.ucrBaseSdg.Location = New System.Drawing.Point(19, 267) Me.ucrBaseSdg.Name = "ucrBaseSdg" Me.ucrBaseSdg.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSdg.TabIndex = 0 diff --git a/instat/sdgSimpleRegOptions.Designer.vb b/instat/sdgSimpleRegOptions.Designer.vb index cb335830dbf..a57dfb3c30e 100644 --- a/instat/sdgSimpleRegOptions.Designer.vb +++ b/instat/sdgSimpleRegOptions.Designer.vb @@ -613,7 +613,7 @@ Partial Class sdgSimpleRegOptions 'ucrSdgButtons ' Me.ucrSdgButtons.AutoSize = True - Me.ucrSdgButtons.Location = New System.Drawing.Point(106, 347) + Me.ucrSdgButtons.Location = New System.Drawing.Point(66, 347) Me.ucrSdgButtons.Name = "ucrSdgButtons" Me.ucrSdgButtons.Size = New System.Drawing.Size(224, 30) Me.ucrSdgButtons.TabIndex = 1 diff --git a/instat/sdgSummaries.Designer.vb b/instat/sdgSummaries.Designer.vb index 51048f5410b..4f4783b907f 100644 --- a/instat/sdgSummaries.Designer.vb +++ b/instat/sdgSummaries.Designer.vb @@ -1559,7 +1559,7 @@ Partial Class sdgSummaries 'ucrButtonsSummaries ' Me.ucrButtonsSummaries.AutoSize = True - Me.ucrButtonsSummaries.Location = New System.Drawing.Point(139, 418) + Me.ucrButtonsSummaries.Location = New System.Drawing.Point(100, 418) Me.ucrButtonsSummaries.Margin = New System.Windows.Forms.Padding(4) Me.ucrButtonsSummaries.Name = "ucrButtonsSummaries" Me.ucrButtonsSummaries.Size = New System.Drawing.Size(224, 31) diff --git a/instat/sdgThemes.Designer.vb b/instat/sdgThemes.Designer.vb index d79a4e3a055..0347fc7bcaf 100644 --- a/instat/sdgThemes.Designer.vb +++ b/instat/sdgThemes.Designer.vb @@ -172,7 +172,7 @@ Partial Class sdgThemes 'ucrBaseSubdialogue ' Me.ucrBaseSubdialogue.AutoSize = True - Me.ucrBaseSubdialogue.Location = New System.Drawing.Point(344, 621) + Me.ucrBaseSubdialogue.Location = New System.Drawing.Point(306, 621) Me.ucrBaseSubdialogue.Name = "ucrBaseSubdialogue" Me.ucrBaseSubdialogue.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSubdialogue.TabIndex = 1 diff --git a/instat/sdgThemesSub.Designer.vb b/instat/sdgThemesSub.Designer.vb index 0042a9eb6f9..826a71d25f8 100644 --- a/instat/sdgThemesSub.Designer.vb +++ b/instat/sdgThemesSub.Designer.vb @@ -424,7 +424,7 @@ Partial Class sdgThemesSub 'ucrBaseSubdialog ' Me.ucrBaseSubdialog.AutoSize = True - Me.ucrBaseSubdialog.Location = New System.Drawing.Point(182, 494) + Me.ucrBaseSubdialog.Location = New System.Drawing.Point(160, 495) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSubdialog.TabIndex = 2 diff --git a/instat/sdgTimeSeries.Designer.vb b/instat/sdgTimeSeries.Designer.vb index 27ef82a3846..3f74695866c 100644 --- a/instat/sdgTimeSeries.Designer.vb +++ b/instat/sdgTimeSeries.Designer.vb @@ -182,7 +182,7 @@ Partial Class sdgTimeSeries 'ucrButtonsSummaries ' Me.ucrButtonsSummaries.AutoSize = True - Me.ucrButtonsSummaries.Location = New System.Drawing.Point(87, 312) + Me.ucrButtonsSummaries.Location = New System.Drawing.Point(52, 312) Me.ucrButtonsSummaries.Margin = New System.Windows.Forms.Padding(4) Me.ucrButtonsSummaries.Name = "ucrButtonsSummaries" Me.ucrButtonsSummaries.Size = New System.Drawing.Size(224, 31) diff --git a/instat/sdgTwoWayFrequencies.Designer.vb b/instat/sdgTwoWayFrequencies.Designer.vb index b092c548c0c..e37eaccb0e8 100644 --- a/instat/sdgTwoWayFrequencies.Designer.vb +++ b/instat/sdgTwoWayFrequencies.Designer.vb @@ -43,32 +43,32 @@ Partial Class sdgTwoWayFrequencies Me.tbpTable = New System.Windows.Forms.TabPage() Me.grpTableOptions = New System.Windows.Forms.GroupBox() Me.lblNumberOfDecimals = New System.Windows.Forms.Label() - Me.lblGraphTitle = New System.Windows.Forms.Label() - Me.tbpGraph = New System.Windows.Forms.TabPage() - Me.grpGraphOptions = New System.Windows.Forms.GroupBox() - Me.lblTitle = New System.Windows.Forms.Label() - Me.lblHjust = New System.Windows.Forms.Label() - Me.lblVjust = New System.Windows.Forms.Label() - Me.grpGraphType = New System.Windows.Forms.GroupBox() - Me.rdoLineGraph = New System.Windows.Forms.RadioButton() - Me.rdoViolinPlot = New System.Windows.Forms.RadioButton() - Me.rdoBoxPlot = New System.Windows.Forms.RadioButton() - Me.rdoDot = New System.Windows.Forms.RadioButton() - Me.rdoBar = New System.Windows.Forms.RadioButton() Me.ucrNudDecimalPlaces = New instat.ucrNud() + Me.lblGraphTitle = New System.Windows.Forms.Label() Me.ucrInputTableTitle = New instat.ucrInputTextBox() Me.ucrChkTotalColumnName = New instat.ucrCheck() Me.ucrInputTotalsName = New instat.ucrInputTextBox() Me.ucrChkMissingValues = New instat.ucrCheck() Me.ucrChkBackgroundColour = New instat.ucrCheck() Me.ucrChkShowSummary = New instat.ucrCheck() + Me.tbpGraph = New System.Windows.Forms.TabPage() + Me.grpGraphOptions = New System.Windows.Forms.GroupBox() Me.ucrChkStack = New instat.ucrCheck() + Me.lblTitle = New System.Windows.Forms.Label() + Me.lblHjust = New System.Windows.Forms.Label() + Me.lblVjust = New System.Windows.Forms.Label() Me.ucrInputGraphTitle = New instat.ucrInputTextBox() Me.ucrInputHorizontalLabels = New instat.ucrInputComboBox() Me.ucrInputVerticalLabels = New instat.ucrInputComboBox() Me.ucrChkShowModelSummary = New instat.ucrCheck() Me.ucrChkShowPercentage = New instat.ucrCheck() Me.ucrChkShowCount = New instat.ucrCheck() + Me.rdoViolinPlot = New System.Windows.Forms.RadioButton() + Me.grpGraphType = New System.Windows.Forms.GroupBox() + Me.rdoLineGraph = New System.Windows.Forms.RadioButton() + Me.rdoBoxPlot = New System.Windows.Forms.RadioButton() + Me.rdoDot = New System.Windows.Forms.RadioButton() + Me.rdoBar = New System.Windows.Forms.RadioButton() Me.ucrPnlGraphType = New instat.UcrPanel() Me.ucrBaseSubDialogue = New instat.ucrButtonsSubdialogue() Me.tbpTwoWayFrequencies.SuspendLayout() @@ -114,97 +114,6 @@ Partial Class sdgTwoWayFrequencies resources.ApplyResources(Me.lblNumberOfDecimals, "lblNumberOfDecimals") Me.lblNumberOfDecimals.Name = "lblNumberOfDecimals" ' - 'lblGraphTitle - ' - resources.ApplyResources(Me.lblGraphTitle, "lblGraphTitle") - Me.lblGraphTitle.Name = "lblGraphTitle" - ' - 'tbpGraph - ' - Me.tbpGraph.Controls.Add(Me.grpGraphOptions) - Me.tbpGraph.Controls.Add(Me.rdoViolinPlot) - Me.tbpGraph.Controls.Add(Me.grpGraphType) - resources.ApplyResources(Me.tbpGraph, "tbpGraph") - Me.tbpGraph.Name = "tbpGraph" - Me.tbpGraph.UseVisualStyleBackColor = True - ' - 'grpGraphOptions - ' - Me.grpGraphOptions.Controls.Add(Me.ucrChkStack) - Me.grpGraphOptions.Controls.Add(Me.lblTitle) - Me.grpGraphOptions.Controls.Add(Me.lblHjust) - Me.grpGraphOptions.Controls.Add(Me.lblVjust) - Me.grpGraphOptions.Controls.Add(Me.ucrInputGraphTitle) - Me.grpGraphOptions.Controls.Add(Me.ucrInputHorizontalLabels) - Me.grpGraphOptions.Controls.Add(Me.ucrInputVerticalLabels) - Me.grpGraphOptions.Controls.Add(Me.ucrChkShowModelSummary) - Me.grpGraphOptions.Controls.Add(Me.ucrChkShowPercentage) - Me.grpGraphOptions.Controls.Add(Me.ucrChkShowCount) - resources.ApplyResources(Me.grpGraphOptions, "grpGraphOptions") - Me.grpGraphOptions.Name = "grpGraphOptions" - Me.grpGraphOptions.TabStop = False - ' - 'lblTitle - ' - resources.ApplyResources(Me.lblTitle, "lblTitle") - Me.lblTitle.Name = "lblTitle" - ' - 'lblHjust - ' - resources.ApplyResources(Me.lblHjust, "lblHjust") - Me.lblHjust.Name = "lblHjust" - ' - 'lblVjust - ' - resources.ApplyResources(Me.lblVjust, "lblVjust") - Me.lblVjust.Name = "lblVjust" - ' - 'grpGraphType - ' - Me.grpGraphType.Controls.Add(Me.rdoLineGraph) - Me.grpGraphType.Controls.Add(Me.rdoBoxPlot) - Me.grpGraphType.Controls.Add(Me.rdoDot) - Me.grpGraphType.Controls.Add(Me.rdoBar) - Me.grpGraphType.Controls.Add(Me.ucrPnlGraphType) - resources.ApplyResources(Me.grpGraphType, "grpGraphType") - Me.grpGraphType.Name = "grpGraphType" - Me.grpGraphType.TabStop = False - ' - 'rdoLineGraph - ' - resources.ApplyResources(Me.rdoLineGraph, "rdoLineGraph") - Me.rdoLineGraph.Name = "rdoLineGraph" - Me.rdoLineGraph.TabStop = True - Me.rdoLineGraph.UseVisualStyleBackColor = True - ' - 'rdoViolinPlot - ' - resources.ApplyResources(Me.rdoViolinPlot, "rdoViolinPlot") - Me.rdoViolinPlot.Name = "rdoViolinPlot" - Me.rdoViolinPlot.TabStop = True - Me.rdoViolinPlot.UseVisualStyleBackColor = True - ' - 'rdoBoxPlot - ' - resources.ApplyResources(Me.rdoBoxPlot, "rdoBoxPlot") - Me.rdoBoxPlot.Name = "rdoBoxPlot" - Me.rdoBoxPlot.TabStop = True - Me.rdoBoxPlot.UseVisualStyleBackColor = True - ' - 'rdoDot - ' - resources.ApplyResources(Me.rdoDot, "rdoDot") - Me.rdoDot.Name = "rdoDot" - Me.rdoDot.TabStop = True - Me.rdoDot.UseVisualStyleBackColor = True - ' - 'rdoBar - ' - resources.ApplyResources(Me.rdoBar, "rdoBar") - Me.rdoBar.Name = "rdoBar" - Me.rdoBar.TabStop = True - Me.rdoBar.UseVisualStyleBackColor = True - ' 'ucrNudDecimalPlaces ' resources.ApplyResources(Me.ucrNudDecimalPlaces, "ucrNudDecimalPlaces") @@ -215,6 +124,11 @@ Partial Class sdgTwoWayFrequencies Me.ucrNudDecimalPlaces.Name = "ucrNudDecimalPlaces" Me.ucrNudDecimalPlaces.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' + 'lblGraphTitle + ' + resources.ApplyResources(Me.lblGraphTitle, "lblGraphTitle") + Me.lblGraphTitle.Name = "lblGraphTitle" + ' 'ucrInputTableTitle ' Me.ucrInputTableTitle.AddQuotesIfUnrecognised = True @@ -255,12 +169,52 @@ Partial Class sdgTwoWayFrequencies Me.ucrChkShowSummary.Checked = False Me.ucrChkShowSummary.Name = "ucrChkShowSummary" ' + 'tbpGraph + ' + Me.tbpGraph.Controls.Add(Me.grpGraphOptions) + Me.tbpGraph.Controls.Add(Me.rdoViolinPlot) + Me.tbpGraph.Controls.Add(Me.grpGraphType) + resources.ApplyResources(Me.tbpGraph, "tbpGraph") + Me.tbpGraph.Name = "tbpGraph" + Me.tbpGraph.UseVisualStyleBackColor = True + ' + 'grpGraphOptions + ' + Me.grpGraphOptions.Controls.Add(Me.ucrChkStack) + Me.grpGraphOptions.Controls.Add(Me.lblTitle) + Me.grpGraphOptions.Controls.Add(Me.lblHjust) + Me.grpGraphOptions.Controls.Add(Me.lblVjust) + Me.grpGraphOptions.Controls.Add(Me.ucrInputGraphTitle) + Me.grpGraphOptions.Controls.Add(Me.ucrInputHorizontalLabels) + Me.grpGraphOptions.Controls.Add(Me.ucrInputVerticalLabels) + Me.grpGraphOptions.Controls.Add(Me.ucrChkShowModelSummary) + Me.grpGraphOptions.Controls.Add(Me.ucrChkShowPercentage) + Me.grpGraphOptions.Controls.Add(Me.ucrChkShowCount) + resources.ApplyResources(Me.grpGraphOptions, "grpGraphOptions") + Me.grpGraphOptions.Name = "grpGraphOptions" + Me.grpGraphOptions.TabStop = False + ' 'ucrChkStack ' resources.ApplyResources(Me.ucrChkStack, "ucrChkStack") Me.ucrChkStack.Checked = False Me.ucrChkStack.Name = "ucrChkStack" ' + 'lblTitle + ' + resources.ApplyResources(Me.lblTitle, "lblTitle") + Me.lblTitle.Name = "lblTitle" + ' + 'lblHjust + ' + resources.ApplyResources(Me.lblHjust, "lblHjust") + Me.lblHjust.Name = "lblHjust" + ' + 'lblVjust + ' + resources.ApplyResources(Me.lblVjust, "lblVjust") + Me.lblVjust.Name = "lblVjust" + ' 'ucrInputGraphTitle ' Me.ucrInputGraphTitle.AddQuotesIfUnrecognised = True @@ -303,6 +257,52 @@ Partial Class sdgTwoWayFrequencies Me.ucrChkShowCount.Checked = False Me.ucrChkShowCount.Name = "ucrChkShowCount" ' + 'rdoViolinPlot + ' + resources.ApplyResources(Me.rdoViolinPlot, "rdoViolinPlot") + Me.rdoViolinPlot.Name = "rdoViolinPlot" + Me.rdoViolinPlot.TabStop = True + Me.rdoViolinPlot.UseVisualStyleBackColor = True + ' + 'grpGraphType + ' + Me.grpGraphType.Controls.Add(Me.rdoLineGraph) + Me.grpGraphType.Controls.Add(Me.rdoBoxPlot) + Me.grpGraphType.Controls.Add(Me.rdoDot) + Me.grpGraphType.Controls.Add(Me.rdoBar) + Me.grpGraphType.Controls.Add(Me.ucrPnlGraphType) + resources.ApplyResources(Me.grpGraphType, "grpGraphType") + Me.grpGraphType.Name = "grpGraphType" + Me.grpGraphType.TabStop = False + ' + 'rdoLineGraph + ' + resources.ApplyResources(Me.rdoLineGraph, "rdoLineGraph") + Me.rdoLineGraph.Name = "rdoLineGraph" + Me.rdoLineGraph.TabStop = True + Me.rdoLineGraph.UseVisualStyleBackColor = True + ' + 'rdoBoxPlot + ' + resources.ApplyResources(Me.rdoBoxPlot, "rdoBoxPlot") + Me.rdoBoxPlot.Name = "rdoBoxPlot" + Me.rdoBoxPlot.TabStop = True + Me.rdoBoxPlot.UseVisualStyleBackColor = True + ' + 'rdoDot + ' + resources.ApplyResources(Me.rdoDot, "rdoDot") + Me.rdoDot.Name = "rdoDot" + Me.rdoDot.TabStop = True + Me.rdoDot.UseVisualStyleBackColor = True + ' + 'rdoBar + ' + resources.ApplyResources(Me.rdoBar, "rdoBar") + Me.rdoBar.Name = "rdoBar" + Me.rdoBar.TabStop = True + Me.rdoBar.UseVisualStyleBackColor = True + ' 'ucrPnlGraphType ' resources.ApplyResources(Me.ucrPnlGraphType, "ucrPnlGraphType") diff --git a/instat/sdgTwoWayFrequencies.resx b/instat/sdgTwoWayFrequencies.resx index 733db1b7c2a..8deecbd7f8f 100644 --- a/instat/sdgTwoWayFrequencies.resx +++ b/instat/sdgTwoWayFrequencies.resx @@ -937,7 +937,7 @@ True - 89, 297 + 100, 297 No @@ -972,9 +972,6 @@ 430, 328 - - NoControl - CenterScreen diff --git a/instat/sdgVariableTransformations.Designer.vb b/instat/sdgVariableTransformations.Designer.vb index d49e5029c86..1e88463bd87 100644 --- a/instat/sdgVariableTransformations.Designer.vb +++ b/instat/sdgVariableTransformations.Designer.vb @@ -317,7 +317,7 @@ Partial Class sdgVariableTransformations 'ucrButtonsSDGVarTransform ' Me.ucrButtonsSDGVarTransform.AutoSize = True - Me.ucrButtonsSDGVarTransform.Location = New System.Drawing.Point(56, 318) + Me.ucrButtonsSDGVarTransform.Location = New System.Drawing.Point(21, 318) Me.ucrButtonsSDGVarTransform.Name = "ucrButtonsSDGVarTransform" Me.ucrButtonsSDGVarTransform.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsSDGVarTransform.TabIndex = 2 diff --git a/instat/sdgVerificationSummaries.Designer.vb b/instat/sdgVerificationSummaries.Designer.vb index d43a1e42478..96c43268b16 100644 --- a/instat/sdgVerificationSummaries.Designer.vb +++ b/instat/sdgVerificationSummaries.Designer.vb @@ -56,7 +56,7 @@ Partial Class sdgVerificationSummaries 'ucrBase ' Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(212, 268) + Me.ucrBase.Location = New System.Drawing.Point(168, 270) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 1 diff --git a/instat/sdgWindrose.resx b/instat/sdgWindrose.resx index b18c2d47f63..298828d126e 100644 --- a/instat/sdgWindrose.resx +++ b/instat/sdgWindrose.resx @@ -123,7 +123,7 @@ - 106, 207 + 86, 207 224, 30 diff --git a/instat/static/InstatObject/R/Backend_Components/calculations.R b/instat/static/InstatObject/R/Backend_Components/calculations.R index fb92089c913..22703f72bf7 100644 --- a/instat/static/InstatObject/R/Backend_Components/calculations.R +++ b/instat/static/InstatObject/R/Backend_Components/calculations.R @@ -499,7 +499,7 @@ DataBook$set("public", "apply_instat_calculation", function(calc, curr_data_list curr_data_list[[c_data_label]] <- curr_data_list[[c_data_label]] %>% dplyr::summarise_(.dots = setNames(list(NA), calc$result_name)) } - } else if (any(stringr::str_detect("Date", col_data_type))){ + } else if (any(stringr::str_detect("Date | POSIXct | POSIXt", col_data_type))){ # put in here the ones that DO NOT work for date if (any(grepl("summary_sum", formula_fn_exp))){ curr_data_list[[c_data_label]] <- curr_data_list[[c_data_label]] %>% diff --git a/instat/static/InstatObject/R/data_object_R6.R b/instat/static/InstatObject/R/data_object_R6.R index 014745ea214..e6fd3d3d018 100644 --- a/instat/static/InstatObject/R/data_object_R6.R +++ b/instat/static/InstatObject/R/data_object_R6.R @@ -1788,6 +1788,13 @@ DataSheet$set("public", "get_filter_as_logical", function(filter_name) { } else { result[, i] <- !col_is_na } + } else if (condition[["operation"]] == "is.empty" || condition[["operation"]] == "! is.empty"){ + col_is_empty <- self$get_columns_from_data(condition[["column"]], use_current_filter = FALSE) == "" + if (condition[["operation"]] == "is.empty") { + result[, i] <- col_is_empty + } else { + result[, i] <- !col_is_empty + } } else { func <- match.fun(condition[["operation"]]) diff --git a/instat/static/InstatObject/R/install_packages.R b/instat/static/InstatObject/R/install_packages.R index e5473516b25..964d1d8b77e 100644 --- a/instat/static/InstatObject/R/install_packages.R +++ b/instat/static/InstatObject/R/install_packages.R @@ -47,7 +47,6 @@ pkgs <- "RMySQL", "DBI", "EnvStats", - "signmedian.test", "sjPlot", "sjmisc", "plotly", diff --git a/instat/static/InstatObject/R/stand_alone_functions.R b/instat/static/InstatObject/R/stand_alone_functions.R index 0536578c066..a21ee0e8e54 100644 --- a/instat/static/InstatObject/R/stand_alone_functions.R +++ b/instat/static/InstatObject/R/stand_alone_functions.R @@ -2547,3 +2547,52 @@ is.levelscount <- function(x, n){ is.containValueLabel <- function(x){ return(labels_label %in% names(attributes(x))) } + +read_corpora <- function(data){ + data_all <- NULL + description <- NULL + # check different data types that are in the rcorpora package + # first check if it is a data frame outright. If it is, then we just need to return the data + if (is.data.frame(data)){ + return(data) + } + # If it isn't a data frame, we check each element of the `data` argument + data_unlist <- NULL + for (i in 1:length(data)){ + # first, check for description and metadata + if (!is.null(names(data[i])) && names(data[i]) == "description") { + description <- data[i][[1]] + } else if (!is.null(names(data[i])) && names(data[i]) == "meta"){ + data_unlist[[i]] <- NULL + # then check if the element is a vector, matrix, data frame, or list. + } else if (class(data[[i]]) %in% c("character", "factor", "logical", "numeric", "integer")){ + data_unlist[[i]] <- data.frame(list = data[[i]]) + } else if ("matrix" %in% class(data[[i]])){ + data_unlist[[i]] <- data.frame(list = do.call(paste, c(data.frame(data[[i]]), sep="-"))) + } else if (class(data[[i]]) == "data.frame"){ + data_unlist[[i]] <- data.frame(list = data[[i]]) + } else if (class(data[[i]]) == "list"){ + if (length(data[[i]]) == 0) { + data_unlist[[i]] <- data.frame(NA) + } else { + # unlist the list, to create a data frame with two elements: list name ("rowname") and value + # if there are nested lists, the "rowname" variable combines the different lists together. + # We want to separate these into separate variables to make the data more usable and readable. + # We do this by `str_split_fixed`, and `gsub`. + new_data <- tidyr::as_tibble(unlist(data), rownames = "rowname") + split <- stringr::str_split_fixed(string=new_data$rowname, pattern=stringr::coll(pattern="."), n=Inf) + split <- gsub("[0-9]$|[0-9][0-9]$","",split) + # add in the separated list to the value variable, and rename the variables + data_unlist[[i]] <- cbind(data.frame(split), value = new_data$value) + names(data_unlist[[i]]) <- c(paste0("variable", 1:(length(data_unlist[[i]])-1)), "list") + } # end of ifelse lists + } # end of list + } # end of for loop + names(data_unlist) <- names(data[1:length(data_unlist)]) + data_all <- plyr::ldply(data_unlist, .id = "variable1") + + if (!is.null(description)){ + return (data.frame(description = description, data_all)) + } + return (data.frame(data_all)) +} diff --git a/instat/translations/en/r_instat_menus.json b/instat/translations/en/r_instat_menus.json index 535a40172f3..b457a3105c3 100644 --- a/instat/translations/en/r_instat_menus.json +++ b/instat/translations/en/r_instat_menus.json @@ -1,429 +1,443 @@ -{" Column Metadata...": " Column Metadata...", -" Data Frame Metadata...": " Data Frame Metadata...", -" Log Window...": " Log Window...", -" Script Window...": " Script Window...", -"&Copy": "&Copy", -"&Open": "&Open", -"&Paste": "&Paste", -"&Save": "&Save", -"ANOVA General...": "ANOVA General...", -"About R": "About R", -"About R-Instat": "About R-Instat", -"Acknowledgements": "Acknowledgements", -"Add Comment...": "Add Comment...", -"Add Key...": "Add Key...", -"Add Link...": "Add Link...", -"Additional": "Additional", -"Annual Rainfall...": "Annual Rainfall...", -"Anonymise ID Column...": "Anonymise ID Column...", -"Append Data Frames...": "Append Data Frames...", -"Append...": "Append...", -"Augment...": "Augment...", -"Bar Chart...": "Bar Chart...", -"Boxplot...": "Boxplot...", -"CM SAF": "CM SAF", -"Calculate Corruption Risk Index (CRI)...": "Calculate Corruption Risk Index (CRI)...", -"Calculate DIfference Between Options...": "Calculate DIfference Between Options...", -"Calculation...": "Calculation...", -"Calculator...": "Calculator...", -"Canonical Correlations...": "Canonical Correlations...", -"Case Study Guide": "Case Study Guide", -"Categorical": "Categorical", -"Change Format Day Month...": "Change Format Day Month...", -"Check Data": "Check Data", -"Check Station Locations...": "Check Station Locations...", -"Check for Updates...": "Check for Updates...", -"Chi-square Test...": "Chi-square Test...", -"Circlize...": "Circlize...", -"Circular": "Circular", -"Circular Plots...": "Circular Plots...", -"Circular...": "Circular...", -"Clear Output Window...": "Clear Output Window...", -"Cliboxplot...": "Cliboxplot...", -"Climate Methods": "Climate Methods", -"Climatic": "Climatic", -"Climatic Menu": "Climatic Menu", -"Climatic Summaries...": "Climatic Summaries...", -"Climatic...": "Climatic...", -"Climdex...": "Climdex...", -"Cliplot...": "Cliplot...", -"Close Data Book": "Close Data Book", -"Colour by Property...": "Colour by Property...", -"Column Metadata": "Column Metadata", -"Column Structure...": "Column Structure...", -"Column Summaries...": "Column Summaries...", -"Column: Calculate": "Column: Calculate", -"Column: Date": "Column: Date", -"Column: Define": "Column: Define", -"Column: Factor": "Column: Factor", -"Column: Text": "Column: Text", -"Combine Factors...": "Combine Factors...", -"Combine Graphs...": "Combine Graphs...", -"Combine...": "Combine...", -"Compare": "Compare", -"Compare Columns...": "Compare Columns...", -"Compare Models": "Compare Models", -"Compare Models...": "Compare Models...", -"Compare Multiple Options...": "Compare Multiple Options...", -"Compare Two Options...": "Compare Two Options...", -"Conditional Quantiles...": "Conditional Quantiles...", -"Contrasts...": "Contrasts...", -"Conversions...": "Conversions...", -"Convert Columns...": "Convert Columns...", -"Convert To Factor...": "Convert To Factor...", -"Convert...": "Convert...", -"Copy": "Copy", -"Copy Data Frame...": "Copy Data Frame...", -"Copy Special": "Copy Special", -"Correlations (Red Flags or others)...": "Correlations (Red Flags or others)...", -"Correlations...": "Correlations...", -"Corruption Risk Index": "Corruption Risk Index", -"Count Records...": "Count Records...", -"Count in Factor...": "Count in Factor...", -"Create Climate Object...": "Create Climate Object...", -"Crop": "Crop", -"Crop Coefficients...": "Crop Coefficients...", -"Crops...": "Crops...", -"Cummulative Exceedance...": "Cummulative Exceedance...", -"Cumulative Distribution...": "Cumulative Distribution...", -"Cumulative/Exceedance Graph...": "Cumulative/Exceedance Graph...", -"Cut": "Cut", -"Daily Data Entry...": "Daily Data Entry...", -"Data Frame": "Data Frame", -"Data Frame Metadata": "Data Frame Metadata", -"Data Frame Metadata...": "Data Frame Metadata...", -"Data Manipulation": "Data Manipulation", -"Data Object": "Data Object", -"Data Reshape": "Data Reshape", -"Data View": "Data View", -"Data View (Spreadsheet)": "Data View (Spreadsheet)", -"Datasets": "Datasets", -"Dates": "Dates", -"Day Month...": "Day Month...", -"Define Climatic Data...": "Define Climatic Data...", -"Define Contract Value Categories...": "Define Contract Value Categories...", -"Define Corruption Risk Output Variables...": "Define Corruption Risk Output Variables...", -"Define Options by Context Data...": "Define Options by Context Data...", -"Define Procurement Data...": "Define Procurement Data...", -"Define Red Flag Variables...": "Define Red Flag Variables...", -"Define...": "Define...", -"Delete Columns/Rows...": "Delete Columns/Rows...", -"Delete Data Frames...": "Delete Data Frames...", -"Delete Metadata...": "Delete Metadata...", -"Delete...": "Delete...", -"Density Plot...": "Density Plot...", -"Describe": "Describe", -"Display DOY of Year...": "Display DOY of Year...", -"Display Daily...": "Display Daily...", -"Display Rain Running Total...": "Display Rain Running Total...", -"Display Spell Length...": "Display Spell Length...", -"Display Top N...": "Display Top N...", -"Distance...": "Distance...", -"Dot Plot...": "Dot Plot...", -"Dummy Variables...": "Dummy Variables...", -"Duplicate Column...": "Duplicate Column...", -"Duplicates...": "Duplicates...", -"Edit": "Edit", -"End of Rain...": "End of Rain...", -"End of Rains...": "End of Rains...", -"Enter...": "Enter...", -"Evaporation": "Evaporation", -"Evapotranspiration...": "Evapotranspiration...", -"Exact Results...": "Exact Results...", -"Examine...": "Examine...", -"Exit": "Exit", -"Export": "Export", -"Export CPT to Tabular...": "Export CPT to Tabular...", -"Export Dataset...": "Export Dataset...", -"Export Graph As Image...": "Export Graph As Image...", -"Export R Objects...": "Export R Objects...", -"Export R Workspace...": "Export R Workspace...", -"Export To OpenRefine...": "Export To OpenRefine...", -"Export for PICSA...": "Export for PICSA...", -"Export to CM SAF R Toolbox...": "Export to CM SAF R Toolbox...", -"Export to CPT...": "Export to CPT...", -"Export to World Weather Records...": "Export to World Weather Records...", -"Extreme Events...": "Extreme Events...", -"Extremes...": "Extremes...", -"Factor Data Frame...": "Factor Data Frame...", -"File": "File", -"Fill Date Gaps...": "Fill Date Gaps...", -"Fill Missing Values...": "Fill Missing Values...", -"Filter by Country (or other)...": "Filter by Country (or other)...", -"Filter...": "Filter...", -"Find": "Find", -"Find Next": "Find Next", -"Find/Replace...": "Find/Replace...", -"Fit Model": "Fit Model", -"Fit Model Keyboard...": "Fit Model Keyboard...", -"Fit Model...": "Fit Model...", -"Four Variables...": "Four Variables...", -"Freeze Columns...": "Freeze Columns...", -"Frequencies...": "Frequencies...", -"Frequency Tables...": "Frequency Tables...", -"General": "General", -"General Fit Model...": "General Fit Model...", -"General Summaries...": "General Summaries...", -"General...": "General...", -"Generate Dates...": "Generate Dates...", -"Getting Started": "Getting Started", -"Glance...": "Glance...", -"Glossary": "Glossary", -"Goodness of Fit...": "Goodness of Fit...", -"Graph...": "Graph...", -"Graphics": "Graphics", -"Graphics...": "Graphics...", -"Guides": "Guides", -"He&lp": "He&lp", -"Heat Sum...": "Heat Sum...", -"Help": "Help", -"Hide/Show Columns...": "Hide/Show Columns...", -"Hide/Show Data Frames...": "Hide/Show Data Frames...", -"Histogram...": "Histogram...", -"History and FAQ": "History and FAQ", -"Homogenization...": "Homogenization...", -"Hypothesis Tests Keyboard...": "Hypothesis Tests Keyboard...", -"Import From CLIDATA...": "Import From CLIDATA...", -"Import From Databases...": "Import From Databases...", -"Import From OpenRefine...": "Import From OpenRefine...", -"Import and Tidy NetCDF File...": "Import and Tidy NetCDF File...", -"Import and Tidy NetCDF...": "Import and Tidy NetCDF...", -"Import and Tidy Shapefile...": "Import and Tidy Shapefile...", -"Import daily Data...": "Import daily Data...", -"Import from CDS (Climate Data Store)...": "Import from CDS (Climate Data Store)...", -"Import from Climsoft Wizard...": "Import from Climsoft Wizard...", -"Import from Climsoft...": "Import from Climsoft...", -"Import from IRI Data Library...": "Import from IRI Data Library...", -"Indices...": "Indices...", -"Insert Columns/Rows...": "Insert Columns/Rows...", -"Install R Package...": "Install R Package...", -"Instructional videos": "Instructional videos", -"Introduction": "Introduction", -"Inventory...": "Inventory...", -"Jitter...": "Jitter...", -"Keys and Links": "Keys and Links", -"Length of Season...": "Length of Season...", -"Levels/Labels...": "Levels/Labels...", -"Licence...": "Licence...", -"Line Plot...": "Line Plot...", -"Load Options...": "Load Options...", -"Log Linear...": "Log Linear...", -"Log Window": "Log Window", -"Low_Flow": "Low_Flow", -"Make Date...": "Make Date...", -"Make Factor...": "Make Factor...", -"Make Time...": "Make Time...", -"Map Country Values...": "Map Country Values...", -"Map...": "Map...", -"Mapping": "Mapping", -"Markov Modelling...": "Markov Modelling...", -"Match...": "Match...", -"Menus and Dialogs": "Menus and Dialogs", -"Merge Additional Data...": "Merge Additional Data...", -"Merge...": "Merge...", -"Meta Data": "Meta Data", -"Metadata...": "Metadata...", -"Missing Data Table...": "Missing Data Table...", -"Missing Data...": "Missing Data...", -"Missing Values...": "Missing Values...", -"Model": "Model", -"Model...": "Model...", -"Monthly Summaries...": "Monthly Summaries...", -"More...": "More...", -"Mosaic Plot...": "Mosaic Plot...", -"Multiple Response...": "Multiple Response...", -"Multivariate": "Multivariate", -"Multple Lines...": "Multple Lines...", -"NCMP": "NCMP", -"New Data Frame...": "New Data Frame...", -"New Worksheet...": "New Worksheet...", -"No data loaded": "No data loaded", -"Non Parameteric One Way ANOVA...": "Non Parameteric One Way ANOVA...", -"Non Parametric Two Samples...": "Non Parametric Two Samples...", -"Non Parametric Two Way ANOVA...": "Non Parametric Two Way ANOVA...", -"Non Parametric...": "Non Parametric...", -"Non-numeric Cases...": "Non-numeric Cases...", -"Numeric": "Numeric", -"One Variable": "One Variable", -"One Variable Frequencies...": "One Variable Frequencies...", -"One Variable Graph...": "One Variable Graph...", -"One Variable Summarise...": "One Variable Summarise...", -"One Variable...": "One Variable...", -"One Way ANOVA...": "One Way ANOVA...", -"Open From CSPRO...": "Open From CSPRO...", -"Open From File...": "Open From File...", -"Open From Library...": "Open From Library...", -"Open From ODK...": "Open From ODK...", -"Open SST...": "Open SST...", -"Open from file...": "Open from file...", -"Open from library...": "Open from library...", -"Options by Context": "Options by Context", -"Options by Context Menu": "Options by Context Menu", -"Options by Context...": "Options by Context...", -"Options...": "Options...", -"Other (General)": "Other (General)", -"Other (One Variable)": "Other (One Variable)", -"Other (Three Variable)": "Other (Three Variable)", -"Other (Two Variables)": "Other (Two Variables)", -"Other Rose Plots": "Other Rose Plots", -"Output Window": "Output Window", -"Output for CDT...": "Output for CDT...", -"Output for CPT...": "Output for CPT...", -"PICSA": "PICSA", -"Parallel Coordinate Plot...": "Parallel Coordinate Plot...", -"Paste": "Paste", -"Penman...": "Penman...", -"Permute Columns...": "Permute Columns...", -"Plot Region...": "Plot Region...", -"Plotly...": "Plotly...", -"Polynomials...": "Polynomials...", -"Prepare": "Prepare", -"Prepare to Share (sdc package)...": "Prepare to Share (sdc package)...", -"Principal Components...": "Principal Components...", -"Print Preview...": "Print Preview...", -"Print...": "Print...", -"Probability Distributions": "Probability Distributions", -"Process...": "Process...", -"Procurement": "Procurement", -"Procurement Menu": "Procurement Menu", -"Procurement...": "Procurement...", -"Protect Column...": "Protect Column...", -"QC Rainfall...": "QC Rainfall...", -"QC Temperatures...": "QC Temperatures...", -"R Objects": "R Objects", -"R Packages and Commands...": "R Packages and Commands...", -"R Viewer...": "R Viewer...", -"R packages in R-Instat": "R packages in R-Instat", -"R-Instat": "R-Instat", -"R-Instat website": "R-Instat website", -"Rain Count...": "Rain Count...", -"Rainfall Graph...": "Rainfall Graph...", -"Rainfall...": "Rainfall...", -"Rains Statistics...": "Rains Statistics...", -"Random Samples (Use Model)...": "Random Samples (Use Model)...", -"Random Samples...": "Random Samples...", -"Random Subset...": "Random Subset...", -"Rank...": "Rank...", -"Rating Data...": "Rating Data...", -"Recent": "Recent", -"Recode Factor...": "Recode Factor...", -"Recode Numeric into Quantiles...": "Recode Numeric into Quantiles...", -"Recode Numeric...": "Recode Numeric...", -"Reference Level...": "Reference Level...", -"Region Average...": "Region Average...", -"Regression...": "Regression...", -"Regular Sequence...": "Regular Sequence...", -"Rename Column...": "Rename Column...", -"Rename Data Frame...": "Rename Data Frame...", -"Rename Metadata...": "Rename Metadata...", -"Rename...": "Rename...", -"Reorder Columns...": "Reorder Columns...", -"Reorder Data Frames...": "Reorder Data Frames...", -"Reorder Levels...": "Reorder Levels...", -"Reorder Metadata...": "Reorder Metadata...", -"Reorder...": "Reorder...", -"Replace": "Replace", -"Replace Values...": "Replace Values...", -"Reset to Default Layout": "Reset to Default Layout", -"Restart R": "Restart R", -"Row Numbers/Names...": "Row Numbers/Names...", -"Row Summaries...": "Row Summaries...", -"Rug Plot...": "Rug Plot...", -"Run All": "Run All", -"Run R Code...": "Run R Code...", -"SPI/SPEI...": "SPI/SPEI...", -"Save As": "Save As", -"Save Current Options...": "Save Current Options...", -"Save Data As...": "Save Data As...", -"Save Log As...": "Save Log As...", -"Save Output As...": "Save Output As...", -"Save Script As...": "Save Script As...", -"Save...": "Save...", -"Scatter Plot...": "Scatter Plot...", -"Scatterplot...": "Scatterplot...", -"Script Window": "Script Window", -"Script Window...": "Script Window...", -"Seasonal Forecast Support": "Seasonal Forecast Support", -"Seasonal Plot...": "Seasonal Plot...", -"Seasonal Summary Rain...": "Seasonal Summary Rain...", -"Seasonal Summary...": "Seasonal Summary...", -"Select All ": "Select All ", -"Set Factor Reference Level...": "Set Factor Reference Level...", -"Setup for Data Entry...": "Setup for Data Entry...", -"Shift Daily Data...": "Shift Daily Data...", -"Show Model...": "Show Model...", -"Simple Regression...": "Simple Regression...", -"Simple With Groups...": "Simple With Groups...", -"Site...": "Site...", -"Sort...": "Sort...", -"Specific": "Specific", -"Spells...": "Spells...", -"Split...": "Split...", -"Stack Daily data...": "Stack Daily data...", -"Stack...": "Stack...", -"Start": "Start", -"Start of Rain...": "Start of Rain...", -"Start of the Rains...": "Start of the Rains...", -"Structured": "Structured", -"Structured Menu": "Structured Menu", -"Subset...": "Subset...", -"Summaries...": "Summaries...", -"Summarise CRI by Country (or other)...": "Summarise CRI by Country (or other)...", -"Summarise Red Flags by Country (or other)...": "Summarise Red Flags by Country (or other)...", -"Summarise Red Flags by Country and Year (or other)...": "Summarise Red Flags by Country and Year (or other)...", -"Summarise...": "Summarise...", -"Summary Data...": "Summary Data...", -"Summary Tables...": "Summary Tables...", -"Summary...": "Summary...", -"Sunshine/Radiation...": "Sunshine/Radiation...", -"Survival": "Survival", -"Swap Data and Metadata": "Swap Data and Metadata", -"Tabulation...": "Tabulation...", -"Taylor Diagram...": "Taylor Diagram...", -"Temperature...": "Temperature...", -"Themes...": "Themes...", -"Three Summaries...": "Three Summaries...", -"Three Variables": "Three Variables", -"Three Variables...": "Three Variables...", -"Tidy Daily Data...": "Tidy Daily Data...", -"Tidy and Examine": "Tidy and Examine", -"Tidy...": "Tidy...", -"Time Series": "Time Series", -"Time Series Plot...": "Time Series Plot...", -"Timeseries...": "Timeseries...", -"Tools": "Tools", -"Transform...": "Transform...", -"Transpose...": "Transpose...", -"Treemap...": "Treemap...", -"Trend Graphs...": "Trend Graphs...", -"Two Samples...": "Two Samples...", -"Two Variable Frequencies by Sector (or other)...": "Two Variable Frequencies by Sector (or other)...", -"Two Variables": "Two Variables", -"Two Variables...": "Two Variables...", -"Unstack Daily Data...": "Unstack Daily Data...", -"Unstack...": "Unstack...", -"Unused Levels...": "Unused Levels...", -"Use Award Date (or other)...": "Use Award Date (or other)...", -"Use Date...": "Use Date...", -"Use Graph...": "Use Graph...", -"Use Model": "Use Model", -"Use Model Keyboard...": "Use Model Keyboard...", -"Use Summaries...": "Use Summaries...", -"Use Time...": "Use Time...", -"Variables": "Variables", -"Variogram...": "Variogram...", -"View": "View", -"View Data...": "View Data...", -"View Graph...": "View Graph...", -"View Labels...": "View Labels...", -"View and Remove Keys...": "View and Remove Keys...", -"View and Remove Links...": "View and Remove Links...", -"View...": "View...", -"Visualise Data...": "Visualise Data...", -"Water Balance...": "Water Balance...", -"Water Satisfaction Index...": "Water Satisfaction Index...", -"Wind Rose...": "Wind Rose...", -"Wind Speed/Direction...": "Wind Speed/Direction...", -"Wind/Pollution Rose...": "Wind/Pollution Rose...", -"Windows": "Windows", -"Windrose...": "Windrose..."} \ No newline at end of file +{ + " Column Metadata...": " Column Metadata...", + " Data Frame Metadata...": " Data Frame Metadata...", + " Log Window...": " Log Window...", + " Script Window...": " Script Window...", + "&Copy": "&Copy", + "&Open": "&Open", + "&Paste": "&Paste", + "&Save": "&Save", + "ANOVA General...": "ANOVA General...", + "About R": "About R", + "About R-Instat": "About R-Instat", + "Acknowledgements": "Acknowledgements", + "Add Comment...": "Add Comment...", + "Add Key...": "Add Key...", + "Add Link...": "Add Link...", + "Additional": "Additional", + "Annual Rainfall...": "Annual Rainfall...", + "Anonymise ID Column...": "Anonymise ID Column...", + "Append Data Frames...": "Append Data Frames...", + "Append...": "Append...", + "Augment...": "Augment...", + "Bar Chart...": "Bar Chart...", + "Boxplot...": "Boxplot...", + "CM SAF": "CM SAF", + "Calculate Corruption Risk Index (CRI)...": "Calculate Corruption Risk Index (CRI)...", + "Calculate DIfference Between Options...": "Calculate DIfference Between Options...", + "Calculation...": "Calculation...", + "Calculator...": "Calculator...", + "Canonical Correlations...": "Canonical Correlations...", + "Case Study Guide": "Case Study Guide", + "Categorical": "Categorical", + "Change Format Day Month...": "Change Format Day Month...", + "Check Data": "Check Data", + "Check Station Locations...": "Check Station Locations...", + "Check for Updates...": "Check for Updates...", + "Chi-square Test...": "Chi-square Test...", + "Circlize...": "Circlize...", + "Circular": "Circular", + "Circular Plots...": "Circular Plots...", + "Circular...": "Circular...", + "Clear Output Window...": "Clear Output Window...", + "Cliboxplot...": "Cliboxplot...", + "Climate Methods": "Climate Methods", + "Climatic": "Climatic", + "Climatic Menu": "Climatic Menu", + "Climatic Summaries...": "Climatic Summaries...", + "Climatic...": "Climatic...", + "Climdex...": "Climdex...", + "Cliplot...": "Cliplot...", + "Close Data Book": "Close Data Book", + "Colour by Property...": "Colour by Property...", + "Column Metadata": "Column Metadata", + "Column Structure...": "Column Structure...", + "Column Summaries...": "Column Summaries...", + "Column: Calculate": "Column: Calculate", + "Column: Date": "Column: Date", + "Column: Define": "Column: Define", + "Column: Factor": "Column: Factor", + "Column: Text": "Column: Text", + "Combine Factors...": "Combine Factors...", + "Combine Graphs...": "Combine Graphs...", + "Combine...": "Combine...", + "Compare": "Compare", + "Compare Columns...": "Compare Columns...", + "Compare Models": "Compare Models", + "Compare Models...": "Compare Models...", + "Compare Multiple Options...": "Compare Multiple Options...", + "Compare Two Options...": "Compare Two Options...", + "Conditional Quantiles...": "Conditional Quantiles...", + "Contrasts...": "Contrasts...", + "Conversions...": "Conversions...", + "Convert Columns...": "Convert Columns...", + "Convert To Factor...": "Convert To Factor...", + "Convert...": "Convert...", + "Copy": "Copy", + "Copy Data Frame...": "Copy Data Frame...", + "Copy Special": "Copy Special", + "Correlations (Red Flags or others)...": "Correlations (Red Flags or others)...", + "Correlations...": "Correlations...", + "Corruption Risk Index": "Corruption Risk Index", + "Count Records...": "Count Records...", + "Count in Factor...": "Count in Factor...", + "Create Climate Object...": "Create Climate Object...", + "Crop": "Crop", + "Crop Coefficients...": "Crop Coefficients...", + "Crops...": "Crops...", + "Cummulative Exceedance...": "Cummulative Exceedance...", + "Cumulative Distribution...": "Cumulative Distribution...", + "Cumulative/Exceedance Graph...": "Cumulative/Exceedance Graph...", + "Cut": "Cut", + "Daily Data Entry...": "Daily Data Entry...", + "Data Frame": "Data Frame", + "Data Frame Metadata": "Data Frame Metadata", + "Data Frame Metadata...": "Data Frame Metadata...", + "Data Manipulation": "Data Manipulation", + "Data Object": "Data Object", + "Data Reshape": "Data Reshape", + "Data View": "Data View", + "Data View (Spreadsheet)": "Data View (Spreadsheet)", + "Datasets": "Datasets", + "Dates": "Dates", + "Day Month...": "Day Month...", + "Define Climatic Data...": "Define Climatic Data...", + "Define Contract Value Categories...": "Define Contract Value Categories...", + "Define Corruption Risk Output Variables...": "Define Corruption Risk Output Variables...", + "Define Options by Context Data...": "Define Options by Context Data...", + "Define Procurement Data...": "Define Procurement Data...", + "Define Red Flag Variables...": "Define Red Flag Variables...", + "Define...": "Define...", + "Delete Columns/Rows...": "Delete Columns/Rows...", + "Delete Data Frames...": "Delete Data Frames...", + "Delete Metadata...": "Delete Metadata...", + "Delete...": "Delete...", + "Density Plot...": "Density Plot...", + "Describe": "Describe", + "Display DOY of Year...": "Display DOY of Year...", + "Display Daily...": "Display Daily...", + "Display Rain Running Total...": "Display Rain Running Total...", + "Display Spell Length...": "Display Spell Length...", + "Display Top N...": "Display Top N...", + "Distance...": "Distance...", + "Dot Plot...": "Dot Plot...", + "Dummy Variables...": "Dummy Variables...", + "Duplicate Column...": "Duplicate Column...", + "Duplicates...": "Duplicates...", + "Edit": "Edit", + "End of Rain...": "End of Rain...", + "End of Rains...": "End of Rains...", + "Enter...": "Enter...", + "Evaporation": "Evaporation", + "Evapotranspiration...": "Evapotranspiration...", + "Exact Results...": "Exact Results...", + "Examine...": "Examine...", + "Exit": "Exit", + "Export": "Export", + "Export CPT to Tabular...": "Export CPT to Tabular...", + "Export Dataset...": "Export Dataset...", + "Export Graph As Image...": "Export Graph As Image...", + "Export R Objects...": "Export R Objects...", + "Export R Workspace...": "Export R Workspace...", + "Export To OpenRefine...": "Export To OpenRefine...", + "Export for PICSA...": "Export for PICSA...", + "Export to CM SAF R Toolbox...": "Export to CM SAF R Toolbox...", + "Export to CPT...": "Export to CPT...", + "Export to World Weather Records...": "Export to World Weather Records...", + "Extreme Events...": "Extreme Events...", + "Extremes...": "Extremes...", + "Factor Data Frame...": "Factor Data Frame...", + "File": "File", + "Fill Date Gaps...": "Fill Date Gaps...", + "Fill Missing Values...": "Fill Missing Values...", + "Filter by Country (or other)...": "Filter by Country (or other)...", + "Filter...": "Filter...", + "Find": "Find", + "Find Next": "Find Next", + "Find/Replace...": "Find/Replace...", + "Fit Model": "Fit Model", + "Fit Model Keyboard...": "Fit Model Keyboard...", + "Fit Model...": "Fit Model...", + "Four Variables...": "Four Variables...", + "Freeze Columns...": "Freeze Columns...", + "Frequencies...": "Frequencies...", + "Frequency Tables...": "Frequency Tables...", + "General": "General", + "General Fit Model...": "General Fit Model...", + "General Summaries...": "General Summaries...", + "General...": "General...", + "Generate Dates...": "Generate Dates...", + "Getting Started": "Getting Started", + "Glance...": "Glance...", + "Glossary": "Glossary", + "Goodness of Fit...": "Goodness of Fit...", + "Graph...": "Graph...", + "Graphics": "Graphics", + "Graphics...": "Graphics...", + "Guides": "Guides", + "He&lp": "He&lp", + "Heat Sum...": "Heat Sum...", + "Help": "Help", + "Hide/Show Columns...": "Hide/Show Columns...", + "Hide/Show Data Frames...": "Hide/Show Data Frames...", + "Histogram...": "Histogram...", + "History and FAQ": "History and FAQ", + "Homogenization...": "Homogenization...", + "Hypothesis Tests Keyboard...": "Hypothesis Tests Keyboard...", + "Import From CLIDATA...": "Import From CLIDATA...", + "Import From Databases...": "Import From Databases...", + "Import From OpenRefine...": "Import From OpenRefine...", + "Import and Tidy NetCDF File...": "Import and Tidy NetCDF File...", + "Import and Tidy NetCDF...": "Import and Tidy NetCDF...", + "Import and Tidy Shapefile...": "Import and Tidy Shapefile...", + "Import daily Data...": "Import daily Data...", + "Import from CDS (Climate Data Store)...": "Import from CDS (Climate Data Store)...", + "Import from Climsoft Wizard...": "Import from Climsoft Wizard...", + "Import from Climsoft...": "Import from Climsoft...", + "Import from IRI Data Library...": "Import from IRI Data Library...", + "Indices...": "Indices...", + "Insert Columns/Rows...": "Insert Columns/Rows...", + "Install R Package...": "Install R Package...", + "Instructional videos": "Instructional videos", + "Introduction": "Introduction", + "Inventory...": "Inventory...", + "Jitter...": "Jitter...", + "Keys and Links": "Keys and Links", + "Length of Season...": "Length of Season...", + "Levels/Labels...": "Levels/Labels...", + "Licence...": "Licence...", + "Line Plot...": "Line Plot...", + "Load Options...": "Load Options...", + "Log Linear...": "Log Linear...", + "Log Window": "Log Window", + "Low_Flow": "Low_Flow", + "Make Date...": "Make Date...", + "Make Factor...": "Make Factor...", + "Make Time...": "Make Time...", + "Map Country Values...": "Map Country Values...", + "Map...": "Map...", + "Mapping": "Mapping", + "Markov Modelling...": "Markov Modelling...", + "Match...": "Match...", + "Menus and Dialogs": "Menus and Dialogs", + "Merge Additional Data...": "Merge Additional Data...", + "Merge...": "Merge...", + "Meta Data": "Meta Data", + "Metadata...": "Metadata...", + "Missing Data Table...": "Missing Data Table...", + "Missing Data...": "Missing Data...", + "Missing Values...": "Missing Values...", + "Model": "Model", + "Model...": "Model...", + "Monthly Summaries...": "Monthly Summaries...", + "More...": "More...", + "Mosaic Plot...": "Mosaic Plot...", + "Multiple Response...": "Multiple Response...", + "Multivariate": "Multivariate", + "Multple Lines...": "Multple Lines...", + "NCMP": "NCMP", + "New Data Frame...": "New Data Frame...", + "New Worksheet...": "New Worksheet...", + "No data loaded": "No data loaded", + "Non Parameteric One Way ANOVA...": "Non Parameteric One Way ANOVA...", + "Non Parametric Two Samples...": "Non Parametric Two Samples...", + "Non Parametric Two Way ANOVA...": "Non Parametric Two Way ANOVA...", + "Non Parametric...": "Non Parametric...", + "Non-numeric Cases...": "Non-numeric Cases...", + "Numeric": "Numeric", + "One Variable": "One Variable", + "One Variable Frequencies...": "One Variable Frequencies...", + "One Variable Graph...": "One Variable Graph...", + "One Variable Summarise...": "One Variable Summarise...", + "One Variable...": "One Variable...", + "One Way ANOVA...": "One Way ANOVA...", + "Open From CSPRO...": "Open From CSPRO...", + "Open From File...": "Open From File...", + "Open From Library...": "Open From Library...", + "Open From ODK...": "Open From ODK...", + "Open SST...": "Open SST...", + "Open from file...": "Open from file...", + "Open from library...": "Open from library...", + "Options by Context": "Options by Context", + "Options by Context Menu": "Options by Context Menu", + "Options by Context...": "Options by Context...", + "Options...": "Options...", + "Other (General)": "Other (General)", + "Other (One Variable)": "Other (One Variable)", + "Other (Three Variable)": "Other (Three Variable)", + "Other (Two Variables)": "Other (Two Variables)", + "Other Rose Plots": "Other Rose Plots", + "Output Window": "Output Window", + "Output for CDT...": "Output for CDT...", + "Output for CPT...": "Output for CPT...", + "PICSA": "PICSA", + "Parallel Coordinate Plot...": "Parallel Coordinate Plot...", + "Paste": "Paste", + "Penman...": "Penman...", + "Permute Columns...": "Permute Columns...", + "Plot Region...": "Plot Region...", + "Plotly...": "Plotly...", + "Polynomials...": "Polynomials...", + "Prepare": "Prepare", + "Prepare to Share (sdc package)...": "Prepare to Share (sdc package)...", + "Principal Components...": "Principal Components...", + "Print Preview...": "Print Preview...", + "Print...": "Print...", + "Probability Distributions": "Probability Distributions", + "Process...": "Process...", + "Procurement": "Procurement", + "Procurement Menu": "Procurement Menu", + "Procurement...": "Procurement...", + "Protect Column...": "Protect Column...", + "QC Rainfall...": "QC Rainfall...", + "QC Temperatures...": "QC Temperatures...", + "R Objects": "R Objects", + "R Packages and Commands...": "R Packages and Commands...", + "R Viewer...": "R Viewer...", + "R packages in R-Instat": "R packages in R-Instat", + "R-Instat": "R-Instat", + "R-Instat website": "R-Instat website", + "Rain Count...": "Rain Count...", + "Rainfall Graph...": "Rainfall Graph...", + "Rainfall...": "Rainfall...", + "Rains Statistics...": "Rains Statistics...", + "Random Samples (Use Model)...": "Random Samples (Use Model)...", + "Random Samples...": "Random Samples...", + "Random Subset...": "Random Subset...", + "Rank...": "Rank...", + "Rating Data...": "Rating Data...", + "Recent": "Recent", + "Recode Factor...": "Recode Factor...", + "Recode Numeric into Quantiles...": "Recode Numeric into Quantiles...", + "Recode Numeric...": "Recode Numeric...", + "Reference Level...": "Reference Level...", + "Region Average...": "Region Average...", + "Regression...": "Regression...", + "Regular Sequence...": "Regular Sequence...", + "Rename Column...": "Rename Column...", + "Rename Data Frame...": "Rename Data Frame...", + "Rename Metadata...": "Rename Metadata...", + "Rename...": "Rename...", + "Reorder Columns...": "Reorder Columns...", + "Reorder Data Frames...": "Reorder Data Frames...", + "Reorder Levels...": "Reorder Levels...", + "Reorder Metadata...": "Reorder Metadata...", + "Reorder...": "Reorder...", + "Replace": "Replace", + "Replace Values...": "Replace Values...", + "Reset to Default Layout": "Reset to Default Layout", + "Restart R": "Restart R", + "Row Numbers/Names...": "Row Numbers/Names...", + "Row Summaries...": "Row Summaries...", + "Rug Plot...": "Rug Plot...", + "Run All": "Run All", + "Run R Code...": "Run R Code...", + "SPI/SPEI...": "SPI/SPEI...", + "Save As": "Save As", + "Save Current Options...": "Save Current Options...", + "Save Data As...": "Save Data As...", + "Save Log As...": "Save Log As...", + "Save Output As...": "Save Output As...", + "Save Script As...": "Save Script As...", + "Save...": "Save...", + "Scatter Plot...": "Scatter Plot...", + "Scatterplot...": "Scatterplot...", + "Script Window": "Script Window", + "Script Window...": "Script Window...", + "Seasonal Forecast Support": "Seasonal Forecast Support", + "Seasonal Plot...": "Seasonal Plot...", + "Seasonal Summary Rain...": "Seasonal Summary Rain...", + "Seasonal Summary...": "Seasonal Summary...", + "Select All ": "Select All ", + "Set Factor Reference Level...": "Set Factor Reference Level...", + "Setup for Data Entry...": "Setup for Data Entry...", + "Shift Daily Data...": "Shift Daily Data...", + "Show Model...": "Show Model...", + "Simple Regression...": "Simple Regression...", + "Simple With Groups...": "Simple With Groups...", + "Site...": "Site...", + "Sort...": "Sort...", + "Specific": "Specific", + "Spells...": "Spells...", + "Split...": "Split...", + "Stack Daily data...": "Stack Daily data...", + "Stack...": "Stack...", + "Start": "Start", + "Start of Rain...": "Start of Rain...", + "Start of the Rains...": "Start of the Rains...", + "Structured": "Structured", + "Structured Menu": "Structured Menu", + "Subset...": "Subset...", + "Summaries...": "Summaries...", + "Summarise CRI by Country (or other)...": "Summarise CRI by Country (or other)...", + "Summarise Red Flags by Country (or other)...": "Summarise Red Flags by Country (or other)...", + "Summarise Red Flags by Country and Year (or other)...": "Summarise Red Flags by Country and Year (or other)...", + "Summarise...": "Summarise...", + "Summary Data...": "Summary Data...", + "Summary Tables...": "Summary Tables...", + "Summary...": "Summary...", + "Sunshine/Radiation...": "Sunshine/Radiation...", + "Survival": "Survival", + "Swap Data and Metadata": "Swap Data and Metadata", + "Tabulation...": "Tabulation...", + "Taylor Diagram...": "Taylor Diagram...", + "Temperature...": "Temperature...", + "Themes...": "Themes...", + "Three Summaries...": "Three Summaries...", + "Three Variables": "Three Variables", + "Three Variables...": "Three Variables...", + "Tidy Daily Data...": "Tidy Daily Data...", + "Tidy and Examine": "Tidy and Examine", + "Tidy...": "Tidy...", + "Time Series": "Time Series", + "Time Series Plot...": "Time Series Plot...", + "Timeseries...": "Timeseries...", + "Tools": "Tools", + "Transform...": "Transform...", + "Transpose...": "Transpose...", + "Treemap...": "Treemap...", + "Trend Graphs...": "Trend Graphs...", + "Two Samples...": "Two Samples...", + "Two Variable Frequencies by Sector (or other)...": "Two Variable Frequencies by Sector (or other)...", + "Two Variables": "Two Variables", + "Two Variables...": "Two Variables...", + "Unstack Daily Data...": "Unstack Daily Data...", + "Unstack...": "Unstack...", + "Unused Levels...": "Unused Levels...", + "Use Award Date (or other)...": "Use Award Date (or other)...", + "Use Date...": "Use Date...", + "Use Graph...": "Use Graph...", + "Use Model": "Use Model", + "Use Model Keyboard...": "Use Model Keyboard...", + "Use Summaries...": "Use Summaries...", + "Use Time...": "Use Time...", + "Variables": "Variables", + "Variogram...": "Variogram...", + "View": "View", + "View Data...": "View Data...", + "View Graph...": "View Graph...", + "View Labels...": "View Labels...", + "View and Remove Keys...": "View and Remove Keys...", + "View and Remove Links...": "View and Remove Links...", + "View...": "View...", + "Visualise Data...": "Visualise Data...", + "Water Balance...": "Water Balance...", + "Water Satisfaction Index...": "Water Satisfaction Index...", + "Wind Rose...": "Wind Rose...", + "Wind Speed/Direction...": "Wind Speed/Direction...", + "Wind/Pollution Rose...": "Wind/Pollution Rose...", + "Windows": "Windows", + "Windrose...": "Windrose...", + "Temperature Graph...": "Temperature Graph...", + "General Graph...": "General Graph...", + "Select Columns...": "Select Columns...", + "Remove Column Selection": "Remove Column Selection", + "Filter Rows...": "Filter Rows...", + "Delete Cell(s)": "Delete Cell(s)", + "Import From File ...": "Import From File ...", + "Import From Library ...": "Import From Library ...", + "Import From ODK...": "Import From ODK...", + "Data Book": "Data Book", + "Add (Merge) Columns...": "Add (Merge) Columns...", + "Column: Calculator...": "Column: Calculator...", + "Column: Numeric...": "Column: Numeric..."} \ No newline at end of file diff --git a/instat/translations/en/r_instat_not_menus.json b/instat/translations/en/r_instat_not_menus.json index 221baf0de02..187a8919e84 100644 --- a/instat/translations/en/r_instat_not_menus.json +++ b/instat/translations/en/r_instat_not_menus.json @@ -1,3831 +1,3602 @@ -{" (lat) ": " (lat) ", -" (lon) ": " (lon) ", -" 5. Total Precipitation:": " 5. Total Precipitation:", -" All combined with &&": " All combined with &&", -" Keys:": " Keys:", -" Options": " Options", -" Show R Commands in Output Window": " Show R Commands in Output Window", -" Two-Variables": " Two-Variables", -" Word Count": " Word Count", -" binom": " binom", -" box": " box", -" comment(s) entered": " comment(s) entered", -" fisher": " fisher", -" kruskal": " kruskal", -" row(s) entered": " row(s) entered", -" | Showing ": " | Showing ", -"!is.na": "!is.na", -"$ end": "$ end", -"% Bias": "% Bias", -"% rank": "% rank", -"%in%": "%in%", -". any": ". any", -".nc files found to import": ".nc files found to import", -"10m u-component of wind": "10m u-component of wind", -"10m v-component of wind": "10m v-component of wind", -"1st Factor:": "1st Factor:", -"2 Digit": "2 Digit", -"2-digit years": "2-digit years", -"2. Mean Station Pressure:": "2. Mean Station Pressure:", -"2m dewpoint temperature": "2m dewpoint temperature", -"2m temperature": "2m temperature", -"2nd Factor (Optional):": "2nd Factor (Optional):", -"2pi": "2pi", -"3. Mean Sea Level Pressure:": "3. Mean Sea Level Pressure:", -"4 Digit": "4 Digit", -"4. Mean Daily Air Temperature:": "4. Mean Daily Air Temperature:", -"4C88C488": "4C88C488", -"6. Mean Daily Max Air Temperature:": "6. Mean Daily Max Air Temperature:", -"7. Mean Daily Min Air Temperature:": "7. Mean Daily Min Air Temperature:", -"8. Mean Daily Relative Humidity:": "8. Mean Daily Relative Humidity:", -"? 0 or 1": "? 0 or 1", -"AIC": "AIC", -"AMOC": "AMOC", -"ANOVA": "ANOVA", -"ANOVA tables": "ANOVA tables", -"API Key:": "API Key:", -"ARC2 Daily Precipitation": "ARC2 Daily Precipitation", -"ARC2 Monthly Precipitation": "ARC2 Monthly Precipitation", -"AT": "AT", -"Abbr.:": "Abbr.:", -"Abbreviation": "Abbreviation", -"Absolute deviation": "Absolute deviation", -"Accent": "Accent", -"Acceptable Range (Element1)": "Acceptable Range (Element1)", -"Acceptable Range (Element2)": "Acceptable Range (Element2)", -"Add": "Add", -"Add Calculation": "Add Calculation", -"Add Colour Scale": "Add Colour Scale", -"Add Comment": "Add Comment", -"Add Component": "Add Component", -"Add Condition": "Add Condition", -"Add Current Contrasts": "Add Current Contrasts", -"Add Date Column": "Add Date Column", -"Add Distribution": "Add Distribution", -"Add Factor Level": "Add Factor Level", -"Add Fill Scale": "Add Fill Scale", -"Add Flag Variables": "Add Flag Variables", -"Add Key": "Add Key", -"Add Label": "Add Label", -"Add Labels": "Add Labels", -"Add Line of Best Fit": "Add Line of Best Fit", -"Add Link": "Add Link", -"Add Manipulation": "Add Manipulation", -"Add Margins": "Add Margins", -"Add Mean Line": "Add Mean Line", -"Add Median Line": "Add Median Line", -"Add New Distribution": "Add New Distribution", -"Add Pair": "Add Pair", -"Add Peaks": "Add Peaks", -"Add Points": "Add Points", -"Add Rug Plot": "Add Rug Plot", -"Add Sub Calculation": "Add Sub Calculation", -"Add Tercile Lines": "Add Tercile Lines", -"Add To Title:": "Add To Title:", -"Add Valleys": "Add Valleys", -"Add flag field data": "Add flag field data", -"Add legend": "Add legend", -"Add to Data Frame:": "Add to Data Frame:", -"Added Distribution": "Added Distribution", -"Additional Data Frame:": "Additional Data Frame:", -"Additional Features": "Additional Features", -"Additional Variables:": "Additional Variables:", -"Advance Options": "Advance Options", -"After": "After", -"Agresti-Coull": "Agresti-Coull", -"Agricolae": "Agricolae", -"Algorithm :": "Algorithm :", -"Alignment:": "Alignment:", -"All": "All", -"All Bids (Trimmed):": "All Bids (Trimmed):", -"All Bids:": "All Bids:", -"All Class": "All Class", -"All Columns": "All Columns", -"All Combined with &&": "All Combined with &&", -"All Contents": "All Contents", -"All Duplicate Cases": "All Duplicate Cases", -"All Options": "All Options", -"All but (unordered) Factor": "All but (unordered) Factor", -"All combined with |": "All combined with |", -"All files of this type": "All files of this type", -"All values if columns are equal": "All values if columns are equal", -"Allow t for Trace": "Allow t for Trace", -"Alpha:": "Alpha:", -"Alternate (Horizontal first)": "Alternate (Horizontal first)", -"Alternate (Vertical first)": "Alternate (Vertical first)", -"Always Use Levels": "Always Use Levels", -"Always Use Values": "Always Use Values", -"Amount": "Amount", -"Amount:": "Amount:", -"An R Command is Running": "An R Command is Running", -"An order": "An order", -"Analysis": "Analysis", -"Ang_dev": "Ang_dev", -"Ang_var": "Ang_var", -"Angle": "Angle", -"Annual": "Annual", -"Annual Rain total": "Annual Rain total", -"Annual+Within": "Annual+Within", -"Annual/Monthly": "Annual/Monthly", -"Annual:": "Annual:", -"Anomalies": "Anomalies", -"Anonymise ID Column": "Anonymise ID Column", -"Anova": "Anova", -"Anova Options": "Anova Options", -"Anti Join": "Anti Join", -"Anticlockwise Direction": "Anticlockwise Direction", -"Any Class": "Any Class", -"Append": "Append", -"Append Data Frames": "Append Data Frames", -"Apply": "Apply", -"Apply As Filter": "Apply As Filter", -"Apply As Subset": "Apply As Subset", -"Apply Options": "Apply Options", -"Apply on All Layers": "Apply on All Layers", -"April": "April", -"Area": "Area", -"Arrow": "Arrow", -"As Percentage": "As Percentage", -"As Percentages": "As Percentages", -"As Proportion of Factors (Optional):": "As Proportion of Factors (Optional):", -"Ascending": "Ascending", -"Ascending Frequencies": "Ascending Frequencies", -"Assume condition not satisfied at start of each period": "Assume condition not satisfied at start of each period", -"Assumed median value": "Assumed median value", -"Asymptotic": "Asymptotic", -"At End": "At End", -"At Start": "At Start", -"At Y =": "At Y =", -"Augment": "Augment", -"August": "August", -"Auto": "Auto", -"Auto ": "Auto ", -"Auto Save Recovery Options": "Auto Save Recovery Options", -"Auto save a backup of data": "Auto save a backup of data", -"Auto saving data...": "Auto saving data...", -"Auto-Generate": "Auto-Generate", -"Automatic": "Automatic", -"AvantGarde": "AvantGarde", -"Average": "Average", -"Award Date:": "Award Date:", -"Award Year:": "Award Year:", -"Axes": "Axes", -"Axis Lines": "Axis Lines", -"Axis Title": "Axis Title", -"BFGS": "BFGS", -"BIB": "BIB", -"BIC": "BIC", -"Back": "Back", -"Background": "Background", -"Background of facet labels": "Background of facet labels", -"Background of legend": "Background of legend", -"Background of legend area": "Background of legend area", -"Background of the entire plot": "Background of the entire plot", -"Background underneath legend keys": "Background underneath legend keys", -"Backup Data File Detected": "Backup Data File Detected", -"Backup Debugging Log File Detected": "Backup Debugging Log File Detected", -"Backup Internal Log File Detected": "Backup Internal Log File Detected", -"Backup Log File Detected": "Backup Log File Detected", -"Backup Manager": "Backup Manager", -"Backup versions :": "Backup versions :", -"Bandwidth: ": "Bandwidth: ", -"Bar": "Bar", -"Bar Chart": "Bar Chart", -"Bar Chart Options": "Bar Chart Options", -"Bar Colour:": "Bar Colour:", -"Bar Graph": "Bar Graph", -"Bar and Pie Chart": "Bar and Pie Chart", -"Bar plot": "Bar plot", -"Barometer Height:": "Barometer Height:", -"Base Range": "Base Range", -"Basic": "Basic", -"Bayesian": "Bayesian", -"Bca": "Bca", -"Before": "Before", -"Before or After Column": "Before or After Column", -"Bernouli": "Bernouli", -"Beta": "Beta", -"Bias": "Bias", -"Big Points": "Big Points", -"Bin Axis:": "Bin Axis:", -"BinSeg": "BinSeg", -"Binary": "Binary", -"Binomial": "Binomial", -"Biplot": "Biplot", -"Black": "Black", -"Blank": "Blank", -"Blocking Variables": "Blocking Variables", -"Blocking Variables:": "Blocking Variables:", -"Blue": "Blue", -"Blues": "Blues", -"Bold": "Bold", -"Bold italic": "Bold italic", -"Bonett": "Bonett", -"Bookman": "Bookman", -"Boot": "Boot", -"Bootci.Type:": "Bootci.Type:", -"Bootstrap Options": "Bootstrap Options", -"Border": "Border", -"Both": "Both", -"Bottom": "Bottom", -"Bottom:": "Bottom:", -"Box plot": "Box plot", -"Boxplot": "Boxplot", -"Boxplot + Jitter": "Boxplot + Jitter", -"Boxplot Count Variable": "Boxplot Count Variable", -"Boxplot Method": "Boxplot Method", -"Boxplot Options": "Boxplot Options", -"BrBG": "BrBG", -"Break Points:": "Break Points:", -"Breaks": "Breaks", -"Broken Stick": "Broken Stick", -"Brown": "Brown", -"Browse": "Browse", -"Browse File": "Browse File", -"Browse Folder": "Browse Folder", -"BuGn": "BuGn", -"BuPu": "BuPu", -"Buishand": "Buishand", -"By": "By", -"By Column": "By Column", -"By Factor (Optional):": "By Factor (Optional):", -"By Factor(s)": "By Factor(s)", -"By Factors:": "By Factors:", -"By Filter": "By Filter", -"By Month": "By Month", -"By Variable (Optional):": "By Variable (Optional):", -"By Year": "By Year", -"By:": "By:", -"C.I band": "C.I band", -"C.I.Method:": "C.I.Method:", -"CCA Options": "CCA Options", -"CDF": "CDF", -"CDF Plot": "CDF Plot", -"CDF Plot with Confidence Intervals": "CDF Plot with Confidence Intervals", -"CPF": "CPF", -"CPT to Tabular Data": "CPT to Tabular Data", -"CROPS": "CROPS", -"CSS": "CSS", -"CUSUM": "CUSUM", -"Calculate Difference Categories": "Calculate Difference Categories", -"Calculate Option Differences": "Calculate Option Differences", -"Calculate Proportions": "Calculate Proportions", -"Calculate Proportions or Percentages": "Calculate Proportions or Percentages", -"Calculate Rainfall Value by:": "Calculate Rainfall Value by:", -"Calculate by Year": "Calculate by Year", -"Calculated Columns": "Calculated Columns", -"Calculated columns": "Calculated columns", -"Calculation Name:": "Calculation Name:", -"Calculations": "Calculations", -"Calculations:": "Calculations:", -"Calm Wind:": "Calm Wind:", -"Cancel": "Cancel", -"Cannot get package information.": "Cannot get package information.", -"Cannot get package information. Check your internet connection.": "Cannot get package information. Check your internet connection.", -"Cannot show text preview of file:": "Cannot show text preview of file:", -"Canonical Correlations": "Canonical Correlations", -"Canonicalmono": "Canonicalmono", -"Capacity:": "Capacity:", -"Caption Size:": "Caption Size:", -"Caption below the plot (text appearance)": "Caption below the plot (text appearance)", -"Caret(^)": "Caret(^)", -"Carry": "Carry", -"Carry Columns": "Carry Columns", -"Carry Columns:": "Carry Columns:", -"Categorical": "Categorical", -"Categorical by Categorical:": "Categorical by Categorical:", -"Categorical by Numeric:": "Categorical by Numeric:", -"Categorical:": "Categorical:", -"Category Column:": "Category Column:", -"Cauchit": "Cauchit", -"Cauchy": "Cauchy", -"Cell": "Cell", -"Cell (%)": "Cell (%)", -"Celsius": "Celsius", -"Center": "Center", -"CenterObs": "CenterObs", -"Centimetres": "Centimetres", -"Centre Mean on Last Day": "Centre Mean on Last Day", -"Centred": "Centred", -"CenturySch": "CenturySch", -"Change Limits": "Change Limits", -"Change Point Options": "Change Point Options", -"Change type": "Change type", -"Change...": "Change...", -"Character": "Character", -"Character Column:": "Character Column:", -"Check": "Check", -"Check Duplicates": "Check Duplicates", -"Check Unique": "Check Unique", -"Chi-Square Test": "Chi-Square Test", -"Chi_Square": "Chi_Square", -"Choice:": "Choice:", -"Choose Columns": "Choose Columns", -"Choose Columns:": "Choose Columns:", -"Choose Form:": "Choose Form:", -"Choose Function": "Choose Function", -"Choose Property": "Choose Property", -"Choose Region": "Choose Region", -"Choose Subset of Columns to Merge": "Choose Subset of Columns to Merge", -"Choose Summaries...": "Choose Summaries...", -"Choose one of the following to proceed": "Choose one of the following to proceed", -"Choose...": "Choose...", -"Cicero": "Cicero", -"Circle": "Circle", -"Circular": "Circular", -"Circular Plots": "Circular Plots", -"Circular:": "Circular:", -"Classic": "Classic", -"Clear": "Clear", -"Clear Conditions": "Clear Conditions", -"Clear Script": "Clear Script", -"Clear contents": "Clear contents", -"CliData": "CliData", -"CliPlot": "CliPlot", -"Cliboxplot": "Cliboxplot", -"Click Ok to Confirm the Export.": "Click Ok to Confirm the Export.", -"Click Ok to confirm the save": "Click Ok to confirm the save", -"Climatic Boxplot": "Climatic Boxplot", -"Climatic Check Data Rainfall": "Climatic Check Data Rainfall", -"Climatic Check Data Temperature": "Climatic Check Data Temperature", -"Climatic Data Entry": "Climatic Data Entry", -"Climatic Maps": "Climatic Maps", -"Climatic Summary": "Climatic Summary", -"Climatic_Type": "Climatic_Type", -"Climdex Indices": "Climdex Indices", -"Climsoft": "Climsoft", -"Clopper-Pearson": "Clopper-Pearson", -"Close": "Close", -"Close R-Instat now": "Close R-Instat now", -"Closed On": "Closed On", -"Cloud Cover:": "Cloud Cover:", -"Code Missing Values as:": "Code Missing Values as:", -"Coeff": "Coeff", -"Coeff:": "Coeff:", -"Coefficient Of Variation": "Coefficient Of Variation", -"Coefficient of determination": "Coefficient of determination", -"Coefficient of persistence": "Coefficient of persistence", -"Coefficients": "Coefficients", -"Coin": "Coin", -"Cold Spell Duration Index [15:CSDI]": "Cold Spell Duration Index [15:CSDI]", -"Colon :": "Colon :", -"Colon(:)": "Colon(:)", -"Color (Optional):": "Color (Optional):", -"Color:": "Color:", -"Colour": "Colour", -"Colour Bar Max:": "Colour Bar Max:", -"Colour Bar Min:": "Colour Bar Min:", -"Colour By (Optional):": "Colour By (Optional):", -"Colour By:": "Colour By:", -"Colour Columns by Structure": "Colour Columns by Structure", -"Colour Lines by Difference": "Colour Lines by Difference", -"Colour Palette:": "Colour Palette:", -"Colour Scale": "Colour Scale", -"Colour by Property": "Colour by Property", -"Colour rainbow": "Colour rainbow", -"Colour:": "Colour:", -"Colours": "Colours", -"Colours for Summaries": "Colours for Summaries", -"Column": "Column", -"Column (%)": "Column (%)", -"Column :": "Column :", -"Column Chart Options": "Column Chart Options", -"Column Factor:": "Column Factor:", -"Column Factors:": "Column Factors:", -"Column Label:": "Column Label:", -"Column Name": "Column Name", -"Column Name Event Day": "Column Name Event Day", -"Column Name Extreme Event": "Column Name Extreme Event", -"Column Name:": "Column Name:", -"Column Selection": "Column Selection", -"Column Statistics": "Column Statistics", -"Column Structure": "Column Structure", -"Column Variable(s) (Factor):": "Column Variable(s) (Factor):", -"Column Width:": "Column Width:", -"Column to Duplicate:": "Column to Duplicate:", -"Column to Split:": "Column to Split:", -"Column to Transform:": "Column to Transform:", -"Column to Unstack:": "Column to Unstack:", -"Column(s):": "Column(s):", -"Column:": "Column:", -"Column: ": "Column: ", -"Columns": "Columns", -"Columns to Combine:": "Columns to Combine:", -"Columns to Convert:": "Columns to Convert:", -"Columns to Delete:": "Columns to Delete:", -"Columns to Include": "Columns to Include", -"Columns to Rank:": "Columns to Rank:", -"Columns to Reorder:": "Columns to Reorder:", -"Columns to Sort by:": "Columns to Sort by:", -"Columns to Stack:": "Columns to Stack:", -"Columns to Transpose:": "Columns to Transpose:", -"Columns to Unstack:": "Columns to Unstack:", -"Columns to be formatted ": "Columns to be formatted ", -"Columns:": "Columns:", -"Combine": "Combine", -"Combine Factors": "Combine Factors", -"Combine Graphs": "Combine Graphs", -"Combine Text Columns": "Combine Text Columns", -"Combined Graph": "Combined Graph", -"Comma ": "Comma ", -"Comma separated file (*.csv)": "Comma separated file (*.csv)", -"Comma(": "Comma(", -"Command": "Command", -"Command Examples": "Command Examples", -"Command Format:": "Command Format:", -"Command Ok.": "Command Ok.", -"Command produced an error or no output to display.": "Command produced an error or no output to display.", -"Command produced an error.": "Command produced an error.", -"Command:": "Command:", -"Commands": "Commands", -"Comment Format:": "Comment Format:", -"Comment:": "Comment:", -"Comments": "Comments", -"Common": "Common", -"Common Options": "Common Options", -"Common Regions:": "Common Regions:", -"Compare Columns": "Compare Columns", -"Compare Satellite Data": "Compare Satellite Data", -"Compare Two Options": "Compare Two Options", -"Comparison": "Comparison", -"Comparison Summaries": "Comparison Summaries", -"Comparisons to Display:": "Comparisons to Display:", -"Complete records only": "Complete records only", -"Complete rows only": "Complete rows only", -"Component": "Component", -"Component:": "Component:", -"Condition": "Condition", -"Condition Factors (Optional):": "Condition Factors (Optional):", -"Condition for Selection": "Condition for Selection", -"Condition for selection": "Condition for selection", -"Condition:": "Condition:", -"Conditional": "Conditional", -"Conditional Eval Options": "Conditional Eval Options", -"Conditional Quantile Options": "Conditional Quantile Options", -"Conditional Quantile Plot": "Conditional Quantile Plot", -"Conditions for Start of Rains": "Conditions for Start of Rains", -"Conf=0.95": "Conf=0.95", -"Confidence Interval:": "Confidence Interval:", -"Confidence Level:": "Confidence Level:", -"Confidence Limits": "Confidence Limits", -"Confidence interval": "Confidence interval", -"Conjugent Gradent (CG)": "Conjugent Gradent (CG)", -"Connect": "Connect", -"Connect To ClimSoft Database": "Connect To ClimSoft Database", -"Connect to Climsoft Database": "Connect to Climsoft Database", -"Connected": "Connected", -"Connecting Lines": "Connecting Lines", -"Consecutive": "Consecutive", -"Constant": "Constant", -"Construct": "Construct", -"Construct Examples": "Construct Examples", -"Contexts": "Contexts", -"Contexts to carry:": "Contexts to carry:", -"Contingency": "Contingency", -"Continuity correction": "Continuity correction", -"Continuous": "Continuous", -"Contract Sector:": "Contract Sector:", -"Contract Title:": "Contract Title:", -"Contract Value Categories:": "Contract Value Categories:", -"Contract Value Share Threshold:": "Contract Value Share Threshold:", -"Contract Value:": "Contract Value:", -"Contrast": "Contrast", -"Contrasts": "Contrasts", -"Control Options": "Control Options", -"Control Variables:": "Control Variables:", -"Conversions": "Conversions", -"Convert": "Convert", -"Convert Case": "Convert Case", -"Convert Columns": "Convert Columns", -"Convert Strings to Factor Columns": "Convert Strings to Factor Columns", -"Convert To": "Convert To", -"Convert to Character": "Convert to Character", -"Convert to Circular": "Convert to Circular", -"Convert to Factor": "Convert to Factor", -"Convert to Logical": "Convert to Logical", -"Convert to Numeric": "Convert to Numeric", -"Convert to Ordered Factor": "Convert to Ordered Factor", -"Convert to Variate": "Convert to Variate", -"Convert to:": "Convert to:", -"Cook's Distance": "Cook's Distance", -"Cook's Distance v Leverage": "Cook's Distance v Leverage", -"Coordinates": "Coordinates", -"Copy Data Frame": "Copy Data Frame", -"Copy Image": "Copy Image", -"Copy RichText": "Copy RichText", -"Copy Row Names into Column": "Copy Row Names into Column", -"Copy from Below": "Copy from Below", -"Copy...": "Copy...", -"Cor": "Cor", -"Corrected Hue Where Colour Map Begins:": "Corrected Hue Where Colour Map Begins:", -"Corrected Hue Where Colour Map Ends:": "Corrected Hue Where Colour Map Ends:", -"Correlation": "Correlation", -"Correlation Display and Graphics": "Correlation Display and Graphics", -"Correlation Matrix": "Correlation Matrix", -"Correlation Plot": "Correlation Plot", -"Correlations": "Correlations", -"Corruption Output:": "Corruption Output:", -"Corruption Outputs:": "Corruption Outputs:", -"Cosine Distance between q-Gram Profiles": "Cosine Distance between q-Gram Profiles", -"Could not read time dimension dates from file.": "Could not read time dimension dates from file.", -"Count": "Count", -"Count Records Data Frame:": "Count Records Data Frame:", -"Count in Factor": "Count in Factor", -"Counting Process": "Counting Process", -"Countries:": "Countries:", -"Country Capitals": "Country Capitals", -"Country Coloured Map": "Country Coloured Map", -"Country ISO2:": "Country ISO2:", -"Country ISO3:": "Country ISO3:", -"Country Level": "Country Level", -"Country Level Columns": "Country Level Columns", -"Country Names:": "Country Names:", -"Country:": "Country:", -"Counts": "Counts", -"Counts on Y Axis": "Counts on Y Axis", -"Counts totals": "Counts totals", -"Courier": "Courier", -"Couriersans": "Couriersans", -"Covariance": "Covariance", -"Create Labels": "Create Labels", -"Create Survival Object": "Create Survival Object", -"Create an account": "Create an account", -"Create subset of non-numeric cases": "Create subset of non-numeric cases", -"Crop Definitions": "Crop Definitions", -"Crop Length Day(s):": "Crop Length Day(s):", -"Cumulative": "Cumulative", -"Cumulative exceedance": "Cumulative exceedance", -"Cumulative graph": "Cumulative graph", -"Cumulative/Exceedance Graph": "Cumulative/Exceedance Graph", -"Current Name:": "Current Name:", -"Current Value:": "Current Value:", -"Custom": "Custom", -"Custom Range": "Custom Range", -"Customised": "Customised", -"Cutoff for 2000 years:": "Cutoff for 2000 years:", -"DF": "DF", -"DF1": "DF1", -"DF2": "DF2", -"Daily": "Daily", -"Daily Data Entry": "Daily Data Entry", -"Daily Precipitation 0.05 degree": "Daily Precipitation 0.05 degree", -"Daily Precipitation 0.25 degree": "Daily Precipitation 0.25 degree", -"Dark2": "Dark2", -"Dashed": "Dashed", -"Data": "Data", -"Data (Optional):": "Data (Optional):", -"Data Column and Factor Column": "Data Column and Factor Column", -"Data Column:": "Data Column:", -"Data Columns": "Data Columns", -"Data Frame Label:": "Data Frame Label:", -"Data Frame Preview:": "Data Frame Preview:", -"Data Frame(s):": "Data Frame(s):", -"Data Frame:": "Data Frame:", -"Data Frames to Reorder:": "Data Frames to Reorder:", -"Data Frames:": "Data Frames:", -"Data From Row:": "Data From Row:", -"Data Options": "Data Options", -"Data Period": "Data Period", -"Data Period Label": "Data Period Label", -"Data Period label": "Data Period label", -"Data column": "Data column", -"Data frame Metadata": "Data frame Metadata", -"Data list not implemented": "Data list not implemented", -"Data:": "Data:", -"Database Name:": "Database Name:", -"Dataframe Name:": "Dataframe Name:", -"Dataset Name:": "Dataset Name:", -"Date": "Date", -"Date Order": "Date Order", -"Date Plot": "Date Plot", -"Date Range": "Date Range", -"Date Scales": "Date Scales", -"Date and Time": "Date and Time", -"Date labels": "Date labels", -"Date:": "Date:", -"Dates/Times": "Dates/Times", -"Day": "Day", -"Day Columns (31/62)": "Day Columns (31/62)", -"Day Columns (31/62):": "Day Columns (31/62):", -"Day Length": "Day Length", -"Day Month": "Day Month", -"Day Month (1 Jan)": "Day Month (1 Jan)", -"Day Month Full (1 January)": "Day Month Full (1 January)", -"Day Number (1-366)": "Day Number (1-366)", -"Day Of Month:": "Day Of Month:", -"Day Range": "Day Range", -"Day in Month": "Day in Month", -"Day in Year:": "Day in Year:", -"Day of Month:": "Day of Month:", -"Day of Year": "Day of Year", -"Day of Year:": "Day of Year:", -"Day-Month(Full Name)-Year(4-digit)": "Day-Month(Full Name)-Year(4-digit)", -"Day-Month(abbr)-Year(4-digit)": "Day-Month(abbr)-Year(4-digit)", -"Day-Month-Year(4-digit)": "Day-Month-Year(4-digit)", -"Day/Month(Full Name)/Year(4-digit)": "Day/Month(Full Name)/Year(4-digit)", -"Day/Month(abbr)/Year(4-digit)": "Day/Month(abbr)/Year(4-digit)", -"Day/Month/Year(4-digit)": "Day/Month/Year(4-digit)", -"Day:": "Day:", -"Days": "Days", -"Days for Quantiles:": "Days for Quantiles:", -"Days in Month": "Days in Month", -"December": "December", -"Deciles && Quintiles": "Deciles && Quintiles", -"Decimal": "Decimal", -"Decimal Places for Percentages:": "Decimal Places for Percentages:", -"Decimal:": "Decimal:", -"Declustering": "Declustering", -"Default": "Default", -"Default Format": "Default Format", -"Default Value:": "Default Value:", -"Define As Factor": "Define As Factor", -"Define CRI": "Define CRI", -"Define Climatic Data": "Define Climatic Data", -"Define Corruption Outputs": "Define Corruption Outputs", -"Define New Filter": "Define New Filter", -"Define New Property": "Define New Property", -"Define Options By Context Data": "Define Options By Context Data", -"Define Procurement Data": "Define Procurement Data", -"Define Red Flags": "Define Red Flags", -"Define Survival Data": "Define Survival Data", -"Define a Contrast:": "Define a Contrast:", -"Degree:": "Degree:", -"Degrees of freedom:": "Degrees of freedom:", -"Degrees:": "Degrees:", -"Dekad": "Dekad", -"Dekad Precipitation 0.05 degree": "Dekad Precipitation 0.05 degree", -"Del": "Del", -"Delete": "Delete", -"Delete Column": "Delete Column", -"Delete Column(s)": "Delete Column(s)", -"Delete Columns": "Delete Columns", -"Delete Data Frames": "Delete Data Frames", -"Delete From:": "Delete From:", -"Delete Key": "Delete Key", -"Delete Link": "Delete Link", -"Delete Metadata": "Delete Metadata", -"Delete Objects": "Delete Objects", -"Delete Row(s)": "Delete Row(s)", -"Delete Rows/Columns": "Delete Rows/Columns", -"Delete Selected": "Delete Selected", -"Delete Theme": "Delete Theme", -"Density": "Density", -"Density Options": "Density Options", -"Density Plot": "Density Plot", -"Density plot": "Density plot", -"Descending": "Descending", -"Descending Frequencies": "Descending Frequencies", -"Describe Display Options": "Describe Display Options", -"Describe Survival": "Describe Survival", -"Describe Two Variables": "Describe Two Variables", -"Deselect All Levels": "Deselect All Levels", -"Details": "Details", -"Details Options": "Details Options", -"Detect": "Detect", -"Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.", -"Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.", -"Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.", -"Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?", -"Did you know: You can easily view a whole data frame in a separate window.": "Did you know: You can easily view a whole data frame in a separate window.", -"Dida": "Dida", -"Difference": "Difference", -"Difference Column:": "Difference Column:", -"Differences": "Differences", -"Dimensions to Plot:": "Dimensions to Plot:", -"Direction (N/S E/W):": "Direction (N/S E/W):", -"Disconnect": "Disconnect", -"Discrete": "Discrete", -"Dispaly Daily Options": "Dispaly Daily Options", -"Display": "Display", -"Display Chi-Square Breakpoints": "Display Chi-Square Breakpoints", -"Display Daily Data": "Display Daily Data", -"Display Format:": "Display Format:", -"Display From:": "Display From:", -"Display Graph Results": "Display Graph Results", -"Display HTML in Output Window": "Display HTML in Output Window", -"Display In Output": "Display In Output", -"Display Margins": "Display Margins", -"Display Model": "Display Model", -"Display NA as:": "Display NA as:", -"Display Objects...": "Display Objects...", -"Display Options": "Display Options", -"Display Options...": "Display Options...", -"Display Outer Margins": "Display Outer Margins", -"Display Rain Days": "Display Rain Days", -"Display Summary": "Display Summary", -"Display Top N": "Display Top N", -"Display Values As": "Display Values As", -"Display as Decimal": "Display as Decimal", -"Display as decimal": "Display as decimal", -"Display details of warnings and errors": "Display details of warnings and errors", -"Display dialog's selected data frame in grid": "Display dialog's selected data frame in grid", -"Display in Interactive Viewer": "Display in Interactive Viewer", -"Display in Output Window": "Display in Output Window", -"Display in R Viewer": "Display in R Viewer", -"Display in R-Viewer": "Display in R-Viewer", -"Display in Separate Window": "Display in Separate Window", -"Display in Separate Windows": "Display in Separate Windows", -"Display summary": "Display summary", -"Display:": "Display:", -"DisplayChi": "DisplayChi", -"Distance based on Soundex Encoding": "Distance based on Soundex Encoding", -"Distribution Options": "Distribution Options", -"Distribution Parameters:": "Distribution Parameters:", -"Distribution:": "Distribution:", -"Diverging": "Diverging", -"DoY average": "DoY average", -"Dodge": "Dodge", -"Dodge2": "Dodge2", -"Domain": "Domain", -"Don' t import data after downloading": "Don' t import data after downloading", -"Don't import data after downloading": "Don't import data after downloading", -"Dot ": "Dot ", -"Dot Plot": "Dot Plot", -"Dot Plot Options...": "Dot Plot Options...", -"Dot plot": "Dot plot", -"Dot-dash": "Dot-dash", -"Dotplot": "Dotplot", -"Dotted": "Dotted", -"Double Decker": "Double Decker", -"Doy:": "Doy:", -"Drop Missing Combinations": "Drop Missing Combinations", -"Drop Unused Levels": "Drop Unused Levels", -"Drop empty factor levels": "Drop empty factor levels", -"Dry Month": "Dry Month", -"Dry Period": "Dry Period", -"Dry Spell": "Dry Spell", -"Dummy Variables": "Dummy Variables", -"Duplicate": "Duplicate", -"Duplicate Column": "Duplicate Column", -"Duplicates": "Duplicates", -"Duplicates Only": "Duplicates Only", -"E": "E", -"ERA5 hourly data (single levels)": "ERA5 hourly data (single levels)", -"Edit Condition": "Edit Condition", -"Edit Filter": "Edit Filter", -"Editor Window": "Editor Window", -"Eigenvalue": "Eigenvalue", -"Eigenvalues": "Eigenvalues", -"Eigenvectors": "Eigenvectors", -"Element": "Element", -"Element Abbreviation": "Element Abbreviation", -"Element IDs": "Element IDs", -"Element Line": "Element Line", -"Element Name:": "Element Name:", -"Element Names": "Element Names", -"Element Order": "Element Order", -"Element Text ": "Element Text ", -"Element Types": "Element Types", -"Element(s):": "Element(s):", -"Element1 (Tmax):": "Element1 (Tmax):", -"Element2 (Tmin):": "Element2 (Tmin):", -"Element:": "Element:", -"ElementRect": "ElementRect", -"Elements": "Elements", -"Elements to Edit:": "Elements to Edit:", -"Elements-Stations": "Elements-Stations", -"Elements:": "Elements:", -"Empty": "Empty", -"Encoding:": "Encoding:", -"End": "End", -"End :": "End :", -"End Date:": "End Date:", -"End Day": "End Day", -"End Value:": "End Value:", -"End Year for Climatological Period:": "End Year for Climatological Period:", -"End Year for Region Average:": "End Year for Region Average:", -"End Year for Station Trend:": "End Year for Station Trend:", -"End Year for Variogram Period:": "End Year for Variogram Period:", -"End date:": "End date:", -"End of Rains": "End of Rains", -"End of Rains/Season": "End of Rains/Season", -"End of Season": "End of Season", -"End(L):": "End(L):", -"End:": "End:", -"English": "English", -"Ensure complete years": "Ensure complete years", -"Enter": "Enter", -"Enter Data": "Enter Data", -"Enter Result Into:": "Enter Result Into:", -"Enter value(s)": "Enter value(s)", -"Entire Range": "Entire Range", -"Entry Time:": "Entry Time:", -"Equal To": "Equal To", -"Equitable Threat Score": "Equitable Threat Score", -"Establish Connection..": "Establish Connection..", -"Estimate": "Estimate", -"Estimate:": "Estimate:", -"Estimated:": "Estimated:", -"Estimates": "Estimates", -"Estimates:": "Estimates:", -"Estimation methods": "Estimation methods", -"Evaluation": "Evaluation", -"Evaporation:": "Evaporation:", -"Evapotraspiration": "Evapotraspiration", -"Event Occurs When Value is:": "Event Occurs When Value is:", -"Event:": "Event:", -"Every": "Every", -"Exact": "Exact", -"Examine": "Examine", -"Examples": "Examples", -"Exceedance": "Exceedance", -"Exclude": "Exclude", -"Exclude Missing": "Exclude Missing", -"Exclude/Separate:": "Exclude/Separate:", -"Exit Preview and Print": "Exit Preview and Print", -"Exit Time:": "Exit Time:", -"Expand": "Expand", -"Explanatory Model for Location or Scale": "Explanatory Model for Location or Scale", -"Explanatory Model:": "Explanatory Model:", -"Explanatory Variable:": "Explanatory Variable:", -"Explanatory Variables:": "Explanatory Variables:", -"Exponential": "Exponential", -"Export Datasets": "Export Datasets", -"Export File(s):": "Export File(s):", -"Export File:": "Export File:", -"Export Graph As Image": "Export Graph As Image", -"Export R Objects": "Export R Objects", -"Export R Workspace": "Export R Workspace", -"Export To World Weather Record": "Export To World Weather Record", -"Export for PICSA": "Export for PICSA", -"Export to CMSAF R ToolBox": "Export to CMSAF R ToolBox", -"Export to CPT": "Export to CPT", -"Export to OpenRefine": "Export to OpenRefine", -"Expression": "Expression", -"Exremal Dependency Index": "Exremal Dependency Index", -"Extend Fill": "Extend Fill", -"Extra Rows": "Extra Rows", -"Extract": "Extract", -"Extreme": "Extreme", -"Extreme Dependency Score": "Extreme Dependency Score", -"Extreme Events": "Extreme Events", -"Extreme Maximum": "Extreme Maximum", -"Extreme Minimum": "Extreme Minimum", -"Extreme_Value": "Extreme_Value", -"Extremes ": "Extremes ", -"Extremes Display Options": "Extremes Display Options", -"Extremes Method": "Extremes Method", -"F": "F", -"F1": "F1", -"FALSE": "FALSE", -"FIt Model": "FIt Model", -"Face": "Face", -"Facet": "Facet", -"Facet (Optional):": "Facet (Optional):", -"Facet By (Optional):": "Facet By (Optional):", -"Facet By (Station):": "Facet By (Station):", -"Facet By:": "Facet By:", -"Facet Column(s):": "Facet Column(s):", -"Facet Label Background ": "Facet Label Background ", -"Facet Labels": "Facet Labels", -"Facet by Column Factor": "Facet by Column Factor", -"Facet labels": "Facet labels", -"Facet labels along horizontal direction": "Facet labels along horizontal direction", -"Facet labels along vertical direction": "Facet labels along vertical direction", -"Facet2 (Optional):": "Facet2 (Optional):", -"Facet:": "Facet:", -"Facets": "Facets", -"Facets:": "Facets:", -"Factor": "Factor", -"Factor (Optional):": "Factor (Optional):", -"Factor Data Frame": "Factor Data Frame", -"Factor Into:": "Factor Into:", -"Factor Level": "Factor Level", -"Factor Options": "Factor Options", -"Factor Selected:": "Factor Selected:", -"Factor Values for Selection": "Factor Values for Selection", -"Factor Variable:": "Factor Variable:", -"Factor to Unstack by:": "Factor to Unstack by:", -"Factor:": "Factor:", -"Factors": "Factors", -"Factors Selected:": "Factors Selected:", -"Factors as Percentage:": "Factors as Percentage:", -"Factors:": "Factors:", -"Factory Reset": "Factory Reset", -"Fahrenheit": "Fahrenheit", -"False Alarm Ratio": "False Alarm Ratio", -"Family": "Family", -"February": "February", -"Feet per second (ftps)": "Feet per second (ftps)", -"File:": "File:", -"Files with the same names will be overwritten.": "Files with the same names will be overwritten.", -"Fill": "Fill", -"Fill (Optional):": "Fill (Optional):", -"Fill Color": "Fill Color", -"Fill Colour (Optional):": "Fill Colour (Optional):", -"Fill Colour:": "Fill Colour:", -"Fill Scale": "Fill Scale", -"Fill date gaps": "Fill date gaps", -"Fill:": "Fill:", -"Filter": "Filter", -"Filter By:": "Filter By:", -"Filter From Factors": "Filter From Factors", -"Filter:": "Filter:", -"Filters": "Filters", -"Filters From Factor": "Filters From Factor", -"Find Forms": "Find Forms", -"Find Non-Numeric Values": "Find Non-Numeric Values", -"Find all": "Find all", -"Find next": "Find next", -"Find what": "Find what", -"Find whole word only": "Find whole word only", -"Finish": "Finish", -"First": "First", -"First Column:": "First Column:", -"First Context:": "First Context:", -"First Data Frame": "First Data Frame", -"First Data Frame:": "First Data Frame:", -"First Explanatory Variable": "First Explanatory Variable", -"First Explanatory Variable:": "First Explanatory Variable:", -"First Factor:": "First Factor:", -"First Line is Column Headers:": "First Line is Column Headers:", -"First Row is Column Headers": "First Row is Column Headers", -"First Variable(s):": "First Variable(s):", -"First Variable:": "First Variable:", -"First Variables:": "First Variables:", -"First Word:": "First Word:", -"Fiscal Year:": "Fiscal Year:", -"Fit": "Fit", -"Fit Model and Bootstrap Options": "Fit Model and Bootstrap Options", -"Fit Multiple": "Fit Multiple", -"Fit Single": "Fit Single", -"Fit a Gamma Distribution": "Fit a Gamma Distribution", -"Fit an Extreme Distribution": "Fit an Extreme Distribution", -"Fitted Model": "Fitted Model", -"Fitted Model:": "Fitted Model:", -"Fitted Values": "Fitted Values", -"Fitting Method": "Fitting Method", -"Fitting Options": "Fitting Options", -"Fixed": "Fixed", -"Fixed Day": "Fixed Day", -"Fixed Number of Columns": "Fixed Number of Columns", -"Fixed Number of Components": "Fixed Number of Components", -"Fixed Number of Rows": "Fixed Number of Rows", -"Fixed width": "Fixed width", -"Flat Frequency Table": "Flat Frequency Table", -"Flip Coordinates": "Flip Coordinates", -"Flip coordinates": "Flip coordinates", -"Fliter Preview:": "Fliter Preview:", -"Font Size:": "Font Size:", -"For All Dialogs": "For All Dialogs", -"For This Dialog Only": "For This Dialog Only", -"Force positive": "Force positive", -"Foreign Winner:": "Foreign Winner:", -"Format Current or Selected Columns": "Format Current or Selected Columns", -"Format Data": "Format Data", -"Format Description": "Format Description", -"Format Field": "Format Field", -"Format Font:": "Format Font:", -"Format:": "Format:", -"Four Variable Modelling": "Four Variable Modelling", -"Fourth Context:": "Fourth Context:", -"Fraction Trimmed:": "Fraction Trimmed:", -"Fractions": "Fractions", -"Free": "Free", -"Free Scale Axis for Facets": "Free Scale Axis for Facets", -"Free Scale Y Axis": "Free Scale Y Axis", -"Free Scales X": "Free Scales X", -"Free Scales Y": "Free Scales Y", -"Free Space": "Free Space", -"Free_x": "Free_x", -"Free_y": "Free_y", -"Freeze Columns": "Freeze Columns", -"Freeze Columns:": "Freeze Columns:", -"French": "French", -"Frequencies Options": "Frequencies Options", -"Frequency": "Frequency", -"Frequency Polygon": "Frequency Polygon", -"Frequency Polygon Options": "Frequency Polygon Options", -"Frequency Table & Graph Options": "Frequency Table & Graph Options", -"Frequency Tables": "Frequency Tables", -"Frequency polygon": "Frequency polygon", -"Frequency tables": "Frequency tables", -"From": "From", -"From Library": "From Library", -"From Package:": "From Package:", -"From:": "From:", -"Frost Days [1:FD]": "Frost Days [1:FD]", -"Full Damerau-Levenshtein Distance": "Full Damerau-Levenshtein Distance", -"Full Join": "Full Join", -"Full Name": "Full Name", -"Function Name:": "Function Name:", -"Function...": "Function...", -"Function:": "Function:", -"GEV": "GEV", -"GP": "GP", -"Gamma": "Gamma", -"Gamma_With_Shape_and_Mean": "Gamma_With_Shape_and_Mean", -"Gamma_With_Shape_and_Rate": "Gamma_With_Shape_and_Rate", -"Gamma_With_Shape_and_Scale": "Gamma_With_Shape_and_Scale", -"Gamma_With_Zeros": "Gamma_With_Zeros", -"Gaussian": "Gaussian", -"General ANOVA": "General ANOVA", -"General ANOVA Options...": "General ANOVA Options...", -"General Case": "General Case", -"General Summaries": "General Summaries", -"Generalized Linear Models": "Generalized Linear Models", -"Generate Random Sample": "Generate Random Sample", -"Geom": "Geom", -"Geom Aesthetics:": "Geom Aesthetics:", -"Geom:": "Geom:", -"Geometric": "Geometric", -"Geometry": "Geometry", -"Geometry:": "Geometry:", -"Gerrity Score": "Gerrity Score", -"Glance": "Glance", -"Globalminmax": "Globalminmax", -"GnBu": "GnBu", -"Goodness of Fit (MGE)": "Goodness of Fit (MGE)", -"Graph": "Graph", -"Graph Caption": "Graph Caption", -"Graph Caption:": "Graph Caption:", -"Graph Columns:": "Graph Columns:", -"Graph Display": "Graph Display", -"Graph Frequencies": "Graph Frequencies", -"Graph Options": "Graph Options", -"Graph Sub Title": "Graph Sub Title", -"Graph Sub Title:": "Graph Sub Title:", -"Graph Subtitle:": "Graph Subtitle:", -"Graph Title": "Graph Title", -"Graph Title:": "Graph Title:", -"Graph and Display Options": "Graph and Display Options", -"Graph by Year": "Graph by Year", -"Graph to Use:": "Graph to Use:", -"Graph to View:": "Graph to View:", -"Graph:": "Graph:", -"Graphs": "Graphs", -"Graphs GUI": "Graphs GUI", -"Graphs To Combine:": "Graphs To Combine:", -"Greater Than": "Greater Than", -"Greater than": "Greater than", -"Green": "Green", -"Greens": "Greens", -"Grey": "Grey", -"Greys": "Greys", -"Grid lines": "Grid lines", -"Grid square": "Grid square", -"Grop Height": "Grop Height", -"Grop Width": "Grop Width", -"Group (Optional):": "Group (Optional):", -"Group Data": "Group Data", -"Group to Connect": "Group to Connect", -"Group:": "Group:", -"GroupBox1": "GroupBox1", -"Grouping Factor (Optional):": "Grouping Factor (Optional):", -"Grouping Factor:": "Grouping Factor:", -"Growing Season Length [5:GSL]": "Growing Season Length [5:GSL]", -"Guess": "Guess", -"Gumbel": "Gumbel", -"H Line Options": "H Line Options", -"HTML (Browser)": "HTML (Browser)", -"HTML Table": "HTML Table", -"Hamming Distance": "Hamming Distance", -"Hannan-Quinn": "Hannan-Quinn", -"Hargreaves Samani": "Hargreaves Samani", -"Harmonics:": "Harmonics:", -"Hash #": "Hash #", -"Have you tried: Boxplots by a factor.": "Have you tried: Boxplots by a factor.", -"Have you tried: Describing all your variables at once.": "Have you tried: Describing all your variables at once.", -"Have you tried: Using the library datasets.": "Have you tried: Using the library datasets.", -"Heidke Skill Score": "Heidke Skill Score", -"Helmert": "Helmert", -"Help ": "Help ", -"Help...": "Help...", -"Helvetica - Narrow": "Helvetica - Narrow", -"Helveticaserif": "Helveticaserif", -"Hidden Column(s):": "Hidden Column(s):", -"Hidden Data Frame(s):": "Hidden Data Frame(s):", -"Hide": "Hide", -"Hide (future) commands": "Hide (future) commands", -"Hide Details <<": "Hide Details <<", -"Hide/Unhide Column(s)": "Hide/Unhide Column(s)", -"Hide/Unhide Data Frame(s)": "Hide/Unhide Data Frame(s)", -"High Ascending": "High Ascending", -"High Descending": "High Descending", -"Highlight Alternate Rows": "Highlight Alternate Rows", -"Hist Plot": "Hist Plot", -"Histogram": "Histogram", -"Histogram (Rose Plot)": "Histogram (Rose Plot)", -"Histogram Bins:": "Histogram Bins:", -"Histogram Method": "Histogram Method", -"Histogram Options": "Histogram Options", -"Histogram Plot": "Histogram Plot", -"Hit Rate": "Hit Rate", -"Hjust": "Hjust", -"Homogenization (Change Point)": "Homogenization (Change Point)", -"Horizontal": "Horizontal", -"Horizontal Label Position:": "Horizontal Label Position:", -"Horizontal Plot": "Horizontal Plot", -"Horizontal Plot (coord-flip)": "Horizontal Plot (coord-flip)", -"Horizontal major grid lines ": "Horizontal major grid lines ", -"Horizontal minor grid lines": "Horizontal minor grid lines", -"Horizontally": "Horizontally", -"Host:": "Host:", -"Hour": "Hour", -"How to Display": "How to Display", -"Humidity Max:": "Humidity Max:", -"Humidity Min:": "Humidity Min:", -"HydroGOF": "HydroGOF", -"Hypergeometric": "Hypergeometric", -"Hyphen -": "Hyphen -", -"Hypothesis Tests": "Hypothesis Tests", -"I()": "I()", -"ID Column Name:": "ID Column Name:", -"ID Column:": "ID Column:", -"ID/Station:": "ID/Station:", -"ID:": "ID:", -"IDs": "IDs", -"IQR": "IQR", -"Icing Days [3:ID]": "Icing Days [3:ID]", -"Identifier (Optional):": "Identifier (Optional):", -"Identifier:": "Identifier:", -"Identity": "Identity", -"Ignore Global Aesthetics": "Ignore Global Aesthetics", -"Ignore Labels": "Ignore Labels", -"Ignore Missing Values": "Ignore Missing Values", -"Ignore values on invalid dates": "Ignore values on invalid dates", -"Import": "Import", -"Import CSV Options": "Import CSV Options", -"Import Dataset": "Import Dataset", -"Import Excel Options": "Import Excel Options", -"Import From CSPRO": "Import From CSPRO", -"Import From Climsoft": "Import From Climsoft", -"Import From Climsoft Wizard": "Import From Climsoft Wizard", -"Import From Databases": "Import From Databases", -"Import From IRI (Internet connection needed)": "Import From IRI (Internet connection needed)", -"Import Options": "Import Options", -"Import RDS Options": "Import RDS Options", -"Import Text Options": "Import Text Options", -"Import and Tidy NetCDF File": "Import and Tidy NetCDF File", -"Import and Tidy Shapefiles": "Import and Tidy Shapefiles", -"Import calculations": "Import calculations", -"Import changes log": "Import changes log", -"Import csv Options": "Import csv Options", -"Import filters": "Import filters", -"Import from CDS (Climate Data Store)": "Import from CDS (Climate Data Store)", -"Import from ODK": "Import from ODK", -"Import from OpenRefine": "Import from OpenRefine", -"Import into climate object": "Import into climate object", -"Import metadata": "Import metadata", -"Import objects": "Import objects", -"Importing the following sheets:": "Importing the following sheets:", -"Imputed:": "Imputed:", -"In Steps Of:": "In Steps Of:", -"In Steps of:": "In Steps of:", -"In steps of:": "In steps of:", -"Inches": "Inches", -"Include": "Include", -"Include Arguments": "Include Arguments", -"Include Boxplot": "Include Boxplot", -"Include Comments by Default": "Include Comments by Default", -"Include Contexts": "Include Contexts", -"Include Default Parameter Values in R Commands": "Include Default Parameter Values in R Commands", -"Include Elements Information": "Include Elements Information", -"Include Facets": "Include Facets", -"Include First Date of Occurrence": "Include First Date of Occurrence", -"Include Graph": "Include Graph", -"Include Graphs": "Include Graphs", -"Include Horizontal Line": "Include Horizontal Line", -"Include ID Column": "Include ID Column", -"Include Last Date of Occurrence": "Include Last Date of Occurrence", -"Include Level Numbers": "Include Level Numbers", -"Include Lines of Best Fit": "Include Lines of Best Fit", -"Include Major Grid Lines": "Include Major Grid Lines", -"Include Mean Line": "Include Mean Line", -"Include Mean Lines": "Include Mean Lines", -"Include Metadata": "Include Metadata", -"Include Minor Grid Lines": "Include Minor Grid Lines", -"Include Missing Values": "Include Missing Values", -"Include Models": "Include Models", -"Include N Occurances": "Include N Occurances", -"Include Observation Data": "Include Observation Data", -"Include Observation Flags": "Include Observation Flags", -"Include P-Values": "Include P-Values", -"Include Percentages": "Include Percentages", -"Include Points": "Include Points", -"Include Regular Expressions": "Include Regular Expressions", -"Include Smooth Line": "Include Smooth Line", -"Include Variable Name in Labels": "Include Variable Name in Labels", -"Include in Original Data": "Include in Original Data", -"Include requested points in data (if specified)": "Include requested points in data (if specified)", -"Include value after label": "Include value after label", -"Including": "Including", -"Index": "Index", -"Index Components:": "Index Components:", -"Index Number of Duplicates": "Index Number of Duplicates", -"Index of agreement": "Index of agreement", -"Indicators:": "Indicators:", -"Indices": "Indices", -"Indices Data Frame:": "Indices Data Frame:", -"Indices Help": "Indices Help", -"Individual": "Individual", -"Individual Plots": "Individual Plots", -"Individual Summaries": "Individual Summaries", -"Individuals": "Individuals", -"Individuals Plot": "Individuals Plot", -"Inner Join": "Inner Join", -"Insert": "Insert", -"Insert ": "Insert ", -"Insert 1 Column After": "Insert 1 Column After", -"Insert 1 Column Before": "Insert 1 Column Before", -"Insert Column(s) After": "Insert Column(s) After", -"Insert Column(s) Before": "Insert Column(s) Before", -"Insert Columns": "Insert Columns", -"Insert Columns/Rows": "Insert Columns/Rows", -"Insert Row(s) After": "Insert Row(s) After", -"Insert Row(s) Before": "Insert Row(s) Before", -"Insert Rows": "Insert Rows", -"Insert Values": "Insert Values", -"Insert at Position:": "Insert at Position:", -"Inspect Values": "Inspect Values", -"Install Missing Packages (Online)": "Install Missing Packages (Online)", -"Integer": "Integer", -"Interactions:": "Interactions:", -"Interested Variable": "Interested Variable", -"Interested variable": "Interested variable", -"Interpolate": "Interpolate", -"Interpolate Missing Days": "Interpolate Missing Days", -"Interpolate Missing Entries": "Interpolate Missing Entries", -"Interval": "Interval", -"Interval Size:": "Interval Size:", -"Interval2": "Interval2", -"Interval:": "Interval:", -"Into": "Into", -"Into Binary Columns": "Into Binary Columns", -"Into Text Components": "Into Text Components", -"Inventory": "Inventory", -"Inventory Plot": "Inventory Plot", -"Inventory Plot Options": "Inventory Plot Options", -"Inverse": "Inverse", -"Inverse_Gaussian": "Inverse_Gaussian", -"Inward": "Inward", -"Is Currency": "Is Currency", -"Is_Element": "Is_Element", -"Italic": "Italic", -"J:": "J:", -"Jaccard Distance between q-Gram Profiles": "Jaccard Distance between q-Gram Profiles", -"January": "January", -"Jaro or Jaro-Winker Distance": "Jaro or Jaro-Winker Distance", -"Jitter": "Jitter", -"Jitter Options": "Jitter Options", -"Jitter Plot": "Jitter Plot", -"Jitter dodge": "Jitter dodge", -"Jitter:": "Jitter:", -"Join Options": "Join Options", -"Join Type:": "Join Type:", -"Join by:": "Join by:", -"Joining By:": "Joining By:", -"Joining Columns": "Joining Columns", -"July": "July", -"Jump (Element1)": "Jump (Element1)", -"June": "June", -"Justify Legend Box": "Justify Legend Box", -"KGE": "KGE", -"Kappa": "Kappa", -"Keep Attributes": "Keep Attributes", -"Keep Raw Time": "Keep Raw Time", -"Keep as Missing": "Keep as Missing", -"Keep existing data frames": "Keep existing data frames", -"Keep existing position": "Keep existing position", -"Kelvin": "Kelvin", -"Kendall": "Kendall", -"Kernel": "Kernel", -"Kernel :": "Kernel :", -"Key Check:": "Key Check:", -"Key Columns": "Key Columns", -"Key Columns:": "Key Columns:", -"Key Name:": "Key Name:", -"Keys:": "Keys:", -"Kilometres per hour (kmph)": "Kilometres per hour (kmph)", -"Kiswahili": "Kiswahili", -"Kling-Gupta efficiency": "Kling-Gupta efficiency", -"Knots": "Knots", -"Kobo": "Kobo", -"Kurtosis": "Kurtosis", -"L-moments": "L-moments", -"LSD": "LSD", -"Label": "Label", -"Label Cities": "Label Cities", -"Label Text (Lower):": "Label Text (Lower):", -"Label Text (Upper):": "Label Text (Upper):", -"Label Text:": "Label Text:", -"Label Transparency:": "Label Transparency:", -"Label Type:": "Label Type:", -"Label Variable (Optional):": "Label Variable (Optional):", -"Label of axes": "Label of axes", -"Label:": "Label:", -"Labelled Convert": "Labelled Convert", -"Labels": "Labels", -"Labels (": "Labels (", -"Labels (Optional):": "Labels (Optional):", -"Labels/Levels": "Labels/Levels", -"Labels:": "Labels:", -"Lang": "Lang", -"Language": "Language", -"Languages": "Languages", -"Large": "Large", -"Last": "Last", -"Last Word:": "Last Word:", -"Latin-1": "Latin-1", -"Latitude": "Latitude", -"Latitude Offset:": "Latitude Offset:", -"Latitude:": "Latitude:", -"Latitute:": "Latitute:", -"Layer Dimensions (Aesthetics)": "Layer Dimensions (Aesthetics)", -"Layer Options": "Layer Options", -"Layer Parameters (Geom Parameters)": "Layer Parameters (Geom Parameters)", -"Layers": "Layers", -"Layers:": "Layers:", -"Layout": "Layout", -"Layout Of Data": "Layout Of Data", -"Layout incomplete: layout must contain all graphs.": "Layout incomplete: layout must contain all graphs.", -"Layout of data": "Layout of data", -"Layout:": "Layout:", -"Leap Year": "Leap Year", -"Leave as Missing": "Leave as Missing", -"Left": "Left", -"Left Join": "Left Join", -"Left:": "Left:", -"Legend": "Legend", -"Legend (More Options)": "Legend (More Options)", -"Legend Adjustments": "Legend Adjustments", -"Legend Background and Key": "Legend Background and Key", -"Legend Box Spacing": "Legend Box Spacing", -"Legend Direction": "Legend Direction", -"Legend Justification": "Legend Justification", -"Legend Key Measurement": "Legend Key Measurement", -"Legend Layout": "Legend Layout", -"Legend Position": "Legend Position", -"Legend Position:": "Legend Position:", -"Legend Spacing": "Legend Spacing", -"Legend Title": "Legend Title", -"Legend Title and Text": "Legend Title and Text", -"Legend item labels": "Legend item labels", -"Legend label": "Legend label", -"Legend position": "Legend position", -"Length": "Length", -"Length of Season": "Length of Season", -"Length:": "Length:", -"Less Than": "Less Than", -"Less than": "Less than", -"Level": "Level", -"Level Omitted": "Level Omitted", -"Levels/Labels (Optional)": "Levels/Labels (Optional)", -"Levenshtein Distance": "Levenshtein Distance", -"Leverage": "Leverage", -"Lexical Order": "Lexical Order", -"Light-Blue": "Light-Blue", -"Likelihood": "Likelihood", -"Likert Graph": "Likert Graph", -"Likert Options": "Likert Options", -"Limits": "Limits", -"Limits:": "Limits:", -"Line": "Line", -"Line ": "Line ", -"Line Colour:": "Line Colour:", -"Line End": "Line End", -"Line Format": "Line Format", -"Line Graph": "Line Graph", -"Line Height": "Line Height", -"Line Options": "Line Options", -"Line Plot": "Line Plot", -"Line Type": "Line Type", -"Line Type:": "Line Type:", -"Line along x axis": "Line along x axis", -"Line along y axis": "Line along y axis", -"Line plot": "Line plot", -"Line width": "Line width", -"Linear": "Linear", -"Lines": "Lines", -"Lines To Skip:": "Lines To Skip:", -"Lines along axes": "Lines along axes", -"Lines to Preview:": "Lines to Preview:", -"Link Function": "Link Function", -"Link Name:": "Link Name:", -"Links:": "Links:", -"Load Backup Data": "Load Backup Data", -"Load Script from File...": "Load Script from File...", -"Load from Instat collection": "Load from Instat collection", -"Load from R": "Load from R", -"Local Capitals": "Local Capitals", -"Locate": "Locate", -"Locating Points in Shape File": "Locating Points in Shape File", -"Location": "Location", -"Location Data Frame Name:": "Location Data Frame Name:", -"Location Range": "Location Range", -"Location Selection": "Location Selection", -"Lock": "Lock", -"Lock and unlock": "Lock and unlock", -"Log": "Log", -"Log Base 10": "Log Base 10", -"Logical": "Logical", -"Logical Column": "Logical Column", -"Logical and Symbols": "Logical and Symbols", -"Logical columns": "Logical columns", -"Login to CDS": "Login to CDS", -"Logit": "Logit", -"Lognormal": "Lognormal", -"Lollipop": "Lollipop", -"Long": "Long", -"Long-dash": "Long-dash", -"Longest Common Substring Distance": "Longest Common Substring Distance", -"Longitude:": "Longitude:", -"Looking for free statistics textbooks?": "Looking for free statistics textbooks?", -"Looking for interesting case studies for teaching?": "Looking for interesting case studies for teaching?", -"Looking for training materials?": "Looking for training materials?", -"Low Ascending": "Low Ascending", -"Low Descending": "Low Descending", -"Lower Limit": "Lower Limit", -"Lower Limit :": "Lower Limit :", -"MAE": "MAE", -"MASS": "MASS", -"MBIC": "MBIC", -"ME": "ME", -"Main": "Main", -"Main Blocking Variable:": "Main Blocking Variable:", -"Main Context:": "Main Context:", -"Main Data Frame:": "Main Data Frame:", -"Main ID:": "Main ID:", -"Main Measurement:": "Main Measurement:", -"Main Option:": "Main Option:", -"Major Grid Lines": "Major Grid Lines", -"Major Tick Marks": "Major Tick Marks", -"Major grid lines ": "Major grid lines ", -"Make": "Make", -"Make Date": "Make Date", -"Manipulations": "Manipulations", -"Manipulations:": "Manipulations:", -"Manual": "Manual", -"Map Options": "Map Options", -"Map Options ": "Map Options ", -"Map Outline": "Map Outline", -"March": "March", -"Margins": "Margins", -"Margins to Dispaly": "Margins to Dispaly", -"Markov Chains": "Markov Chains", -"Markov Type:": "Markov Type:", -"Match Case": "Match Case", -"Matched With": "Matched With", -"Matching Column (Optional)": "Matching Column (Optional)", -"Matching Column:": "Matching Column:", -"Matching column": "Matching column", -"Maths": "Maths", -"Max": "Max", -"Max Missing Data": "Max Missing Data", -"Max Break Point:": "Max Break Point:", -"Max Duration Missing Data": "Max Duration Missing Data", -"Max Latitude:": "Max Latitude:", -"Max Longitude:": "Max Longitude:", -"Max Missing Days": "Max Missing Days", -"Max:": "Max:", -"Maximum": "Maximum", -"Maximum Distance from 0": "Maximum Distance from 0", -"Maximum Dry Days:": "Maximum Dry Days:", -"Maximum Factor Levels Shown:": "Maximum Factor Levels Shown:", -"Maximum Gap:": "Maximum Gap:", -"Maximum Latitude": "Maximum Latitude", -"Maximum Length of Dry Spell [23:CDD]": "Maximum Length of Dry Spell [23:CDD]", -"Maximum Length of Wet Spell [24:CWD]": "Maximum Length of Wet Spell [24:CWD]", -"Maximum Likelihood (MLE)": "Maximum Likelihood (MLE)", -"Maximum Logitude": "Maximum Logitude", -"Maximum Missing Days": "Maximum Missing Days", -"Maximum Number of Columns to Display:": "Maximum Number of Columns to Display:", -"Maximum Number of Components": "Maximum Number of Components", -"Maximum Number of Rows to Display:": "Maximum Number of Rows to Display:", -"Maximum Rain:": "Maximum Rain:", -"Maximum Rows To Import": "Maximum Rows To Import", -"Maximum Size:": "Maximum Size:", -"Maximum Temperature:": "Maximum Temperature:", -"Maximum Temperatures": "Maximum Temperatures", -"Maximum Values": "Maximum Values", -"Maximum likelihood": "Maximum likelihood", -"Maximum mean bias:": "Maximum mean bias:", -"Maximum number of consecutive missing allowed": "Maximum number of consecutive missing allowed", -"Maximum number of missing allowed": "Maximum number of missing allowed", -"Maximum percentage of missing allowed": "Maximum percentage of missing allowed", -"Maximum stdev bias:": "Maximum stdev bias:", -"Maximum:": "Maximum:", -"May": "May", -"Mean": "Mean", -"Mean Diurnal Temperature Range [16:DTR]": "Mean Diurnal Temperature Range [16:DTR]", -"Mean absolute error": "Mean absolute error", -"Mean and Variance": "Mean and Variance", -"Mean error": "Mean error", -"Mean residual life": "Mean residual life", -"Mean sea level pressure": "Mean sea level pressure", -"Mean squared error": "Mean squared error", -"Mean wave direction": "Mean wave direction", -"Mean wave period": "Mean wave period", -"Mean(t-interval)": "Mean(t-interval)", -"Meanlog": "Meanlog", -"Means": "Means", -"Measure:": "Measure:", -"Measurement Y axis:": "Measurement Y axis:", -"Measurement:": "Measurement:", -"Measurements": "Measurements", -"Median": "Median", -"Median Absolute Deviation (MAD)": "Median Absolute Deviation (MAD)", -"MedianCI Method:": "MedianCI Method:", -"MedianHL": "MedianHL", -"Medium": "Medium", -"Merge": "Merge", -"Merge Additional Data": "Merge Additional Data", -"Metadata": "Metadata", -"Metadata Columns:": "Metadata Columns:", -"Metadata Property:": "Metadata Property:", -"Metadata to Delete": "Metadata to Delete", -"Method": "Method", -"Method of moments": "Method of moments", -"Method:": "Method:", -"Methods": "Methods", -"Metres per second (mps)": "Metres per second (mps)", -"Miles per hour (mph)": "Miles per hour (mph)", -"Millimetres": "Millimetres", -"Million Data Points": "Million Data Points", -"Min": "Min", -"Min Break Point:": "Min Break Point:", -"Min Latitude:": "Min Latitude:", -"Min Longitude:": "Min Longitude:", -"Min/Max": "Min/Max", -"Min10": "Min10", -"Min:": "Min:", -"MinSegLen:": "MinSegLen:", -"Minimum": "Minimum", -"Minimum Base Data Present:": "Minimum Base Data Present:", -"Minimum Latitude": "Minimum Latitude", -"Minimum Longitude": "Minimum Longitude", -"Minimum Number of Points:": "Minimum Number of Points:", -"Minimum Size:": "Minimum Size:", -"Minimum Temperature": "Minimum Temperature", -"Minimum Temperature:": "Minimum Temperature:", -"Minimum Temperatures": "Minimum Temperatures", -"Minimum Values": "Minimum Values", -"Minimum and Maximum": "Minimum and Maximum", -"Minimum number of non missing required": "Minimum number of non missing required", -"Minimum:": "Minimum:", -"Minor Grid Lines": "Minor Grid Lines", -"Minor Tick Marks": "Minor Tick Marks", -"Minute": "Minute", -"Minutes": "Minutes", -"Minutes:": "Minutes:", -"Missing": "Missing", -"Missing Colour:": "Missing Colour:", -"Missing Data": "Missing Data", -"Missing Data Options": "Missing Data Options", -"Missing Data Table": "Missing Data Table", -"Missing Method": "Missing Method", -"Missing Options": "Missing Options", -"Missing Value": "Missing Value", -"Missing Value String:": "Missing Value String:", -"Missing Values": "Missing Values", -"Missing values shown as NA": "Missing values shown as NA", -"Missing:": "Missing:", -"Mode": "Mode", -"Model": "Model", -"Model Formula:": "Model Formula:", -"Model Operator:": "Model Operator:", -"Model Options": "Model Options", -"Model Options...": "Model Options...", -"Model Preview:": "Model Preview:", -"Model:": "Model:", -"Modelling": "Modelling", -"Models": "Models", -"Models:": "Models:", -"Modified Nash-Sutcliffe efficiency": "Modified Nash-Sutcliffe efficiency", -"Modified index of agreement": "Modified index of agreement", -"Modifier": "Modifier", -"Modify": "Modify", -"Modify Event": "Modify Event", -"Modulo": "Modulo", -"Moments (MME)": "Moments (MME)", -"Monte-Carlo:": "Monte-Carlo:", -"Month": "Month", -"Month Abbreviations": "Month Abbreviations", -"Month As Factor": "Month As Factor", -"Month Columns (12)": "Month Columns (12)", -"Month Columns (12):": "Month Columns (12):", -"Month(Full Name)-Day-Year(4-digit)": "Month(Full Name)-Day-Year(4-digit)", -"Month(Full Name)/Day/Year(4-digit)": "Month(Full Name)/Day/Year(4-digit)", -"Month(abbr)-Day-Year(4-digit)": "Month(abbr)-Day-Year(4-digit)", -"Month(abbr)/Day/Year(4-digit)": "Month(abbr)/Day/Year(4-digit)", -"Month-Day-Year(4-digit)": "Month-Day-Year(4-digit)", -"Month/Day/Year(4-digit)": "Month/Day/Year(4-digit)", -"Month:": "Month:", -"Monthly": "Monthly", -"Monthly Precipitation 0.05 degree": "Monthly Precipitation 0.05 degree", -"Monthly rainfall less than:": "Monthly rainfall less than:", -"Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]", -"Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]", -"Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]", -"Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]", -"Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]", -"Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]", -"Monthly:": "Monthly:", -"Months": "Months", -"More": "More", -"More ...": "More ...", -"More Options": "More Options", -"Mosaic Plot": "Mosaic Plot", -"Mosaic Plot Options": "Mosaic Plot Options", -"Moving": "Moving", -"Moving Average": "Moving Average", -"Moving average": "Moving average", -"Multi-Plot": "Multi-Plot", -"Multiple": "Multiple", -"Multiple Columns": "Multiple Columns", -"Multiple Data Columns": "Multiple Data Columns", -"Multiple Spells": "Multiple Spells", -"Multiple Variables": "Multiple Variables", -"Multiple columns": "Multiple columns", -"Multistate": "Multistate", -"N": "N", -"N Missing": "N Missing", -"N Non Missing": "N Non Missing", -"N Total": "N Total", -"NA": "NA", -"NASA": "NASA", -"NCMP Count Records": "NCMP Count Records", -"NCMP Indices": "NCMP Indices", -"NCMP Metadata": "NCMP Metadata", -"NCMP Region Average": "NCMP Region Average", -"NCMP Summary File": "NCMP Summary File", -"NCMP Trend Graphs": "NCMP Trend Graphs", -"NCMP Variogram": "NCMP Variogram", -"NOAA": "NOAA", -"NSE": "NSE", -"NULL": "NULL", -"Name New Columns": "Name New Columns", -"Name:": "Name:", -"Nash-Sutcliffe efficiency": "Nash-Sutcliffe efficiency", -"Native": "Native", -"Natural Log": "Natural Log", -"Negative_Binomial": "Negative_Binomial", -"Neighbour:": "Neighbour:", -"Neighbouring": "Neighbouring", -"Nelder-Mead": "Nelder-Mead", -"NetCDF Options": "NetCDF Options", -"Neutral Level:": "Neutral Level:", -"New": "New", -"New Column Name": "New Column Name", -"New Column Name:": "New Column Name:", -"New Data Frame": "New Data Frame", -"New Data Frame Name:": "New Data Frame Name:", -"New Data Frame:": "New Data Frame:", -"New Distribution": "New Distribution", -"New Filter Name:": "New Filter Name:", -"New Label": "New Label", -"New Metadata Name": "New Metadata Name", -"New Name:": "New Name:", -"New Theme Name": "New Theme Name", -"New Value:": "New Value:", -"New column will be at the: ": "New column will be at the: ", -"New column will be at:": "New column will be at:", -"New column will be: ": "New column will be: ", -"NewCenturySchoolbook": "NewCenturySchoolbook", -"Next": "Next", -"NimbusMonURWHelvetica": "NimbusMonURWHelvetica", -"NimbusRom": "NimbusRom", -"NimbusSanCond": "NimbusSanCond", -"No": "No", -"No ": "No ", -"No Backup Data File Detected": "No Backup Data File Detected", -"No Backup Debugging Log File Detected": "No Backup Debugging Log File Detected", -"No Backup Log File Detected": "No Backup Log File Detected", -"No Capitals": "No Capitals", -"No Connection": "No Connection", -"No Data Loaded": "No Data Loaded", -"No Decimal": "No Decimal", -"No Facets": "No Facets", -"No Files found": "No Files found", -"No Plot": "No Plot", -"No Space ()": "No Space ()", -"No Title": "No Title", -"No data loaded": "No data loaded", -"No of Bins: ": "No of Bins: ", -"No of Clusters:": "No of Clusters:", -"No package with this name.": "No package with this name.", -"No preview available.": "No preview available.", -"No sheet selected.": "No sheet selected.", -"No. Bids Received:": "No. Bids Received:", -"No. Considered Bids:": "No. Considered Bids:", -"No. of Directions:": "No. of Directions:", -"No. of Speeds:": "No. of Speeds:", -"No_Distribution": "No_Distribution", -"Non-Parametric One Way ANOVA": "Non-Parametric One Way ANOVA", -"Non-Parametric Two Way ANOVA": "Non-Parametric Two Way ANOVA", -"Non_Parametric One Sample Tests": "Non_Parametric One Sample Tests", -"None": "None", -"Norm": "Norm", -"Normal": "Normal", -"Normal Convert": "Normal Convert", -"Normalise": "Normalise", -"Normalised Parent Coordinates": "Normalised Parent Coordinates", -"Normalized root mean squared error": "Normalized root mean squared error", -"Northern Hemisphere": "Northern Hemisphere", -"Not Implemented": "Not Implemented", -"Not implemented": "Not implemented", -"Notch": "Notch", -"November": "November", -"Nudge": "Nudge", -"Null Hypothesis:": "Null Hypothesis:", -"Number": "Number", -"Number Of Colours:": "Number Of Colours:", -"Number of Categories": "Number of Categories", -"Number of Column(s):": "Number of Column(s):", -"Number of Columns": "Number of Columns", -"Number of Columns to Insert:": "Number of Columns to Insert:", -"Number of Columns:": "Number of Columns:", -"Number of Components:": "Number of Components:", -"Number of Digits to Display:": "Number of Digits to Display:", -"Number of Iterations:": "Number of Iterations:", -"Number of Missing": "Number of Missing", -"Number of Pieces to Return:": "Number of Pieces to Return:", -"Number of Preview Rows:": "Number of Preview Rows:", -"Number of Quantiles:": "Number of Quantiles:", -"Number of Rainy Days": "Number of Rainy Days", -"Number of Rows to Insert:": "Number of Rows to Insert:", -"Number of Rows:": "Number of Rows:", -"Number of Samples:": "Number of Samples:", -"Number of Thresholds:": "Number of Thresholds:", -"Number of non-numeric: ": "Number of non-numeric: ", -"Numeric": "Numeric", -"Numeric by Categorical:": "Numeric by Categorical:", -"Numeric by Numeric:": "Numeric by Numeric:", -"Numeric:": "Numeric:", -"Numerical summaries": "Numerical summaries", -"Object to View:": "Object to View:", -"Objects": "Objects", -"Objects to Delete:": "Objects to Delete:", -"Objects to Reorder:": "Objects to Reorder:", -"Observations:": "Observations:", -"Observed:": "Observed:", -"Occurence": "Occurence", -"Occurrence": "Occurrence", -"October": "October", -"Ok": "Ok", -"Ok: Layout contains all graphs": "Ok: Layout contains all graphs", -"Old": "Old", -"Omit Below": "Omit Below", -"Omit End": "Omit End", -"Omit Missing Values": "Omit Missing Values", -"Omit Months": "Omit Months", -"Omit Start": "Omit Start", -"Omit Value(s)": "Omit Value(s)", -"Omit Zero": "Omit Zero", -"Ona": "Ona", -"One Data Frame": "One Data Frame", -"One Sample": "One Sample", -"One Variable Compare Models": "One Variable Compare Models", -"One Variable Fit Model": "One Variable Fit Model", -"One Variable Graph": "One Variable Graph", -"One Variable Graph Options": "One Variable Graph Options", -"One Variable Summarise": "One Variable Summarise", -"One Variable Use Model": "One Variable Use Model", -"One Way ANOVA": "One Way ANOVA", -"One Way Frequencies": "One Way Frequencies", -"One Way Frequencies Options": "One Way Frequencies Options", -"One-Sided (y1y2)": "One-Sided (y1>y2)", -"Only Include Data Variables": "Only Include Data Variables", -"Only My Countries": "Only My Countries", -"Open": "Open", -"Open Browser": "Open Browser", -"Open Dataset from Library": "Open Dataset from Library", -"Open Log File": "Open Log File", -"Open SST": "Open SST", -"Open Script as File": "Open Script as File", -"Operator:": "Operator:", -"Optimal String Alignment": "Optimal String Alignment", -"Optimisation": "Optimisation", -"Option 1:": "Option 1:", -"Option 2:": "Option 2:", -"Option:": "Option:", -"Options": "Options", -"Options by Context Boxplot": "Options by Context Boxplot", -"Options:": "Options:", -"Or": "Or", -"Or Column": "Or Column", -"OrRd": "OrRd", -"Orange": "Orange", -"Oranges": "Oranges", -"Ord.": "Ord.", -"Order": "Order", -"Order By:": "Order By:", -"Order by another variable": "Order by another variable", -"Order:": "Order:", -"Ordered Factor": "Ordered Factor", -"Ordered Factor:": "Ordered Factor:", -"Ordinary": "Ordinary", -"Organise": "Organise", -"Origin": "Origin", -"Origin:": "Origin:", -"Original Level": "Original Level", -"Orthogonal": "Orthogonal", -"Other Axis (Optional):": "Other Axis (Optional):", -"Other Blocking Variables:": "Other Blocking Variables:", -"Other Contexts:": "Other Contexts:", -"Other IDs:": "Other IDs:", -"Other Measurements:": "Other Measurements:", -"Other Observed Variables:": "Other Observed Variables:", -"Other Options:": "Other Options:", -"Other Predicted Variables:": "Other Predicted Variables:", -"Out of Days:": "Out of Days:", -"Outlier": "Outlier", -"Outline": "Outline", -"Outlying": "Outlying", -"Output": "Output", -"Output ": "Output ", -"Output Format:": "Output Format:", -"Output Grid Square Data": "Output Grid Square Data", -"Output Options": "Output Options", -"Output for CPT": "Output for CPT", -"Outward": "Outward", -"Over": "Over", -"Over Day(s):": "Over Day(s):", -"Over Days:": "Over Days:", -"Overall Interval Length:": "Overall Interval Length:", -"Overwrite Title": "Overwrite Title", -"Overwrite existing if duplicates found": "Overwrite existing if duplicates found", -"P10": "P10", -"P20": "P20", -"P25": "P25", -"P30": "P30", -"P33": "P33", -"P40": "P40", -"P60": "P60", -"P67": "P67", -"P70": "P70", -"P75": "P75", -"P80": "P80", -"P90": "P90", -"PBIAS": "PBIAS", -"PBIB": "PBIB", -"PCA Options": "PCA Options", -"PELT": "PELT", -"PICSA Crops": "PICSA Crops", -"PICSA Options": "PICSA Options", -"PICSA Rainfall Graph": "PICSA Rainfall Graph", -"PICSA Rainfall Graphs": "PICSA Rainfall Graphs", -"PICSA Temperature": "PICSA Temperature", -"PP": "PP", -"PP-Plot": "PP-Plot", -"PPP Adjusted Contract Value:": "PPP Adjusted Contract Value:", -"PRGn": "PRGn", -"Package Name:": "Package Name:", -"Package exists and not currently installed.": "Package exists and not currently installed.", -"Package is installed and up to date.": "Package is installed and up to date.", -"Package is installed. Newer version available: ": "Package is installed. Newer version available: ", -"Package is installed. No version information available.": "Package is installed. No version information available.", -"Packages Documenation": "Packages Documenation", -"Pad": "Pad", -"Pad Date": "Pad Date", -"Pad:": "Pad:", -"Page by:": "Page by:", -"Pairwise": "Pairwise", -"Pairwise Plot": "Pairwise Plot", -"Palatino": "Palatino", -"Palette:": "Palette:", -"Panel": "Panel", -"Panel (More Options)": "Panel (More Options)", -"Panel Background": "Panel Background", -"Panel Border": "Panel Border", -"Panel Border and Background ": "Panel Border and Background ", -"Panel Grid": "Panel Grid", -"Panel Spacing": "Panel Spacing", -"Panel and Background ": "Panel and Background ", -"Panel background": "Panel background", -"Panel border": "Panel border", -"Panel.ontop": "Panel.ontop", -"Parallel Coordinate Plot": "Parallel Coordinate Plot", -"Parallel Plots": "Parallel Plots", -"Parameter:": "Parameter:", -"Parametric": "Parametric", -"Parcoord Options": "Parcoord Options", -"Pars": "Pars", -"Partial": "Partial", -"Partitioning:": "Partitioning:", -"Paste Data to New Column(s)": "Paste Data to New Column(s)", -"Paste Data to New Data Frame": "Paste Data to New Data Frame", -"Pastel1": "Pastel1", -"Pastel2": "Pastel2", -"Path:": "Path:", -"Pattern:": "Pattern:", -"Peaks": "Peaks", -"Pearson": "Pearson", -"Pearson Correlation": "Pearson Correlation", -"Pen.Value:": "Pen.Value:", -"Penalty:": "Penalty:", -"PenmanMonteith": "PenmanMonteith", -"Pentad": "Pentad", -"Perc": "Perc", -"Percent": "Percent", -"Percent Correct": "Percent Correct", -"Percent bias": "Percent bias", -"Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]", -"Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]", -"Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]", -"Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]", -"Percentage of factor": "Percentage of factor", -"Percentages": "Percentages", -"Percentages of overall total": "Percentages of overall total", -"Percentile": "Percentile", -"Percentile Rose": "Percentile Rose", -"Percentile:": "Percentile:", -"Percents": "Percents", -"Period .": "Period .", -"Period(.)": "Period(.)", -"Period:": "Period:", -"Permute Column": "Permute Column", -"Pettitt": "Pettitt", -"PiYG": "PiYG", -"Picas": "Picas", -"Pie Chart": "Pie Chart", -"Pie Chart Options": "Pie Chart Options", -"Pierce Skill Score": "Pierce Skill Score", -"Pink": "Pink", -"Plain": "Plain", -"Planting Day(s):": "Planting Day(s):", -"Plot": "Plot", -"Plot Anomaly": "Plot Anomaly", -"Plot Background ": "Plot Background ", -"Plot Capitals:": "Plot Capitals:", -"Plot Cities": "Plot Cities", -"Plot Coast Lines": "Plot Coast Lines", -"Plot Countries": "Plot Countries", -"Plot Graph": "Plot Graph", -"Plot Height:": "Plot Height:", -"Plot High Resolution": "Plot High Resolution", -"Plot Likelihood": "Plot Likelihood", -"Plot Log-Likelihood": "Plot Log-Likelihood", -"Plot Margin": "Plot Margin", -"Plot Options": "Plot Options", -"Plot Options...": "Plot Options...", -"Plot Own Locations": "Plot Own Locations", -"Plot Region": "Plot Region", -"Plot Rivers": "Plot Rivers", -"Plot Title": "Plot Title", -"Plot Title and Caption": "Plot Title and Caption", -"Plot Type": "Plot Type", -"Plot Width:": "Plot Width:", -"Plot character": "Plot character", -"Plot subtitle (text appearance)": "Plot subtitle (text appearance)", -"Plot title (text appearance)": "Plot title (text appearance)", -"Plot type": "Plot type", -"Plot window": "Plot window", -"Plots": "Plots", -"Plus4": "Plus4", -"Plus:": "Plus:", -"Point": "Point", -"Point Jitter:": "Point Jitter:", -"Point Options": "Point Options", -"Point Plot": "Point Plot", -"Point Transparency:": "Point Transparency:", -"Point plot": "Point plot", -"Points": "Points", -"Poisson": "Poisson", -"Polar Annulus": "Polar Annulus", -"Polar Cluster": "Polar Cluster", -"Polar Coordinate:": "Polar Coordinate:", -"Polar Coordinates": "Polar Coordinates", -"Polar Cordinates": "Polar Cordinates", -"Polar Plot": "Polar Plot", -"Polar frequency": "Polar frequency", -"Pollutant:": "Pollutant:", -"Polygon Options": "Polygon Options", -"Polynomial:": "Polynomial:", -"Polynomials": "Polynomials", -"Population Pyramids": "Population Pyramids", -"Population_Failures": "Population_Failures", -"Population_Successes": "Population_Successes", -"Port:": "Port:", -"Position": "Position", -"Position - Estimates:": "Position - Estimates:", -"Position - Reference:": "Position - Reference:", -"Position:": "Position:", -"Postion:": "Postion:", -"Precipitation": "Precipitation", -"Precipitation >= 10mm Per Day [20:R10mm]": "Precipitation >= 10mm Per Day [20:R10mm]", -"Precipitation >= 20mm Per Day [21:R20mm]": "Precipitation >= 20mm Per Day [21:R20mm]", -"Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Precipitation >= a Specified Amount Per Day [22:Rnnmm]", -"Precipitation Quantiles:": "Precipitation Quantiles:", -"Precipitation:": "Precipitation:", -"Predict": "Predict", -"Predict...": "Predict...", -"Prediction": "Prediction", -"Predictions:": "Predictions:", -"Prefix For Inserted Column(s):": "Prefix For Inserted Column(s):", -"Prefix for Data Frames:": "Prefix for Data Frames:", -"Prefix for New Column:": "Prefix for New Column:", -"Prefix for New Columns:": "Prefix for New Columns:", -"Preview Current Sheet": "Preview Current Sheet", -"Preview Log": "Preview Log", -"Preview Output": "Preview Output", -"Preview not yet implemented for this file type.": "Preview not yet implemented for this file type.", -"Preview:": "Preview:", -"Primary": "Primary", -"Primary data": "Primary data", -"Principal Component Analysis": "Principal Component Analysis", -"Print": "Print", -"Print Current Sheet": "Print Current Sheet", -"Print Log": "Print Log", -"Print Output": "Print Output", -"Print Proportions Table(s)": "Print Proportions Table(s)", -"Print Results to Output Window": "Print Results to Output Window", -"Print and Preview Options": "Print and Preview Options", -"Print declustered summary": "Print declustered summary", -"Print to Output Window": "Print to Output Window", -"Prob-prob Plot": "Prob-prob Plot", -"Probabilities": "Probabilities", -"Probability": "Probability", -"Probability plot": "Probability plot", -"Probit": "Probit", -"Procedure Type:": "Procedure Type:", -"Procurement Category:": "Procurement Category:", -"Procurement Type 2:": "Procurement Type 2:", -"Procurement Type 3:": "Procurement Type 3:", -"Procurement Type Categories:": "Procurement Type Categories:", -"Procuring Authority ID:": "Procuring Authority ID:", -"Procuring Authority:": "Procuring Authority:", -"Produce Bootstrap": "Produce Bootstrap", -"Project ID:": "Project ID:", -"Project Name:": "Project Name:", -"Prop. and Percentages...": "Prop. and Percentages...", -"Property": "Property", -"Property:": "Property:", -"Proportion": "Proportion", -"Proportions": "Proportions", -"Proportions or Percentages": "Proportions or Percentages", -"Proportions/Percentiles/Count": "Proportions/Percentiles/Count", -"Provincial": "Provincial", -"PuBu": "PuBu", -"PuBuGn": "PuBuGn", -"PuOr": "PuOr", -"PuRd": "PuRd", -"Purple": "Purple", -"Purples": "Purples", -"Q-Q": "Q-Q", -"Q. Method:": "Q. Method:", -"Q1": "Q1", -"Q3": "Q3", -"Q:": "Q:", -"QQ": "QQ", -"QQ-Plot": "QQ-Plot", -"QQ2 Plot": "QQ2 Plot", -"Qn": "Qn", -"Qualitative": "Qualitative", -"Qualitative Supplementary Variables": "Qualitative Supplementary Variables", -"Quality Control Level for Rain:": "Quality Control Level for Rain:", -"Quality Control Level for Temperature:": "Quality Control Level for Temperature:", -"Quantile": "Quantile", -"Quantile Algorithm:": "Quantile Algorithm:", -"Quantile:": "Quantile:", -"Quantiles": "Quantiles", -"Quantitative Supplementary Variables": "Quantitative Supplementary Variables", -"Quarter": "Quarter", -"Quartiles && Terciles": "Quartiles && Terciles", -"Quartiles (QME)": "Quartiles (QME)", -"Quasi": "Quasi", -"Quasibinomial": "Quasibinomial", -"Quasipoisson": "Quasipoisson", -"R Options": "R Options", -"R Package Issues": "R Package Issues", -"R Package:": "R Package:", -"R Packages": "R Packages", -"R package:": "R package:", -"REGW": "REGW", -"RFE2 10-day Precipitation": "RFE2 10-day Precipitation", -"RFE2 Daily Precipitation": "RFE2 Daily Precipitation", -"RMSE": "RMSE", -"R^2": "R^2", -"Radiation:": "Radiation:", -"RadioButton1": "RadioButton1", -"Rain": "Rain", -"Rain Column:": "Rain Column:", -"Rain:": "Rain:", -"Rainfall": "Rainfall", -"Random": "Random", -"Random Examples": "Random Examples", -"Random String (Salt):": "Random String (Salt):", -"Random Subsets": "Random Subsets", -"Range": "Range", -"Range:": "Range:", -"Rank": "Rank", -"Rate": "Rate", -"Rates": "Rates", -"Rating Data": "Rating Data", -"Ratio of root mean square error": "Ratio of root mean square error", -"Ratio of standard deviations": "Ratio of standard deviations", -"RdBu": "RdBu", -"RdGy": "RdGy", -"RdPu": "RdPu", -"RdYlBu": "RdYlBu", -"RdYlGn": "RdYlGn", -"Recode Factor": "Recode Factor", -"Recode Numeric": "Recode Numeric", -"Recode Numeric Into Quantiles": "Recode Numeric Into Quantiles", -"Rectangular": "Rectangular", -"Red": "Red", -"Red Flags:": "Red Flags:", -"Redo": "Redo", -"Reds": "Reds", -"Reference Level": "Reference Level", -"Reference Values:": "Reference Values:", -"Refresh Preview": "Refresh Preview", -"Regex": "Regex", -"Regex Keyboard": "Regex Keyboard", -"Region Average Data Frame:": "Region Average Data Frame:", -"Region:": "Region:", -"Regular Sequence": "Regular Sequence", -"Relationships": "Relationships", -"Relative Nash-Sutcliffe efficiency": "Relative Nash-Sutcliffe efficiency", -"Relative index of agreement": "Relative index of agreement", -"Remember Credentials": "Remember Credentials", -"Remove All Pairs": "Remove All Pairs", -"Remove Colour": "Remove Colour", -"Remove Condition": "Remove Condition", -"Remove Current Filter": "Remove Current Filter", -"Remove Legend": "Remove Legend", -"Remove Missing Values": "Remove Missing Values", -"Remove Selected Pair": "Remove Selected Pair", -"Remove Unused Labels": "Remove Unused Labels", -"Remove Unused Levels": "Remove Unused Levels", -"Remove rows with any missing values": "Remove rows with any missing values", -"Rename Column": "Rename Column", -"Rename Data Frame": "Rename Data Frame", -"Rename Metadata": "Rename Metadata", -"Rename Objects": "Rename Objects", -"ReoGridControl1": "ReoGridControl1", -"Reoder Metadata": "Reoder Metadata", -"Reorder Column(s)...": "Reorder Column(s)...", -"Reorder Columns": "Reorder Columns", -"Reorder Data Frames": "Reorder Data Frames", -"Reorder Levels": "Reorder Levels", -"Reorder Objects": "Reorder Objects", -"Repeat Values:": "Repeat Values:", -"Replace All": "Replace All", -"Replace By:": "Replace By:", -"Replace Missing Values": "Replace Missing Values", -"Replace NA with:": "Replace NA with:", -"Replace Values": "Replace Values", -"Replace if Already Exists": "Replace if Already Exists", -"Replicates": "Replicates", -"Require start day before planting day": "Require start day before planting day", -"Required Format": "Required Format", -"Required Time Format": "Required Time Format", -"Reserve Free Space": "Reserve Free Space", -"Reset": "Reset", -"Reset ": "Reset ", -"Reset Row Names to Positive Integers": "Reset Row Names to Positive Integers", -"Residuals": "Residuals", -"Residuals v Fitted Values": "Residuals v Fitted Values", -"Residuals v Leverage": "Residuals v Leverage", -"Resolution:": "Resolution:", -"Response": "Response", -"Response Variable Type:": "Response Variable Type:", -"Response Variable:": "Response Variable:", -"Restore Hierarchy": "Restore Hierarchy", -"Restrict Entry:": "Restrict Entry:", -"Restrict data values": "Restrict data values", -"Result Name": "Result Name", -"Result Name:": "Result Name:", -"Result into:": "Result into:", -"Return": "Return", -"Reverse Order Of Colours": "Reverse Order Of Colours", -"Rho": "Rho", -"Right": "Right", -"Right Join": "Right Join", -"Right:": "Right:", -"Rl Plot": "Rl Plot", -"Robust": "Robust", -"Rolling Contract Number Issuer:": "Rolling Contract Number Issuer:", -"Rolling Contract Number Winner:": "Rolling Contract Number Winner:", -"Rolling Contract Share Winner:": "Rolling Contract Share Winner:", -"Rolling Contract Sum Issuer:": "Rolling Contract Sum Issuer:", -"Rolling Contract Sum Winner:": "Rolling Contract Sum Winner:", -"Root mean squared error": "Root mean squared error", -"Rotation": "Rotation", -"Row": "Row", -"Row (%)": "Row (%)", -"Row Names Or Numbers": "Row Names Or Numbers", -"Row Statistic": "Row Statistic", -"Row Summaries": "Row Summaries", -"Row Variable (Factor):": "Row Variable (Factor):", -"Row Variable(s):": "Row Variable(s):", -"Row:": "Row:", -"Rows": "Rows", -"Rows to Count Over:": "Rows to Count Over:", -"Rows to Skip:": "Rows to Skip:", -"Rows to Summarise:": "Rows to Summarise:", -"Rows to Take Max Over:": "Rows to Take Max Over:", -"Rows:": "Rows:", -"Rug": "Rug", -"Rug Color:": "Rug Color:", -"Rug Plot": "Rug Plot", -"Rug Plot Options": "Rug Plot Options", -"Rugs": "Rugs", -"Run All Text": "Run All Text", -"Run Backup Log": "Run Backup Log", -"Run Current Line": "Run Current Line", -"Run Length": "Run Length", -"Run Selected Text": "Run Selected Text", -"SANN": "SANN", -"SDlog": "SDlog", -"SF Options": "SF Options", -"SIC": "SIC", -"SNHT": "SNHT", -"SNK": "SNK", -"SPEI": "SPEI", -"SPI": "SPI", -"SPI/SPEI": "SPI/SPEI", -"SS 2009:": "SS 2009:", -"SS 2011:": "SS 2011:", -"SS 2013": "SS 2013", -"SS 2015:": "SS 2015:", -"SST Data Frame Name:": "SST Data Frame Name:", -"Same": "Same", -"Same (Element1)": "Same (Element1)", -"Same Scale (coord-equal)": "Same Scale (coord-equal)", -"Sample": "Sample", -"Sample Size:": "Sample Size:", -"Sample_Size": "Sample_Size", -"Sampling Fraction:": "Sampling Fraction:", -"Satelite": "Satelite", -"Satelite Anomalies": "Satelite Anomalies", -"Satelite Element:": "Satelite Element:", -"Save": "Save", -"Save Backup Data...": "Save Backup Data...", -"Save Backup Internal Log...": "Save Backup Internal Log...", -"Save Backup Log...": "Save Backup Log...", -"Save Bootstrap": "Save Bootstrap", -"Save Calculation Only": "Save Calculation Only", -"Save Calculation and Result": "Save Calculation and Result", -"Save Column Position": "Save Column Position", -"Save Data As": "Save Data As", -"Save Data To:": "Save Data To:", -"Save Date:": "Save Date:", -"Save Details": "Save Details", -"Save Downloaded File To:": "Save Downloaded File To:", -"Save Downloaded File to:": "Save Downloaded File to:", -"Save Dummy:": "Save Dummy:", -"Save Estimate": "Save Estimate", -"Save File As:": "Save File As:", -"Save Fit": "Save Fit", -"Save Graph": "Save Graph", -"Save Graph Result:": "Save Graph Result:", -"Save Graph:": "Save Graph:", -"Save Index into:": "Save Index into:", -"Save Indices": "Save Indices", -"Save Log File...": "Save Log File...", -"Save Map": "Save Map", -"Save Model": "Save Model", -"Save Model:": "Save Model:", -"Save Nothing": "Save Nothing", -"Save Output": "Save Output", -"Save Plot": "Save Plot", -"Save Result": "Save Result", -"Save Result ": "Save Result ", -"Save Result:": "Save Result:", -"Save Script...": "Save Script...", -"Save Table": "Save Table", -"Save Test": "Save Test", -"Save Test Object:": "Save Test Object:", -"Save Treemap": "Save Treemap", -"Save as single file": "Save as single file", -"Save estimates in": "Save estimates in", -"Save file(s) to:": "Save file(s) to:", -"Save test object": "Save test object", -"Save values": "Save values", -"Saving Options": "Saving Options", -"Saving at:": "Saving at:", -"Scale": "Scale", -"Scale Data": "Scale Data", -"Scale Numeric Variables": "Scale Numeric Variables", -"Scale by:": "Scale by:", -"Scale-Location": "Scale-Location", -"Scale:": "Scale:", -"Scaled Fractions": "Scaled Fractions", -"Scaled Points": "Scaled Points", -"Scales": "Scales", -"Scatter Matrix": "Scatter Matrix", -"Scatter Plot": "Scatter Plot", -"Scatter Plot Options": "Scatter Plot Options", -"Scatter and line plot": "Scatter and line plot", -"Scatter plot": "Scatter plot", -"Score": "Score", -"Scree Plot": "Scree Plot", -"Sd": "Sd", -"Sd_Pop:": "Sd_Pop:", -"Sea surface temperature": "Sea surface temperature", -"Search in ": "Search in ", -"Search to end only": "Search to end only", -"Season Dates": "Season Dates", -"Seasonal Comparisons": "Seasonal Comparisons", -"Seasonal Summary": "Seasonal Summary", -"Seasonality (Harmonics)": "Seasonality (Harmonics)", -"Seasonality:": "Seasonality:", -"Second": "Second", -"Second Column:": "Second Column:", -"Second Context:": "Second Context:", -"Second Data Frame": "Second Data Frame", -"Second Data Frame:": "Second Data Frame:", -"Second Explanatory Variable": "Second Explanatory Variable", -"Second Explanatory Variable:": "Second Explanatory Variable:", -"Second Factor": "Second Factor", -"Second Factor (Optional):": "Second Factor (Optional):", -"Second Factor:": "Second Factor:", -"Second Variable": "Second Variable", -"Second Variable:": "Second Variable:", -"Seconds:": "Seconds:", -"Secrecy Score:": "Secrecy Score:", -"Seed": "Seed", -"SegNeigh": "SegNeigh", -"Select": "Select", -"Select All": "Select All", -"Select All Levels": "Select All Levels", -"Select And Stuck": "Select And Stuck", -"Select Contrast Name:": "Select Contrast Name:", -"Select Date Range": "Select Date Range", -"Select Day of Year Range": "Select Day of Year Range", -"Select Elements Observation Data to Import": "Select Elements Observation Data to Import", -"Select File Type:": "Select File Type:", -"Select Levels:": "Select Levels:", -"Select Month": "Select Month", -"Select Month(s) to Omit:": "Select Month(s) to Omit:", -"Select Sheets:": "Select Sheets:", -"Select Station:": "Select Station:", -"Select Stations to Import": "Select Stations to Import", -"Select Theme": "Select Theme", -"Select all": "Select all", -"Select by condition": "Select by condition", -"Select by factor values": "Select by factor values", -"Selected Column": "Selected Column", -"Selected Column(s):": "Selected Column(s):", -"Selected Column:": "Selected Column:", -"Selected Columns:": "Selected Columns:", -"Selected Data Frame": "Selected Data Frame", -"Selected Data Frames:": "Selected Data Frames:", -"Selected Elements:": "Selected Elements:", -"Selected Factor:": "Selected Factor:", -"Selected Filter Preview": "Selected Filter Preview", -"Selected Filter Preview:": "Selected Filter Preview:", -"Selected Graph:": "Selected Graph:", -"Selected Graphs:": "Selected Graphs:", -"Selected Key:": "Selected Key:", -"Selected Link:": "Selected Link:", -"Selected Metadata": "Selected Metadata", -"Selected Model:": "Selected Model:", -"Selected Object(s):": "Selected Object(s):", -"Selected Object:": "Selected Object:", -"Selected Objects:": "Selected Objects:", -"Selected Set:": "Selected Set:", -"Selected Stations:": "Selected Stations:", -"Selected Variable:": "Selected Variable:", -"Selected Variables": "Selected Variables", -"Selected Variables:": "Selected Variables:", -"Selected column": "Selected column", -"Selection": "Selection", -"Semi Join": "Semi Join", -"Semi-Colon(;)": "Semi-Colon(;)", -"Semicolon ;": "Semicolon ;", -"Send Debugging Log to R-Instat Team": "Send Debugging Log to R-Instat Team", -"Separate Tables": "Separate Tables", -"Separator": "Separator", -"Separator:": "Separator:", -"September": "September", -"Sequence": "Sequence", -"Sequence Definition": "Sequence Definition", -"Sequence Preview:": "Sequence Preview:", -"Sequence extended to match": "Sequence extended to match", -"Sequence matches the length of the data frame.": "Sequence matches the length of the data frame.", -"Sequence of Values": "Sequence of Values", -"Sequence truncated to match": "Sequence truncated to match", -"Sequential": "Sequential", -"Serif": "Serif", -"Set Colour Breaks": "Set Colour Breaks", -"Set New Name:": "Set New Name:", -"Set Row Names from Column": "Set Row Names from Column", -"Set Seed": "Set Seed", -"Set Seed:": "Set Seed:", -"Set1": "Set1", -"Set2": "Set2", -"Set3": "Set3", -"Sets:": "Sets:", -"Settings": "Settings", -"Shape": "Shape", -"Shape (Optional):": "Shape (Optional):", -"Shape File": "Shape File", -"Shape1": "Shape1", -"Shape2": "Shape2", -"Sheet Metadata": "Sheet Metadata", -"Shift Daily Data": "Shift Daily Data", -"Shift:": "Shift:", -"Shifted": "Shifted", -"Short": "Short", -"Show": "Show", -"Show Arguments": "Show Arguments", -"Show Calculator": "Show Calculator", -"Show Climatic Menu": "Show Climatic Menu", -"Show Column Types": "Show Column Types", -"Show Count": "Show Count", -"Show Details >>": "Show Details >>", -"Show Frequencies": "Show Frequencies", -"Show Hidden Columns in Selector": "Show Hidden Columns in Selector", -"Show ID": "Show ID", -"Show Missing": "Show Missing", -"Show Missing Values": "Show Missing Values", -"Show Model": "Show Model", -"Show Model Summary": "Show Model Summary", -"Show Non Missing": "Show Non Missing", -"Show Numeric Values": "Show Numeric Values", -"Show Options By Context Menu": "Show Options By Context Menu", -"Show Parameters": "Show Parameters", -"Show Percentage": "Show Percentage", -"Show Percentages": "Show Percentages", -"Show Procurement Menu": "Show Procurement Menu", -"Show Row Names": "Show Row Names", -"Show Strings": "Show Strings", -"Show Structured Menu": "Show Structured Menu", -"Show Summary": "Show Summary", -"Show Variable Labels": "Show Variable Labels", -"Show calculator": "Show calculator", -"Show commands": "Show commands", -"Show grid lines": "Show grid lines", -"Show stars on summary tables for coefficients": "Show stars on summary tables for coefficients", -"Show waiting dialog when command takes longer than": "Show waiting dialog when command takes longer than", -"Showing ": "Showing ", -"Shrink: ": "Shrink: ", -"Sign Test": "Sign Test", -"Signature Date:": "Signature Date:", -"Signature Period (25 Quartiles):": "Signature Period (25 Quartiles):", -"Signature Period (5 Quartiles):": "Signature Period (5 Quartiles):", -"Signature Period Categories:": "Signature Period Categories:", -"Signature Period Corrected:": "Signature Period Corrected:", -"Signature Period:": "Signature Period:", -"Significance Level": "Significance Level", -"Significance Level:": "Significance Level:", -"Significance Stars": "Significance Stars", -"Significance Test": "Significance Test", -"Significant Figures:": "Significant Figures:", -"Significant Height of combined wind waves And swell": "Significant Height of combined wind waves And swell", -"Simple": "Simple", -"Simple Convert": "Simple Convert", -"Simple Options": "Simple Options", -"Simple Precipitation Intensity Index [19:SDII]": "Simple Precipitation Intensity Index [19:SDII]", -"Single": "Single", -"Single Bidder:": "Single Bidder:", -"Single Column": "Single Column", -"Single Graphs": "Single Graphs", -"Single Point": "Single Point", -"Single Value:": "Single Value:", -"Single Variable": "Single Variable", -"Single column": "Single column", -"Site": "Site", -"Size": "Size", -"Size Of Cities:": "Size Of Cities:", -"Size Of City Labels:": "Size Of City Labels:", -"Size X-Axis": "Size X-Axis", -"Size Y-Axis": "Size Y-Axis", -"Size:": "Size:", -"Skewness": "Skewness", -"Skewness (3rd Moment)": "Skewness (3rd Moment)", -"Skewness Weight:": "Skewness Weight:", -"Slope": "Slope", -"Small State:": "Small State:", -"Smooth": "Smooth", -"Smoothing Curves": "Smoothing Curves", -"Sn": "Sn", -"Solar": "Solar", -"Solid": "Solid", -"Sort": "Sort", -"Sort Data after filling gaps": "Sort Data after filling gaps", -"Sort Variables": "Sort Variables", -"Sort by Column": "Sort by Column", -"Sort by Name": "Sort by Name", -"Sort by Row Names": "Sort by Row Names", -"Sort by:": "Sort by:", -"Sort values": "Sort values", -"Source:": "Source:", -"Space ( )": "Space ( )", -"Space between Strips and Axes": "Space between Strips and Axes", -"Span:": "Span:", -"Spanish": "Spanish", -"Spearman": "Spearman", -"Specific": "Specific", -"Specifiy": "Specifiy", -"Specify": "Specify", -"Specify Breaks": "Specify Breaks", -"Specify Decimals (from Numeric)": "Specify Decimals (from Numeric)", -"Specify Format": "Specify Format", -"Specify Layout": "Specify Layout", -"Specify Link": "Specify Link", -"Specify Lower Limit": "Specify Lower Limit", -"Specify Order": "Specify Order", -"Specify Rows": "Specify Rows", -"Specify Title": "Specify Title", -"Specify Upper Limit": "Specify Upper Limit", -"Spectral": "Spectral", -"Speed Cuts:": "Speed Cuts:", -"Spell": "Spell", -"Spell Can Span Years": "Spell Can Span Years", -"Spell Length": "Spell Length", -"Spells": "Spells", -"Spline": "Spline", -"Spline d.f.": "Spline d.f.", -"Split Geometry": "Split Geometry", -"Split Text Column": "Split Text Column", -"Split by:": "Split by:", -"Sqrt": "Sqrt", -"Square Normalised Parent Coordinates": "Square Normalised Parent Coordinates", -"Square Root": "Square Root", -"Stack": "Stack", -"Stack (melt) Columns": "Stack (melt) Columns", -"Stack Bar Graph": "Stack Bar Graph", -"Stack Daily Data": "Stack Daily Data", -"Stack Data Into:": "Stack Data Into:", -"Stack Multiple Column Sets": "Stack Multiple Column Sets", -"Stack in reverse": "Stack in reverse", -"Stacked Graph": "Stacked Graph", -"Standard Deviation": "Standard Deviation", -"Standard Error of the Mean": "Standard Error of the Mean", -"Standard_deviation": "Standard_deviation", -"Standardise Country Names": "Standardise Country Names", -"Start Date:": "Start Date:", -"Start Day": "Start Day", -"Start Month:": "Start Month:", -"Start New Session": "Start New Session", -"Start Value:": "Start Value:", -"Start Year for Climatological Period:": "Start Year for Climatological Period:", -"Start Year for Region Average:": "Start Year for Region Average:", -"Start Year for Station Trend:": "Start Year for Station Trend:", -"Start Year for Variogram Period:": "Start Year for Variogram Period:", -"Start and End": "Start and End", -"Start date:": "Start date:", -"Start of Rains": "Start of Rains", -"Start(L):": "Start(L):", -"Start:": "Start:", -"Starting Angle:": "Starting Angle:", -"Starting Month:": "Starting Month:", -"Starting from:": "Starting from:", -"Station": "Station", -"Station (Optional):": "Station (Optional):", -"Station Anomalies": "Station Anomalies", -"Station Element:": "Station Element:", -"Station Height:": "Station Height:", -"Station IDs": "Station IDs", -"Station Identifier:": "Station Identifier:", -"Station Metadata": "Station Metadata", -"Station Name": "Station Name", -"Station Name:": "Station Name:", -"Station Names": "Station Names", -"Station Qualifiers": "Station Qualifiers", -"Station name": "Station name", -"Station-Element": "Station-Element", -"Station:": "Station:", -"StationFile": "StationFile", -"Stations": "Stations", -"Stations-Elements": "Stations-Elements", -"Stations:": "Stations:", -"Statistic:": "Statistic:", -"Statistics:": "Statistics:", -"Stats": "Stats", -"Stats1": "Stats1", -"Stats2": "Stats2", -"Std": "Std", -"Std Residuals": "Std Residuals", -"Stem and Leaf": "Stem and Leaf", -"Store Results": "Store Results", -"Store Results in Data Frame": "Store Results in Data Frame", -"String": "String", -"String Distance": "String Distance", -"String Handling": "String Handling", -"String Height": "String Height", -"String Width": "String Width", -"Strings (Character Columns)": "Strings (Character Columns)", -"StructTS": "StructTS", -"Structure": "Structure", -"Stud": "Stud", -"Students_t": "Students_t", -"Sub Calculations": "Sub Calculations", -"Sub Title Size:": "Sub Title Size:", -"Sub-Calculations:": "Sub-Calculations:", -"Subset": "Subset", -"Substring": "Substring", -"Subtitle Size:": "Subtitle Size:", -"Success:": "Success:", -"Successive Values": "Successive Values", -"Sum": "Sum", -"Sum of squared residuals": "Sum of squared residuals", -"Sum to Zero": "Sum to Zero", -"Summaries": "Summaries", -"Summaries:": "Summaries:", -"Summarise By:": "Summarise By:", -"Summary": "Summary", -"Summary Annotations": "Summary Annotations", -"Summary Columns:": "Summary Columns:", -"Summary Model": "Summary Model", -"Summary Options": "Summary Options", -"Summary Statistics": "Summary Statistics", -"Summary Tables": "Summary Tables", -"Summary data": "Summary data", -"Summary:": "Summary:", -"Summer Days [2:SU]": "Summer Days [2:SU]", -"Sunshine": "Sunshine", -"Sunshine Hours:": "Sunshine Hours:", -"Supplementary Individuals": "Supplementary Individuals", -"Surface pressure": "Surface pressure", -"Survival Object Name:": "Survival Object Name:", -"Symbol:": "Symbol:", -"Symbols": "Symbols", -"Symmetric Extremal Dependence Index": "Symmetric Extremal Dependence Index", -"Symmetric Extreme Dependency Score": "Symmetric Extreme Dependency Score", -"Symmetry": "Symmetry", -"System.Data.DataRowView": "System.Data.DataRowView", -"TAMSAT v3.0": "TAMSAT v3.0", -"TAMSAT v3.1": "TAMSAT v3.1", -"TRMM 3B42 3-Hourly Precipitation": "TRMM 3B42 3-Hourly Precipitation", -"TRMM 3B42 Daily Precipitation": "TRMM 3B42 Daily Precipitation", -"TRUE": "TRUE", -"Table": "Table", -"Table Frequencies": "Table Frequencies", -"Table Title:": "Table Title:", -"Tables": "Tables", -"Tailored Menus": "Tailored Menus", -"Tax Haven 2:": "Tax Haven 2:", -"Tax Haven 3:": "Tax Haven 3:", -"Tax Haven 3bi:": "Tax Haven 3bi:", -"Tax Haven:": "Tax Haven:", -"Taylor Diagram": "Taylor Diagram", -"Taylor Diagram Options": "Taylor Diagram Options", -"Temperature": "Temperature", -"Temperature Quantiles:": "Temperature Quantiles:", -"Test": "Test", -"Test:": "Test:", -"Text": "Text", -"Text (Output Window)": "Text (Output Window)", -"Text File Preview:": "Text File Preview:", -"Text colour:": "Text colour:", -"The backup versions come from periodic system backups.": "The backup versions come from periodic system backups.", -"The following R packages could not be installed:": "The following R packages could not be installed:", -"Theme Options": "Theme Options", -"Theme to Edit:": "Theme to Edit:", -"Theme:": "Theme:", -"Themes": "Themes", -"Thickness:": "Thickness:", -"Third Context:": "Third Context:", -"Third Explanatory Variable:": "Third Explanatory Variable:", -"Threat Score": "Threat Score", -"Three Summaries": "Three Summaries", -"Three Variable Frequencies": "Three Variable Frequencies", -"Three Variable Modelling": "Three Variable Modelling", -"Threshold": "Threshold", -"Threshold ": "Threshold ", -"Threshold range ": "Threshold range ", -"Threshold:": "Threshold:", -"Tick Mark Labels ": "Tick Mark Labels ", -"Tick marks along axes": "Tick marks along axes", -"Tick marks label along axes": "Tick marks label along axes", -"TickMarkers": "TickMarkers", -"Tidy": "Tidy", -"Tidy Daily Data": "Tidy Daily Data", -"Ties": "Ties", -"Tile": "Tile", -"Tile colour:": "Tile colour:", -"Time (X axis):": "Time (X axis):", -"Time Period": "Time Period", -"Time Point:": "Time Point:", -"Time Scale (Months):": "Time Scale (Months):", -"Time Selection": "Time Selection", -"Time Series Comparisons": "Time Series Comparisons", -"Time Step": "Time Step", -"Time(s)": "Time(s)", -"Times Roman": "Times Roman", -"Title": "Title", -"Title Size:": "Title Size:", -"Title of legend": "Title of legend", -"Title:": "Title:", -"Titles": "Titles", -"Titles ": "Titles ", -"Tmax/Tmin": "Tmax/Tmin", -"Tmax:": "Tmax:", -"Tmin:": "Tmin:", -"To": "To", -"To Script": "To Script", -"To be implemented": "To be implemented", -"To circular:": "To circular:", -"To:": "To:", -"Tolerance": "Tolerance", -"Top": "Top", -"Top levels displayed:": "Top levels displayed:", -"Top:": "Top:", -"Total Column Name": "Total Column Name", -"Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]", -"Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]", -"Total Daily Precipitation [27:PRCPTOT]": "Total Daily Precipitation [27:PRCPTOT]", -"Total Days": "Total Days", -"Total Rainfall": "Total Rainfall", -"Total precipitation": "Total precipitation", -"Totals Column/Row Background Highlighted": "Totals Column/Row Background Highlighted", -"Trace Plot": "Trace Plot", -"Trace Values": "Trace Values", -"Transform": "Transform", -"Transform Text Column": "Transform Text Column", -"Transform:": "Transform:", -"Transformation": "Transformation", -"Transparency:": "Transparency:", -"Transpose": "Transpose", -"Transpose Columns": "Transpose Columns", -"Treat Row Names as Numeric": "Treat Row Names as Numeric", -"Treat Summary Columns as a Further Factor": "Treat Summary Columns as a Further Factor", -"Treatment structure": "Treatment structure", -"Treatment/Control": "Treatment/Control", -"Treatment:": "Treatment:", -"Treemap": "Treemap", -"Trend": "Trend", -"Triangular": "Triangular", -"Trim": "Trim", -"Trim Trailing White Space": "Trim Trailing White Space", -"Trimmed Mean": "Trimmed Mean", -"Tropical Nights [4:TR]": "Tropical Nights [4:TR]", -"True Values(Optional):": "True Values(Optional):", -"Try": "Try", -"Two Columns": "Two Columns", -"Two Columns in Same Data Frame": "Two Columns in Same Data Frame", -"Two Columns in Separate Data Frames": "Two Columns in Separate Data Frames", -"Two Data Frames Long": "Two Data Frames Long", -"Two Data Frames Wide": "Two Data Frames Wide", -"Two Sample Non parametric Tests": "Two Sample Non parametric Tests", -"Two Variable Fit Model": "Two Variable Fit Model", -"Two Variable Graph": "Two Variable Graph", -"Two Variable Use Model": "Two Variable Use Model", -"Two Way Frequencies": "Two Way Frequencies", -"Two sided": "Two sided", -"Two-Dash": "Two-Dash", -"Two-Sided": "Two-Sided", -"Type": "Type", -"Type of Graph": "Type of Graph", -"Type of Layer (Geom):": "Type of Layer (Geom):", -"Type of Palette": "Type of Palette", -"Type of Test": "Type of Test", -"Type of test": "Type of test", -"Type:": "Type:", -"Types": "Types", -"Typical": "Typical", -"UCSB CHIRPS": "UCSB CHIRPS", -"UID:": "UID:", -"UN Code:": "UN Code:", -"URWBookman": "URWBookman", -"URWGothic": "URWGothic", -"URWPalladioURWTimes": "URWPalladioURWTimes", -"UTF-8": "UTF-8", -"UnTransform": "UnTransform", -"Underscore _": "Underscore _", -"Undo": "Undo", -"Unhide...": "Unhide...", -"Uniform": "Uniform", -"Uniminmax": "Uniminmax", -"Units": "Units", -"Units:": "Units:", -"Unlock": "Unlock", -"Unselect all": "Unselect all", -"Unstack Columns": "Unstack Columns", -"Unstack Data": "Unstack Data", -"Unstack elements": "Unstack elements", -"Upper Limit": "Upper Limit", -"Upper Limit :": "Upper Limit :", -"Use Date": "Use Date", -"Use Factor Sheet": "Use Factor Sheet", -"Use Graph": "Use Graph", -"Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Use Great Circle (WGS84 ellipsoid) distance for nearest points", -"Use Model ": "Use Model ", -"Use Summaries": "Use Summaries", -"Use unique values for comparison": "Use unique values for comparison", -"User Define": "User Define", -"User Defined": "User Defined", -"Username:": "Username:", -"VE": "VE", -"Value": "Value", -"Value From Above": "Value From Above", -"Value From Below": "Value From Below", -"Value(Vector):": "Value(Vector):", -"Value:": "Value:", -"Values": "Values", -"Values in both columns (intersection)": "Values in both columns (intersection)", -"Values in either column (union)": "Values in either column (union)", -"Values in first column not in second": "Values in first column not in second", -"Values in second column not in first": "Values in second column not in first", -"Var": "Var", -"VarCI Method:": "VarCI Method:", -"Variable": "Variable", -"Variable Day": "Variable Day", -"Variable Options": "Variable Options", -"Variable Sets": "Variable Sets", -"Variable Transformations": "Variable Transformations", -"Variable Width": "Variable Width", -"Variable to Check:": "Variable to Check:", -"Variable(s) to Summarise:": "Variable(s) to Summarise:", -"Variable(s) to View:": "Variable(s) to View:", -"Variable:": "Variable:", -"Variables": "Variables", -"Variables Plot": "Variables Plot", -"Variables and Summaries": "Variables and Summaries", -"Variables to Check:": "Variables to Check:", -"Variables to Include:": "Variables to Include:", -"Variables to View:": "Variables to View:", -"Variables:": "Variables:", -"Variance": "Variance", -"Variate:": "Variate:", -"Variogram Data Frame:": "Variogram Data Frame:", -"Verification": "Verification", -"Verification Summaries": "Verification Summaries", -"Vertcal-Line(|)": "Vertcal-Line(|)", -"Vertical": "Vertical", -"Vertical Label Position:": "Vertical Label Position:", -"Vertical X Tick Markers": "Vertical X Tick Markers", -"Vertical major grid lines ": "Vertical major grid lines ", -"Vertical minor grid lines": "Vertical minor grid lines", -"Vertically": "Vertically", -"View Data": "View Data", -"View Data Frame": "View Data Frame", -"View Graph": "View Graph", -"View Key": "View Key", -"View Labels/Levels": "View Labels/Levels", -"View Link": "View Link", -"View Object": "View Object", -"View and Remove Keys": "View and Remove Keys", -"View and Remove Links": "View and Remove Links", -"Vignettes": "Vignettes", -"Violet": "Violet", -"Violin": "Violin", -"Violin + Boxplot": "Violin + Boxplot", -"Violin + Jitter": "Violin + Jitter", -"Violin Options": "Violin Options", -"Violin Plot": "Violin Plot", -"Violin Plot Options": "Violin Plot Options", -"Visualise Data": "Visualise Data", -"Vjust": "Vjust", -"Volumetric efficiency": "Volumetric efficiency", -"WB PPP:": "WB PPP:", -"WIGOS Station Identifier:": "WIGOS Station Identifier:", -"WMO Number": "WMO Number", -"WMO Number:": "WMO Number:", -"Wakefield": "Wakefield", -"Wald": "Wald", -"Warm Spell Duration Index [14:WSDI]": "Warm Spell Duration Index [14:WSDI]", -"Water Amount(s):": "Water Amount(s):", -"Water Balance": "Water Balance", -"Water Balance <=": "Water Balance <=", -"Week": "Week", -"Week Day": "Week Day", -"Weeks": "Weeks", -"Weibull": "Weibull", -"Weight By (Optional):": "Weight By (Optional):", -"Weight By:": "Weight By:", -"Weights": "Weights", -"Weights (Optional):": "Weights (Optional):", -"Weights:": "Weights:", -"West East": "West East", -"While you're waiting...": "While you're waiting...", -"Whisk Line Type": "Whisk Line Type", -"Whisker Colour": "Whisker Colour", -"Whisklty": "Whisklty", -"White": "White", -"White Space:": "White Space:", -"Whitespace": "Whitespace", -"Width": "Width", -"Width:": "Width:", -"Wilcoxon": "Wilcoxon", -"Wilson": "Wilson", -"Wind": "Wind", -"Wind Direction:": "Wind Direction:", -"Wind Rose": "Wind Rose", -"Wind Speed": "Wind Speed", -"Wind Speed:": "Wind Speed:", -"Wind/Pollution Rose": "Wind/Pollution Rose", -"WindSpeed:": "WindSpeed:", -"Windrose Options": "Windrose Options", -"Winner Country ISO2:": "Winner Country ISO2:", -"Winner Country ISO3:": "Winner Country ISO3:", -"Winner Country:": "Winner Country:", -"Winner ID:": "Winner ID:", -"Winner Name:": "Winner Name:", -"With Replacement": "With Replacement", -"With Standard Error": "With Standard Error", -"With X Variable": "With X Variable", -"With column": "With column", -"Within Year": "Within Year", -"Within Year:": "Within Year:", -"Words": "Words", -"Working Directory": "Working Directory", -"Working Directory:": "Working Directory:", -"X Label": "X Label", -"X Variable": "X Variable", -"X Variable:": "X Variable:", -"X Variables": "X Variables", -"X Variables:": "X Variables:", -"X and Y-Axis Labels": "X and Y-Axis Labels", -"X and Y-Axis Tick Markers": "X and Y-Axis Tick Markers", -"X axis Label Size": "X axis Label Size", -"X axis Tick Labels Angle": "X axis Tick Labels Angle", -"X axis Tick Mark Label Size": "X axis Tick Mark Label Size", -"X axis label ": "X axis label ", -"X axis label on top axis": "X axis label on top axis", -"X axis labels angle:": "X axis labels angle:", -"X axis tick labels": "X axis tick labels", -"X axis tick labels on top axis": "X axis tick labels on top axis", -"X axis tick marks": "X axis tick marks", -"X axis:": "X axis:", -"X label": "X label", -"X-Axis": "X-Axis", -"X-Axis Labels": "X-Axis Labels", -"X-Axis Line": "X-Axis Line", -"X-Axis Tick Markers": "X-Axis Tick Markers", -"X-Axis Title": "X-Axis Title", -"X-Lab Title": "X-Lab Title", -"X-axis": "X-axis", -"X-axis Options:": "X-axis Options:", -"XY-Axes": "XY-Axes", -"Xlim": "Xlim", -"Y Label": "Y Label", -"Y Value": "Y Value", -"Y Value:": "Y Value:", -"Y Variable": "Y Variable", -"Y Variable:": "Y Variable:", -"Y Variables": "Y Variables", -"Y Variables:": "Y Variables:", -"Y Variate:": "Y Variate:", -"Y axis Label Size": "Y axis Label Size", -"Y axis Tick Mark Label Size": "Y axis Tick Mark Label Size", -"Y axis labels": "Y axis labels", -"Y axis labels on right axis": "Y axis labels on right axis", -"Y axis tick labels": "Y axis tick labels", -"Y axis tick labels on right axis": "Y axis tick labels on right axis", -"Y axis tick marks": "Y axis tick marks", -"Y label": "Y label", -"Y variable": "Y variable", -"Y-Axis": "Y-Axis", -"Y-Axis Labels": "Y-Axis Labels", -"Y-Axis Line": "Y-Axis Line", -"Y-Axis Tick Markers": "Y-Axis Tick Markers", -"Y-Axis Title": "Y-Axis Title", -"Y-Lab Title": "Y-Lab Title", -"Y-axis": "Y-axis", -"Y-axis Options:": "Y-axis Options:", -"Y-axis Upper:": "Y-axis Upper:", -"Year": "Year", -"Year - DOY Plot": "Year - DOY Plot", -"Year - Month - Day": "Year - Month - Day", -"Year As Factor": "Year As Factor", -"Year Columns": "Year Columns", -"Year Columns:": "Year Columns:", -"Year Month Day": "Year Month Day", -"Year and Day of Year": "Year and Day of Year", -"Year(4 digit)MonthDay(YEARMODA)": "Year(4 digit)MonthDay(YEARMODA)", -"Year(4-digit)-Month(Full Name)-Day": "Year(4-digit)-Month(Full Name)-Day", -"Year(4-digit)-Month(abbr)-Day": "Year(4-digit)-Month(abbr)-Day", -"Year(4-digit)-Month-Day": "Year(4-digit)-Month-Day", -"Year(4-digit)/Month(Full Name)/Day": "Year(4-digit)/Month(Full Name)/Day", -"Year(4-digit)/Month(abbr)/Day": "Year(4-digit)/Month(abbr)/Day", -"Year(4-digit)/Month/Day": "Year(4-digit)/Month/Day", -"Year(4-digit)Doy(Julian)": "Year(4-digit)Doy(Julian)", -"Year:": "Year:", -"Years": "Years", -"Yellow": "Yellow", -"Yellow-Green": "Yellow-Green", -"Yes": "Yes", -"YlGn": "YlGn", -"YlGnBu": "YlGnBu", -"YlOrBr": "YlOrBr", -"YlOrRd": "YlOrRd", -"Ylim": "Ylim", -"Zero Values": "Zero Values", -"Zplot Plot": "Zplot Plot", -"[ ] or": "[ ] or", -"[^ ] not": "[^ ] not", -"^ begin": "^ begin", -"________": "________", -"__________": "__________", -"aapc": "aapc", -"abs": "abs", -"acos": "acos", -"add_na": "add_na", -"age": "age", -"all": "all", -"am": "am", -"and": "and", -"ang.dev": "ang.dev", -"ang.var": "ang.var", -"animal (f)": "animal (f)", -"annual": "annual", -"anon": "anon", -"anova": "anova", -"ansari": "ansari", -"answer (f)": "answer (f)", -"any": "any", -"anyDup": "anyDup", -"aov": "aov", -"ar": "ar", -"arima": "arima", -"asin": "asin", -"asis": "asis", -"asn": "asn", -"aspect.ratio": "aspect.ratio", -"asymptotic ": "asymptotic ", -"atan": "atan", -"atan2": "atan2", -"atanh": "atanh", -"award_date": "award_date", -"axis.line": "axis.line", -"axis.line.x": "axis.line.x", -"axis.line.y": "axis.line.y", -"axis.text": "axis.text", -"axis.text.x": "axis.text.x", -"axis.text.x.top": "axis.text.x.top", -"axis.text.y": "axis.text.y", -"axis.text.y.right": "axis.text.y.right", -"axis.ticks": "axis.ticks", -"axis.ticks.length": "axis.ticks.length", -"axis.ticks.x": "axis.ticks.x", -"axis.ticks.y": "axis.ticks.y", -"axis.title": "axis.title", -"axis.title.x": "axis.title.x", -"axis.title.x.top": "axis.title.x.top", -"axis.title.y": "axis.title.y", -"axis.title.y.right": "axis.title.y.right", -"bartels": "bartels", -"bartlett": "bartlett", -"beta": "beta", -"between": "between", -"binary": "binary", -"binom.test": "binom.test", -"boot": "boot", -"boundary": "boundary", -"boxcox": "boxcox", -"br": "br", -"br2": "br2", -"broken": "broken", -"browser (f)": "browser (f)", -"bu": "bu", -"butt": "butt", -"bw": "bw", -"by": "by", -"c( )": "c( )", -"caption": "caption", -"car (f)": "car (f)", -"cat": "cat", -"cb_safe": "cb_safe", -"ceiling": "ceiling", -"children": "children", -"chisq": "chisq", -"choose": "choose", -"ci": "ci", -"circular": "circular", -"cividis": "cividis", -"classic": "classic", -"cloglog": "cloglog", -"cloud": "cloud", -"cm": "cm", -"cmh": "cmh", -"coefficient": "coefficient", -"coin (f)": "coin (f)", -"collapse": "collapse", -"collate": "collate", -"color (f)": "color (f)", -"combine": "combine", -"confint": "confint", -"conover": "conover", -"cont": "cont", -"contract_sector": "contract_sector", -"contract_title": "contract_title", -"cor": "cor", -"cos": "cos", -"count": "count", -"country": "country", -"cov": "cov", -"cp": "cp", -"crc32": "crc32", -"cross": "cross", -"cs": "cs", -"csmk": "csmk", -"csv": "csv", -"cumdist": "cumdist", -"cummax": "cummax", -"cummean": "cummean", -"cummin": "cummin", -"cumsum": "cumsum", -"cv": "cv", -"d": "d", -"d_in_m": "d_in_m", -"d_rank": "d_rank", -"daily": "daily", -"data": "data", -"data.frame(data=matrix(data=NA": "data.frame(data=matrix(data=NA", -"date": "date", -"date_stamp": "date_stamp", -"datetime": "datetime", -"davies": "davies", -"day": "day", -"day of the month (01-31)": "day of the month (01-31)", -"day of the month (1-31)": "day of the month (1-31)", -"day of the week": "day of the week", -"days": "days", -"death (L)": "death (L)", -"default": "default", -"deg": "deg", -"degrees": "degrees", -"detect": "detect", -"dice": "dice", -"died (L)": "died (L)", -"diff": "diff", -"digamma": "digamma", -"distill": "distill", -"distinct": "distinct", -"dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain", -"dlgSetupForDataEntry": "dlgSetupForDataEntry", -"dmy": "dmy", -"dna (f)": "dna (f)", -"dob (D)": "dob (D)", -"drop": "drop", -"dummy": "dummy", -"duncan": "duncan", -"duplicated": "duplicated", -"durbin": "durbin", -"durbinWatsonTest": "durbinWatsonTest", -"education (f)": "education (f)", -"ela": "ela", -"employment (f)": "employment (f)", -"encode ": "encode ", -"end": "end", -"erlevd": "erlevd", -"exact": "exact", -"exp": "exp", -"expand": "expand", -"extRemes": "extRemes", -"extract": "extract", -"extract2": "extract2", -"eye (f)": "eye (f)", -"fact": "fact", -"factor": "factor", -"factor ": "factor ", -"fevd": "fevd", -"findpars": "findpars", -"first": "first", -"fiscal_year": "fiscal_year", -"fisyat": "fisyat", -"fixed": "fixed", -"fligner": "fligner", -"floor": "floor", -"frLabels:": "frLabels:", -"friedman": "friedman", -"gamma": "gamma", -"gender (f)": "gender (f)", -"glm": "glm", -"glm.nb": "glm.nb", -"glmer": "glmer", -"glmmPQL": "glmmPQL", -"gpa": "gpa", -"grade": "grade", -"grade_level (f)": "grade_level (f)", -"grey": "grey", -"group (f)": "group (f)", -"grpTickLength": "grpTickLength", -"hair (f)": "hair (f)", -"height": "height", -"hour": "hour", -"hours": "hours", -"hydroGOF ": "hydroGOF ", -"identity": "identity", -"ifelse": "ifelse", -"inches": "inches", -"income": "income", -"indices selected out of": "indices selected out of", -"inferno": "inferno", -"infreq": "infreq", -"inorder": "inorder", -"inseq": "inseq", -"intercept": "intercept", -"iq": "iq", -"is false": "is false", -"is true": "is true", -"is.fixedfevd": "is.fixedfevd", -"is.na": "is.na", -"j:": "j:", -"kge": "kge", -"klotz": "klotz", -"koziol": "koziol", -"kruskal": "kruskal", -"ks": "ks", -"kurtosis": "kurtosis", -"l()": "l()", -"label": "label", -"labelled ": "labelled ", -"lag": "lag", -"language (f)": "language (f)", -"lanzante": "lanzante", -"last": "last", -"lbeta": "lbeta", -"lbl": "lbl", -"lchoose": "lchoose", -"lda": "lda", -"lead": "lead", -"leap": "leap", -"legend bty": "legend bty", -"legend.background": "legend.background", -"legend.box.background": "legend.box.background", -"legend.box.margin": "legend.box.margin", -"legend.box.spacing": "legend.box.spacing", -"legend.key": "legend.key", -"legend.key.height": "legend.key.height", -"legend.key.size": "legend.key.size", -"legend.key.width": "legend.key.width", -"legend.margin": "legend.margin", -"legend.spacing": "legend.spacing", -"legend.spacing.x": "legend.spacing.x", -"legend.spacing.y": "legend.spacing.y", -"legend.text": "legend.text", -"legend.text.align": "legend.text.align", -"legend.title": "legend.title", -"legend.title.align": "legend.title.align", -"length": "length", -"letters": "letters", -"levd": "levd", -"level": "level", -"lfact": "lfact", -"lgamma": "lgamma", -"light": "light", -"likert (o.f)": "likert (o.f)", -"line": "line", -"linedraw": "linedraw", -"linkert7 (o.f)": "linkert7 (o.f)", -"lm": "lm", -"lme4": "lme4", -"lmer": "lmer", -"locate": "locate", -"locate2": "locate2", -"loess": "loess", -"log": "log", -"log10": "log10", -"log1p": "log1p", -"log2": "log2", -"logical": "logical", -"logistic": "logistic", -"logit": "logit", -"loglin": "loglin", -"loglm": "loglm", -"lorem_ipsum (c)": "lorem_ipsum (c)", -"lower": "lower", -"lowess": "lowess", -"lqs": "lqs", -"lr.Test": "lr.Test", -"lump": "lump", -"m": "m", -"mNSE": "mNSE", -"m_rank": "m_rank", -"mad": "mad", -"mae": "mae", -"magma": "magma", -"mantelhaen": "mantelhaen", -"mariadb_climsoft_db_v4": "mariadb_climsoft_db_v4", -"mariadb_climsoft_test_db_v4": "mariadb_climsoft_test_db_v4", -"marital (f)": "marital (f)", -"match": "match", -"math": "math", -"mauchly": "mauchly", -"max": "max", -"mc": "mc", -"mca": "mca", -"mcnemar": "mcnemar", -"md": "md", -"md5": "md5", -"mdy": "mdy", -"me": "me", -"mean": "mean", -"median": "median", -"medianHL": "medianHL", -"method_type": "method_type", -"military (f)": "military (f)", -"min": "min", -"minimal": "minimal", -"minute (00-59)": "minute (00-59)", -"miss": "miss", -"mk": "mk", -"mm": "mm", -"mm(Large or negative Value)": "mm(Large or negative Value)", -"mmk ": "mmk ", -"mode": "mode", -"mode1": "mode1", -"month": "month", -"month (f)": "month (f)", -"monthly": "monthly", -"monthly average": "monthly average", -"months ": "months ", -"mood": "mood", -"moving": "moving", -"movmax": "movmax", -"movmean": "movmean", -"movmed": "movmed", -"movmin": "movmin", -"movsum": "movsum", -"mse": "mse", -"murmur32": "murmur32", -"n": "n", -"n:": "n:", -"n_distinct": "n_distinct", -"naapprox": "naapprox", -"naest": "naest", -"nafill": "nafill", -"name (c)": "name (c)", -"nasplin": "nasplin", -"ncvTest": "ncvTest", -"near": "near", -"neighbouring average": "neighbouring average", -"nlmer": "nlmer", -"nls": "nls", -"no_bids_considered": "no_bids_considered", -"no_bids_received": "no_bids_received", -"non miss": "non miss", -"nonadditivity ": "nonadditivity ", -"normal": "normal", -"nrmse": "nrmse", -"nth": "nth", -"ntile": "ntile", -"oneway": "oneway", -"or Named Region:": "or Named Region:", -"or matching values 1 to n": "or matching values 1 to n", -"order": "order", -"original_contract_value": "original_contract_value", -"other": "other", -"outlierTest": "outlierTest", -"pad": "pad", -"pairwise.Prop": "pairwise.Prop", -"pairwise.t": "pairwise.t", -"pairwise.wilcox": "pairwise.wilcox", -"panel.background": "panel.background", -"panel.border": "panel.border", -"panel.grid": "panel.grid", -"panel.grid.major": "panel.grid.major", -"panel.grid.major.x": "panel.grid.major.x", -"panel.grid.major.y": "panel.grid.major.y", -"panel.grid.minor": "panel.grid.minor", -"panel.grid.minor.x": "panel.grid.minor.x", -"panel.grid.minor.y": "panel.grid.minor.y", -"panel.spacing": "panel.spacing", -"panel.spacing.x": "panel.spacing.x", -"panel.spacing.y": "panel.spacing.y", -"pbeta": "pbeta", -"pbias": "pbias", -"pbiasfdc": "pbiasfdc", -"pbinom": "pbinom", -"pbirth": "pbirth", -"pchisq": "pchisq", -"pcor ": "pcor ", -"percentages": "percentages", -"pet (f)": "pet (f)", -"pettitt ": "pettitt ", -"pf": "pf", -"pgamma": "pgamma", -"pi": "pi", -"plasma": "plasma", -"plot ": "plot ", -"plot.background": "plot.background", -"plot.caption": "plot.caption", -"plot.fevd": "plot.fevd", -"plot.margin": "plot.margin", -"plot.subtitle": "plot.subtitle", -"plot.title": "plot.title", -"pm": "pm", -"pmax": "pmax", -"pmin": "pmin", -"pmk ": "pmk ", -"pnbin": "pnbin", -"pnorm": "pnorm", -"points": "points", -"poisson": "poisson", -"political (f)": "political (f)", -"polr": "polr", -"power.anova": "power.anova", -"power.prop": "power.prop", -"power.t": "power.t", -"ppois": "ppois", -"ppr": "ppr", -"precip": "precip", -"predict": "predict", -"prediction": "prediction", -"primary (f)": "primary (f)", -"princomp": "princomp", -"print": "print", -"print.fevd": "print.fevd", -"probability": "probability", -"probit": "probit", -"procurement_category": "procurement_category", -"procuring_authority": "procuring_authority", -"prop": "prop", -"prop.test": "prop.test", -"prop.trend": "prop.trend", -"propn": "propn", -"proportion": "proportion", -"pscore": "pscore", -"pt": "pt", -"q-Gram Distance": "q-Gram Distance", -"q1": "q1", -"q3": "q3", -"qbeta": "qbeta", -"qbinom": "qbinom", -"qbirth": "qbirth", -"qchisq": "qchisq", -"qda": "qda", -"qf": "qf", -"qgamma": "qgamma", -"qnbin": "qnbin", -"qnorm": "qnorm", -"qpois": "qpois", -"qq": "qq", -"qt": "qt", -"quade": "quade", -"quadrant": "quadrant", -"qual": "qual", -"quantile": "quantile", -"quarter": "quarter", -"rNSE": "rNSE", -"rPearson": "rPearson", -"rSD": "rSD", -"r_rank": "r_rank", -"race (f)": "race (f)", -"rad": "rad", -"radians": "radians", -"rain days": "rain days", -"range": "range", -"rd": "rd", -"reciprocal": "reciprocal", -"recode": "recode", -"rect": "rect", -"regex": "regex", -"region": "region", -"relevel": "relevel", -"religion (f)": "religion (f)", -"remove": "remove", -"remove2": "remove2", -"reorder": "reorder", -"rep": "rep", -"replace": "replace", -"replace2": "replace2", -"residuals": "residuals", -"reverse": "reverse", -"rho": "rho", -"rlm": "rlm", -"rmse": "rmse", -"round": "round", -"row(s)": "row(s)", -"rrod ": "rrod ", -"rsd": "rsd", -"rsr": "rsr", -"sat": "sat", -"savage": "savage", -"scheffe": "scheffe", -"sd": "sd", -"seasonal average": "seasonal average", -"sec": "sec", -"second (00-59)": "second (00-59)", -"seconds": "seconds", -"segmented": "segmented", -"selected variable": "selected variable", -"sens ": "sens ", -"sentence (c)": "sentence (c)", -"seq": "seq", -"sex (f)": "sex (f)", -"sex_inclusive (f)": "sex_inclusive (f)", -"sha1": "sha1", -"sha256": "sha256", -"sha512": "sha512", -"shapiro": "shapiro", -"shift": "shift", -"short": "short", -"shuffle": "shuffle", -"siginf": "siginf", -"sign": "sign", -"signature_date": "signature_date", -"sin": "sin", -"skew": "skew", -"slope": "slope", -"smk ": "smk ", -"smokes (L)": "smokes (L)", -"snh ": "snh ", -"sort": "sort", -"spearman": "spearman", -"specify1": "specify1", -"specify2": "specify2", -"specify3": "specify3", -"speed": "speed", -"spline": "spline", -"split": "split", -"sqrt": "sqrt", -"square": "square", -"squish ": "squish ", -"ssens ": "ssens ", -"ssq": "ssq", -"starts": "starts", -"state (f)": "state (f)", -"stats": "stats", -"string (c)": "string (c)", -"strip.background": "strip.background", -"strip.placement": "strip.placement", -"strip.switch.pad.grid": "strip.switch.pad.grid", -"strip.switch.pad.wrap": "strip.switch.pad.wrap", -"strip.text": "strip.text", -"strip.text.x": "strip.text.x", -"strip.text.y": "strip.text.y", -"sub.title": "sub.title", -"sum": "sum", -"summary": "summary", -"summary.fevd": "summary.fevd", -"sunh": "sunh", -"sunshine hours": "sunshine hours", -"swap Parameters": "swap Parameters", -"t": "t", -"taha": "taha", -"tall": "tall", -"tan": "tan", -"text": "text", -"time": "time", -"title": "title", -"tmax": "tmax", -"tmin": "tmin", -"to": "to", -"tr": "tr", -"trigamma": "trigamma", -"trim": "trim", -"trunc": "trunc", -"unknown": "unknown", -"upper": "upper", -"upper (c)": "upper (c)", -"v3.0 Daily Rainfall": "v3.0 Daily Rainfall", -"v3.0 Dekadal Rainfall": "v3.0 Dekadal Rainfall", -"v3.0 Monthly Rainfall": "v3.0 Monthly Rainfall", -"v3.0 Monthly Rainfall (Calculated)": "v3.0 Monthly Rainfall (Calculated)", -"v3.1 Daily Rainfall": "v3.1 Daily Rainfall", -"v3.1 Daily Rainfall Complete (Filled)": "v3.1 Daily Rainfall Complete (Filled)", -"v3.1 Dekadal Rainfall": "v3.1 Dekadal Rainfall", -"v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 Dekadal Rainfall Complete (Filled)", -"v3.1 Monthly Rainfall": "v3.1 Monthly Rainfall", -"v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Monthly Rainfall Complete (Filled)", -"valid (L)": "valid (L)", -"var": "var", -"variable": "variable", -"vcov": "vcov", -"viridis": "viridis", -"von_mises": "von_mises", -"vonmises": "vonmises", -"waerden": "waerden", -"wakefield::r_data_theme(n = 100": "wakefield::r_data_theme(n = 100", -"waller ": "waller ", -"wd": "wd", -"wday": "wday", -"when": "when", -"which": "which", -"wilcox": "wilcox", -"wilcoxsign": "wilcoxsign", -"winner_country": "winner_country", -"winner_name": "winner_name", -"wrappednormal": "wrappednormal", -"ws": "ws", -"xxhash32": "xxhash32", -"xxhash64": "xxhash64", -"yday": "yday", -"year": "year", -"ymd": "ymd", -" Define a logical variable, e.g. as.logical(0, 1, 0, 10, -5) gives FALSE, TRUE, FALSE, TRUE, TRUE.": " Define a logical variable, e.g. as.logical(0, 1, 0, 10, -5) gives FALSE, TRUE, FALSE, TRUE, TRUE.", -" For some hypotheses the alternative hypothesis is two sided by default, but can be changed to ": " For some hypotheses the alternative hypothesis is two sided by default, but can be changed to ", -" Integer above the given value. For example ceiling(3.5) = 4; ceiling(-3.5) = -3": " Integer above the given value. For example ceiling(3.5) = 4; ceiling(-3.5) = -3", -" Use ranks to divide into (almost) equal sized groups. For example ntile(c(15,11,13,12,NA,12),2) = (2,1,2,1,NA,1)": " Use ranks to divide into (almost) equal sized groups. For example ntile(c(15,11,13,12,NA,12),2) = (2,1,2,1,NA,1)", -" beta quantiles. For example qbeta(0.2,1,1) = 0.2 (Uniform); qbeta(0.95,10,10) = 0.6799": " beta quantiles. For example qbeta(0.2,1,1) = 0.2 (Uniform); qbeta(0.95,10,10) = 0.6799", -" binomial quantiles. For example qbinom(0.9,5,0.4) = 3": " binomial quantiles. For example qbinom(0.9,5,0.4) = 3", -" log gamma function. For example lgamma(800) = 4545": " log gamma function. For example lgamma(800) = 4545", -" logical AND(&). For example (2 < 3) & (2 < 1) is the same as (TRUE & FALSE) which is FALSE": " logical AND(&). For example (2 < 3) & (2 < 1) is the same as (TRUE & FALSE) which is FALSE", -" maximum of a set of variables. For examples pmax(c(1,3,5),c(6,4,2)) = (6,4,5)": " maximum of a set of variables. For examples pmax(c(1,3,5),c(6,4,2)) = (6,4,5)", -" minimum ranks. For example m_rank(c(15,11,13,12,NA,12)) = (5,1,4,2,NA,2)": " minimum ranks. For example m_rank(c(15,11,13,12,NA,12)) = (5,1,4,2,NA,2)", -" t probabilities. For example pt(-2,5) = 0.051; pt(-2,1000) = 0.0229 ~ pnorm(-2)": " t probabilities. For example pt(-2,5) = 0.051; pt(-2,1000) = 0.0229 ~ pnorm(-2)", -" tangent of angle in radians. For example tan(pi/4) = sin(pi/4)/cos(pi/4) = tan(rad(45)) = 1": " tangent of angle in radians. For example tan(pi/4) = sin(pi/4)/cos(pi/4) = tan(rad(45)) = 1", -"!is.na detects non-missing values, for example !is.na(c(1,3,NA, 5)) gives TRUE, TRUE, FALSE, TRUE": "!is.na detects non-missing values, for example !is.na(c(1,3,NA, 5)) gives TRUE, TRUE, FALSE, TRUE", -"(%in%)is like the match function and returns a logical vector. For example (11:15 %in% c(11,13)) gives TRUE, FALSE, TRUE, FALSE, FALSE": "(%in%)is like the match function and returns a logical vector. For example (11:15 %in% c(11,13)) gives TRUE, FALSE, TRUE, FALSE, FALSE", -"(natural) logarithm. For example log(512) = 6.238; log(512,2) = 9 (log to base 2, i.e. 2 ^ 9 =512)": "(natural) logarithm. For example log(512) = 6.238; log(512,2) = 9 (log to base 2, i.e. 2 ^ 9 =512)", -"(normal probabilities. For example; pnorm(-1.6449) = 0.05; pnorm(130,100,15) = 0.9772.": "(normal probabilities. For example; pnorm(-1.6449) = 0.05; pnorm(130,100,15) = 0.9772.", -"(see also %in%)gives the positions of the matching elements. For example match(11:15, c(11,13)) gives (1,NA, 2, NA, NA). match(11:15,c(11,13),nomatch=0) gives 1, 0, 2, 0, 0)": "(see also %in%)gives the positions of the matching elements. For example match(11:15, c(11,13)) gives (1,NA, 2, NA, NA). match(11:15,c(11,13),nomatch=0) gives 1, 0, 2, 0, 0)", -"10 variables and 50 observations, sampling with replacement and probability 0.3 of TRUE": "10 variables and 50 observations, sampling with replacement and probability 0.3 of TRUE", -"10 variables from the Wakefield package": "10 variables from the Wakefield package", -"2 variables including generating a sequence of times": "2 variables including generating a sequence of times", -"20 variables, each a random sample from a binomial distribution": "20 variables, each a random sample from a binomial distribution", -"20 years of rainfall-type data using binomial (p = 0.4) and exponential (mean = 10) variables": "20 years of rainfall-type data using binomial (p = 0.4) and exponential (mean = 10) variables", -"3 variables including both random normal and uniform data": "3 variables including both random normal and uniform data", -"4 variables, showing use of seq and rep function": "4 variables, showing use of seq and rep function", -"49 variables, illustrating most of the types of data in the Wakefield package": "49 variables, illustrating most of the types of data in the Wakefield package", -"A rank version of von Neumann’s ratio test proposed by Bartels": "A rank version of von Neumann’s ratio test proposed by Bartels", -"A sequence of dates from 1935/3/1, 1935/6/1 ...)": "A sequence of dates from 1935/3/1, 1935/6/1 ...)", -"A sequence of values 1, 2, 3, 4, 10, 15, 15, 15, 20.": "A sequence of values 1, 2, 3, 4, 10, 15, 15, 15, 20.", -"A set of sequences, giving 0, 1, 3, 5, 10, 11, 12, 15, 15.": "A set of sequences, giving 0, 1, 3, 5, 10, 11, 12, 15, 15.", -"A single number repeated for the data frame.": "A single number repeated for the data frame.", -"A single text repeated for the data frame.": "A single text repeated for the data frame.", -"A subset, e.g. letters[1:4] gives a, b, c, d.": "A subset, e.g. letters[1:4] gives a, b, c, d.", -"Add Comment button is enabled when the key exists in the data frame and the input comment is not empty.": "Add Comment button is enabled when the key exists in the data frame and the input comment is not empty.", -"All cases are given as being duplicate rows": "All cases are given as being duplicate rows", -"Anderson-Darling test for normality": "Anderson-Darling test for normality", -"Any duplicates are given their index number": "Any duplicates are given their index number", -"Bartels Rank Test of Randomness": "Bartels Rank Test of Randomness", -"Buishand Range Test for Change-Point Detection": "Buishand Range Test for Change-Point Detection", -"Clears all data entry.": "Clears all data entry.", -"Cold spell is defined as a sequence of 6 or more days in which the daily minimum temperature is below the 10th percentile of daily minimum temperature for a 5-day running window surrounding this day during the baseline period": "Cold spell is defined as a sequence of 6 or more days in which the daily minimum temperature is below the 10th percentile of daily minimum temperature for a 5-day running window surrounding this day during the baseline period", -"Combines arguments to form a single vector, e.g. c(1:3 8) is 1, 2, 3, 8.": "Combines arguments to form a single vector, e.g. c(1:3 8) is 1, 2, 3, 8.", -"Computes the monthly or annual proportion of maximum temperature above 90th percentile": "Computes the monthly or annual proportion of maximum temperature above 90th percentile", -"Computes the monthly or annual proportion of maximum temperature below 10th percentile": "Computes the monthly or annual proportion of maximum temperature below 10th percentile", -"Computes the monthly or annual proportion of minimum temperature above 90th percentile": "Computes the monthly or annual proportion of minimum temperature above 90th percentile", -"Computes the monthly or annual proportion of minimum temperature below 10th percentile": "Computes the monthly or annual proportion of minimum temperature below 10th percentile", -"Computes the annual count of days where daily precipitation is more than 10mm per day": "Computes the annual count of days where daily precipitation is more than 10mm per day", -"Computes the annual count of days where daily precipitation is more than 20mm per day": "Computes the annual count of days where daily precipitation is more than 20mm per day", -"Computes the annual sum of precipitation in days where daily precipitation exceeds the 95th percentile of daily precipitation in the base period": "Computes the annual sum of precipitation in days where daily precipitation exceeds the 95th percentile of daily precipitation in the base period", -"Computes the annual sum of precipitation in days where daily precipitation exceeds the 99th percentile of daily precipitation in the base period": "Computes the annual sum of precipitation in days where daily precipitation exceeds the 99th percentile of daily precipitation in the base period", -"Computes the annual sum of precipitation in wet days (days where precipitation is at least 1mm)": "Computes the annual sum of precipitation in wet days (days where precipitation is at least 1mm)", -"Computes the climdex index Rnnmm: the annual count of days where daily precipitation is more than nn mm per day": "Computes the climdex index Rnnmm: the annual count of days where daily precipitation is more than nn mm per day", -"Computes the climdex index Rx1day: monthly or annual maximum 1-day precipitation": "Computes the climdex index Rx1day: monthly or annual maximum 1-day precipitation", -"Computes the mean daily diurnal temperature range. The frequency of observation can be either monthly or annual": "Computes the mean daily diurnal temperature range. The frequency of observation can be either monthly or annual", -"Computes the monthly or annual maximum consecutive 5-day precipitation": "Computes the monthly or annual maximum consecutive 5-day precipitation", -"Computes the monthly or annual maximum of daily maximum temperature": "Computes the monthly or annual maximum of daily maximum temperature", -"Computes the monthly or annual maximum of daily minimum temperature": "Computes the monthly or annual maximum of daily minimum temperature", -"Computes the monthly or annual minimum of daily maximum temperature": "Computes the monthly or annual minimum of daily maximum temperature", -"Computes the monthly or annual minimum of daily minimum temperature": "Computes the monthly or annual minimum of daily minimum temperature", -"Cramer-von Mises test for normality": "Cramer-von Mises test for normality", -"Data checking facilities not yet implemented": "Data checking facilities not yet implemented", -"Data frame with a single variable to build on.": "Data frame with a single variable to build on.", -"Define a character variable, e.g. as.character(c(3, 5, ": "Define a character variable, e.g. as.character(c(3, 5, ", -"F probabilities. For example pf(2,1,10) = 0.8123; pf(2,50,50) = 0.9921": "F probabilities. For example pf(2,1,10) = 0.8123; pf(2,50,50) = 0.9921", -"F quantiles. For example qf(0.95,1,10) = 4.965; qf(0.95, 50,50)= 1.599": "F quantiles. For example qf(0.95,1,10) = 4.965; qf(0.95, 50,50)= 1.599", -"For scientific notation, e.g. 1.5E-1 = 0.15.": "For scientific notation, e.g. 1.5E-1 = 0.15.", -"Four variables including monthly dates. Or use Prepare > Column: Date > Generate Dates to include a date variable.": "Four variables including monthly dates. Or use Prepare > Column: Date > Generate Dates to include a date variable.", -"Gives 300, 450, 600 then repeated for the data frame.": "Gives 300, 450, 600 then repeated for the data frame.", -"Gives Apr, Apr, May, Jun, Jun, Jul, NA, NA, NA.": "Gives Apr, Apr, May, Jun, Jun, Jul, NA, NA, NA.", -"Gives D, D, D, D, C, C, C, B, A as a factor.": "Gives D, D, D, D, C, C, C, B, A as a factor.", -"ID plus 10 categorical variables (as factors) and 10% of missing values": "ID plus 10 categorical variables (as factors) and 10% of missing values", -"ID plus 10 categorical variables each with 5 levels": "ID plus 10 categorical variables each with 5 levels", -"ID, plus 12 variables. 6 are indicator (dummy) variables, 3 Likert and 3 grades": "ID, plus 12 variables. 6 are indicator (dummy) variables, 3 Likert and 3 grades", -"Illustrates the gl function and generates data for a simple experiment on 12 plots": "Illustrates the gl function and generates data for a simple experiment on 12 plots", -"Include the quotes if the default value is a string e.g. ": "Include the quotes if the default value is a string e.g. ", -"Lilliefors (Kolmogorov-Smirnov) test for normality": "Lilliefors (Kolmogorov-Smirnov) test for normality", -"Maximum number of days when precipitation is greater than 1mm": "Maximum number of days when precipitation is greater than 1mm", -"Maximum number of days when precipitation is less than 1mm.": "Maximum number of days when precipitation is less than 1mm.", -"Min.bin can also be length of two e.g. min.bin = c(10,20)": "Min.bin can also be length of two e.g. min.bin = c(10,20)", -"Missing values as the mean (usually) overall or with a factor. For example na.aggregate(c(NA,NA,NA,2,2,NA,4,7,NA),maxgap=2,na.rm=FALSE) = (NA,NA,NA,2,2,3.75,4,7,3.75)": "Missing values as the mean (usually) overall or with a factor. For example na.aggregate(c(NA,NA,NA,2,2,NA,4,7,NA),maxgap=2,na.rm=FALSE) = (NA,NA,NA,2,2,3.75,4,7,3.75)", -"Modified Nash-Sutcliffe effieciency": "Modified Nash-Sutcliffe effieciency", -"Name of the country, county or ward in the shapefile": "Name of the country, county or ward in the shapefile", -"Name of the country, county or ward, if available in the station file": "Name of the country, county or ward, if available in the station file", -"One column for each day in month (31), or alternative value/flag columns for each day in month (62)": "One column for each day in month (31), or alternative value/flag columns for each day in month (62)", -"One column for each month (12)": "One column for each month (12)", -"One column for each year": "One column for each year", -"Pearson chi-square test for normality": "Pearson chi-square test for normality", -"Performes a non-parametric test after Pettitt in order to test for a shift in the central tendency of a time series. The H0-hypothesis, no change, is tested against the HA-Hypothesis, change": "Performes a non-parametric test after Pettitt in order to test for a shift in the central tendency of a time series. The H0-hypothesis, no change, is tested against the HA-Hypothesis, change", -"Performes the Buishand range test for change-point detection of a normal variate.": "Performes the Buishand range test for change-point detection of a normal variate.", -"Performes the Standard Normal Homogeinity Test (SNHT) for change-point detection of a normal variate.": "Performes the Standard Normal Homogeinity Test (SNHT) for change-point detection of a normal variate.", -"Pettitt’s test for change-point detection": "Pettitt’s test for change-point detection", -"Plots that aid in identification of a threshold over which to fit a generalized Pareto distribution and threshold selection through fitting models to a range of thresholds.": "Plots that aid in identification of a threshold over which to fit a generalized Pareto distribution and threshold selection through fitting models to a range of thresholds.", -"Poisson probabilities. For example ppois(8, 5) = 0.93": "Poisson probabilities. For example ppois(8, 5) = 0.93", -"Poisson quantiles. For example qpois(0.9, 5) = 8": "Poisson quantiles. For example qpois(0.9, 5) = 8", -"Positive integer giving the minimum segment length (no. of observations between changes), default is the minimum allowed by theory.": "Positive integer giving the minimum segment length (no. of observations between changes), default is the minimum allowed by theory.", -"Proportion of values less than or equal to the current rank. For example cume_dist(c(2,4,6,8,3)) = (0.2, 0.6, 0.8, 1.0, 0.4)": "Proportion of values less than or equal to the current rank. For example cume_dist(c(2,4,6,8,3)) = (0.2, 0.6, 0.8, 1.0, 0.4)", -"Random uniform data from 3 different uniform distributions).": "Random uniform data from 3 different uniform distributions).", -"Regular sequence of monthly data": "Regular sequence of monthly data", -"Repeat of a sequence, e.g. rep(c(2, 3, 4), each=2) gives 2, 2, 3, 3, 4, 4.": "Repeat of a sequence, e.g. rep(c(2, 3, 4), each=2) gives 2, 2, 3, 3, 4, 4.", -"Seasonal Mann-Kendall trend test (Hirsch-Slack test)": "Seasonal Mann-Kendall trend test (Hirsch-Slack test)", -"Sen's slope for linear rate of change": "Sen's slope for linear rate of change", -"Sen’s slope for linear rate of change and corresponding confidence interval": "Sen’s slope for linear rate of change and corresponding confidence interval", -"Sequences, given either as seq(1, 5, 2) to give 1, 3, 5 or as seq(1, 5, length = 3) to give the same.": "Sequences, given either as seq(1, 5, 2) to give 1, 3, 5 or as seq(1, 5, length = 3) to give the same.", -"Shapiro-Francia test for normality": "Shapiro-Francia test for normality", -"Shift a variable down. For example lag(1:5) = (NA,1,2,3,4); lag(1:5,3) = (NA,NA,NA, 1,2)": "Shift a variable down. For example lag(1:5) = (NA,1,2,3,4); lag(1:5,3) = (NA,NA,NA, 1,2)", -"Shift a variable up. For example lead(1:5) = (2,3,4,5,NA); lead(1:5;3) = (4,5, NA,NA,NA)": "Shift a variable up. For example lead(1:5) = (2,3,4,5,NA); lead(1:5;3) = (4,5, NA,NA,NA)", -"Spline interpolation of missing values. For example na.spline(c(NA,NA,NA,2,2,NA,4,7,NA),maxgap=2,na.rm=FALSE) = (NA,NA,NA,2,2,2.5,4,7,12)": "Spline interpolation of missing values. For example na.spline(c(NA,NA,NA,2,2,NA,4,7,NA),maxgap=2,na.rm=FALSE) = (NA,NA,NA,2,2,2.5,4,7,12)", -"Standard Normal Homogeinity Test (SNHT) for Change-Point Detection": "Standard Normal Homogeinity Test (SNHT) for Change-Point Detection", -"The Buishand U test for change-point detection of a normal variate": "The Buishand U test for change-point detection of a normal variate", -"The Buishand range test for change-point detection of a normal variate": "The Buishand range test for change-point detection of a normal variate", -"The Fligner-Pollicello robust rank-order distributional test for location": "The Fligner-Pollicello robust rank-order distributional test for location", -"The Mann-Kendall trend test": "The Mann-Kendall trend test", -"The Wallis and Moore phase-frequency test": "The Wallis and Moore phase-frequency test", -"The annual count of days where daily maximum temperature exceeds 25 degrees Celsius": "The annual count of days where daily maximum temperature exceeds 25 degrees Celsius", -"The annual count of days where daily maximum temperature is below 0 degrees Celsius": "The annual count of days where daily maximum temperature is below 0 degrees Celsius", -"The annual count of days where daily minimum temperature drops below 0 degrees Celsius": "The annual count of days where daily minimum temperature drops below 0 degrees Celsius", -"The annual count of days where daily minimum temperature stays above 20 degrees Celsius": "The annual count of days where daily minimum temperature stays above 20 degrees Celsius", -"The confidence level can be changed for some tests to 0.9 or 0.99 etc": "The confidence level can be changed for some tests to 0.9 or 0.99 etc", -"The data must be defined as climatic to recognise which variable is precipitation.": "The data must be defined as climatic to recognise which variable is precipitation.", -"The first occurrence is not indicated, but further instances are considered duplicates": "The first occurrence is not indicated, but further instances are considered duplicates", -"The letters, e.g. letters[1:4] gives a, b, c, d. Type LETTERS[1:4] for A, B, C, D.": "The letters, e.g. letters[1:4] gives a, b, c, d. Type LETTERS[1:4] for A, B, C, D.", -"The maximum number of changepoints to search for using the BinSeg method": "The maximum number of changepoints to search for using the BinSeg method", -"The multivariate (multisite) Mann-Kendall test": "The multivariate (multisite) Mann-Kendall test", -"The non-parametric Cox and Stuart trend test": "The non-parametric Cox and Stuart trend test", -"The non-parametric Lanzante test for a shift in the central tendency of a time series": "The non-parametric Lanzante test for a shift in the central tendency of a time series", -"The non-parametric Wald-Wolfowitz test for independence and stationarity": "The non-parametric Wald-Wolfowitz test for independence and stationarity", -"The number of days between the start of the first spell of warm days in the first half of the year, and the start of the first spell of cold days in the second half of the year": "The number of days between the start of the first spell of warm days in the first half of the year, and the start of the first spell of cold days in the second half of the year", -"The number pi = 3.14...": "The number pi = 3.14...", -"The partial Mann-Kendall trend test": "The partial Mann-Kendall trend test", -"The partial correlation trend test": "The partial correlation trend test", -"The same data frame as the default from the Empty option of this dialogue.": "The same data frame as the default from the Empty option of this dialogue.", -"The seasonal Mann-Kendall test under the presence of correlated seasons": "The seasonal Mann-Kendall test under the presence of correlated seasons", -"The seasonal Sen’s slope for linear rate of change": "The seasonal Sen’s slope for linear rate of change", -"The standard normal homogeneity test (SNHT) for change-point detection of a normal variate": "The standard normal homogeneity test (SNHT) for change-point detection of a normal variate", -"The sum of precipitation in wet days (days with preciptitation over 1mm) during the year divided by the number of wet days in the year.": "The sum of precipitation in wet days (days with preciptitation over 1mm) during the year divided by the number of wet days in the year.", -"The theoretical type I error e.g.0.05 when using the Asymptotic penalty. A vector of length 2 (min,max) if using the CROPS penalty": "The theoretical type I error e.g.0.05 when using the Asymptotic penalty. A vector of length 2 (min,max) if using the CROPS penalty", -"The values written to the data frame are transformed, usually multiplied, by the value given here.": "The values written to the data frame are transformed, usually multiplied, by the value given here.", -"This will try 'Year(4-digit)-Month-Day %Y-%m-%d' then 'Year(4-digit)/Month/Day %Y/%m/%d' on the first non-NA element": "This will try 'Year(4-digit)-Month-Day %Y-%m-%d' then 'Year(4-digit)/Month/Day %Y/%m/%d' on the first non-NA element", -"Two variables with daily dates and rainfall, ready for climatic data entry.": "Two variables with daily dates and rainfall, ready for climatic data entry.", -"Type \n where you would like a new-line": "Type \n where you would like a new-line", -"Values 1 to 3 with the variable made into a factor .": "Values 1 to 3 with the variable made into a factor .", -"Values that are further than this number of IQRs from the corresponding quartile.": "Values that are further than this number of IQRs from the corresponding quartile.", -"Warm spell is defined as a sequence of 6 or more days in which the daily maximum temperature exceeds the 90th percentile of daily maximum temperature for a 5-day running window surrounding this day during the baseline period": "Warm spell is defined as a sequence of 6 or more days in which the daily maximum temperature exceeds the 90th percentile of daily maximum temperature for a 5-day running window surrounding this day during the baseline period", -"When implemented, this is an option to show the transformed data.": "When implemented, this is an option to show the transformed data.", -"When interval-censored, the 'Event' variable takes 0=right censored, 1=event at time, 2=left censored, 3=interval censored.": "When interval-censored, the 'Event' variable takes 0=right censored, 1=event at time, 2=left censored, 3=interval censored.", -"When the year is shifted, this gives the starting year, for example 1984-1985 is given as 1984": "When the year is shifted, this gives the starting year, for example 1984-1985 is given as 1984", -"With more than one condition, e.g. (sunhrs >14) | (sunhrs <0) then just one need be TRUE.": "With more than one condition, e.g. (sunhrs >14) | (sunhrs <0) then just one need be TRUE.", -"With more than one condition, e.g. (year > 1990) & (year < 2021) they have all to be TRUE.": "With more than one condition, e.g. (year > 1990) & (year < 2021) they have all to be TRUE.", -"all Are all values TRUE in a logical variable. For example all(1:5 >3) gives FALSE": "all Are all values TRUE in a logical variable. For example all(1:5 >3) gives FALSE", -"angle corresponding to a given cosine (in the range 0 to pi). For example acos(0) = 1.57 = pi/2; deg(acos(-1))=180.": "angle corresponding to a given cosine (in the range 0 to pi). For example acos(0) = 1.57 = pi/2; deg(acos(-1))=180.", -"angle corresponding to a given sine (in the range (0 to pi). For example asin(1) = 1.57 = pi/2.": "angle corresponding to a given sine (in the range (0 to pi). For example asin(1) = 1.57 = pi/2.", -"angle corresponding to a given tangent (in the range 0 to pi). For example atan(1) = 0..7854 (= pi/4); deg(atan(1)) = 45.": "angle corresponding to a given tangent (in the range 0 to pi). For example atan(1) = 0..7854 (= pi/4); deg(atan(1)) = 45.", -"any Are any values TRUE in a logical variable. For example any(1:5 >3) gives TRUE": "any Are any values TRUE in a logical variable. For example any(1:5 >3) gives TRUE", -"beta function. For example beta(6,2) = gamma(6)gamma(2)/gamma(8) = 0.02381": "beta function. For example beta(6,2) = gamma(6)gamma(2)/gamma(8) = 0.02381", -"beta probabilities. For example pbeta(0.8,1,1) = 0.8 (Uniform); pbeta(0.8,10,10) = 0.9984": "beta probabilities. For example pbeta(0.8,1,1) = 0.8 (Uniform); pbeta(0.8,10,10) = 0.9984", -"between two values, for example between(1:5, 3,4) is FALSE, FALSE, TRUE, TRUE, FALSE": "between two values, for example between(1:5, 3,4) is FALSE, FALSE, TRUE, TRUE, FALSE", -"binomial coefficient. For example choose(7,4) = 7!/(4!*3!) = 35": "binomial coefficient. For example choose(7,4) = 7!/(4!*3!) = 35", -"binomial probabilities. For example pbinom(3,5,0.4) = 0.0.913": "binomial probabilities. For example pbinom(3,5,0.4) = 0.0.913", -"c( ) and rep or seq can be combined as shown here. Try also c(rep(1:5,each=2),seq(6,100,length=20)) regular sequence of dates. Alternatively use Prepare > Column: Date > Generate Dates": "c( ) and rep or seq can be combined as shown here. Try also c(rep(1:5,each=2),seq(6,100,length=20)) regular sequence of dates. Alternatively use Prepare > Column: Date > Generate Dates", -"c( ) produces a vector. Here it produces a variable (column) of 30 values between 0 and 28 seq produces a regular sequence. Here from 30 down to 1 in steps of -1": "c( ) produces a vector. Here it produces a variable (column) of 30 values between 0 and 28 seq produces a regular sequence. Here from 30 down to 1 in steps of -1", -"change from degrees to radians. For example rad(90) = 2*pi * 90/360 = 1.57 ( = pi/2)": "change from degrees to radians. For example rad(90) = 2*pi * 90/360 = 1.57 ( = pi/2)", -"chi square probabilities. For example pchisq(5,1) = 0.9747; pchisq(5,10) = 0.1088": "chi square probabilities. For example pchisq(5,1) = 0.9747; pchisq(5,10) = 0.1088", -"chi square quantiles. For example qchisq(0.95, 1) = 3.841; qchisq(0.95, 10) = 18.31": "chi square quantiles. For example qchisq(0.95, 1) = 3.841; qchisq(0.95, 10) = 18.31", -"colon is from:to(:). For example 3:6 is 3, 4, 5, 6. 6:3 is 6, 5, 4, 3 (It is the seq function with a step-length of 1 or -1.)": "colon is from:to(:). For example 3:6 is 3, 4, 5, 6. 6:3 is 6, 5, 4, 3 (It is the seq function with a step-length of 1 or -1.)", -"cosine of angle in radians. For example cos(pi) = -1, cos(rad(90)) = (almost) 0.": "cosine of angle in radians. For example cos(pi) = -1, cos(rad(90)) = (almost) 0.", -"cumulative maxima. For example cummax(c(3,2,1,4,0)) = (3,3,3,4,4)": "cumulative maxima. For example cummax(c(3,2,1,4,0)) = (3,3,3,4,4)", -"cumulative means. For example cummean(c(3,2,1,4,0)) = (3,2.5,2,2.5,2)": "cumulative means. For example cummean(c(3,2,1,4,0)) = (3,2.5,2,2.5,2)", -"cumulative minima. For example cummin(c(3,2,1,4,0)) = (3,2.,1,1,0)": "cumulative minima. For example cummin(c(3,2,1,4,0)) = (3,2.,1,1,0)", -"cumulative sums. For example cumsum(c(3,2,1,4,0)) = (3,5,6,10,10)": "cumulative sums. For example cumsum(c(3,2,1,4,0)) = (3,5,6,10,10)", -"dense ranks. For example d_rank(c(15,11,13,12,NA,12)) = (4,1,3,2,NA,2)": "dense ranks. For example d_rank(c(15,11,13,12,NA,12)) = (4,1,3,2,NA,2)", -"difference between successive elements. For example diff(c(1,4,3,7)) = (NA 3,-1,4)": "difference between successive elements. For example diff(c(1,4,3,7)) = (NA 3,-1,4)", -"digamma function. For example digamma(1) = -0.5772 (Euler's constant)": "digamma function. For example digamma(1) = -0.5772 (Euler's constant)", -"div operator(%/%)is for integer division. For example (7 %/% 3) is 2, (13 %/% 3) is 4": "div operator(%/%)is for integer division. For example (7 %/% 3) is 2, (13 %/% 3) is 4", -"duplicate detects non-unique values, for example duplicated(c(1:3,2,7)) gives FALSE, FALSE, FALSE, TRUE, FALSE": "duplicate detects non-unique values, for example duplicated(c(1:3,2,7)) gives FALSE, FALSE, FALSE, TRUE, FALSE", -"e.g. forcats::as_factor(": "e.g. forcats::as_factor(", -"factorial. For example factorial(4) = 4*3*2*1 = 24; factorial(3.5) = gamma(4.5) = 11.63": "factorial. For example factorial(4) = 4*3*2*1 = 24; factorial(3.5) = gamma(4.5) = 11.63", -"fills missing values at the start, middle and end. For example na.fill(c(NA,2,NA,4,5,NA),fill=": "fills missing values at the start, middle and end. For example na.fill(c(NA,2,NA,4,5,NA),fill=", -"gamma function. For example gamma(8) = fact(7) = 5040": "gamma function. For example gamma(8) = fact(7) = 5040", -"gamma probabilities. For example pgamma(2,1,1) = 0.8647; (Exponential) pgamma(2,10,10) = 0.995": "gamma probabilities. For example pgamma(2,1,1) = 0.8647; (Exponential) pgamma(2,10,10) = 0.995", -"gamma quantiles. For example qgamma(0.95,1,1) = 2.995; qgamma( 0.95,10,10) = 1.571": "gamma quantiles. For example qgamma(0.95,1,1) = 2.995; qgamma( 0.95,10,10) = 1.571", -"greater or equals to(>=). For example (2 >= 3) is FALSE, (2 >=2) is TRUE, (2 >= 1) is TRUE": "greater or equals to(>=). For example (2 >= 3) is FALSE, (2 >=2) is TRUE, (2 >= 1) is TRUE", -"greater than(>). For example (2 > 3) is FALSE, (2 > 2) is FALSE, (2 > 1) is TRUE": "greater than(>). For example (2 > 3) is FALSE, (2 > 2) is FALSE, (2 > 1) is TRUE", -"integer below the given value. For example floor(3.5)=3; floor(-3.5) = -4.": "integer below the given value. For example floor(3.5)=3; floor(-3.5) = -4.", -"is what it says, for example ifelse((1:5 > 3,20,10) gives 10, 10, 10, 20, 20": "is what it says, for example ifelse((1:5 > 3,20,10) gives 10, 10, 10, 20, 20", -"is.na detects missing values, for example is.na(c(1,3,NA, 5)) gives FALSE, FALSE, TRUE, FALSE": "is.na detects missing values, for example is.na(c(1,3,NA, 5)) gives FALSE, FALSE, TRUE, FALSE", -"less than or equals(<=). For example (2 <= 3) is TRUE, (2 <=2) is TRUE, (2 <= 1) is FALSE": "less than or equals(<=). For example (2 <= 3) is TRUE, (2 <=2) is TRUE, (2 <= 1) is FALSE", -"less than(<). For example (2 < 3) is TRUE. (2 < 2) is FALSE, (2 < 1) is FALSE": "less than(<). For example (2 < 3) is TRUE. (2 < 2) is FALSE, (2 < 1) is FALSE", -"linear interpolation of missing values. For example na.approx(c(5,NA,NA,2,2,NA,4,7,NA),maxgap=1,na.rm=FALSE) = (5,NA,NA,2,2,3,4,7,NA)": "linear interpolation of missing values. For example na.approx(c(5,NA,NA,2,2,NA,4,7,NA),maxgap=1,na.rm=FALSE) = (5,NA,NA,2,2,3,4,7,NA)", -"log beta function. For example lbeta(100,40) = -84.51": "log beta function. For example lbeta(100,40) = -84.51", -"log binomial coefficient. For example lchoose(700,400) = 474.5": "log binomial coefficient. For example lchoose(700,400) = 474.5", -"log factorial. For example lfactorial(400) = 2001": "log factorial. For example lfactorial(400) = 2001", -"logarithm to base 10. For example log10(1000) =3 (=10^3)": "logarithm to base 10. For example log10(1000) =3 (=10^3)", -"logical NOT(!). For example !(2 < 3) is FALSE, !(2 < 1) is TRUE": "logical NOT(!). For example !(2 < 3) is FALSE, !(2 < 1) is TRUE", -"logical OR(|). For example (2 < 3) | (2 < 1) is the same as (TRUE | FALSE) which is TRUE": "logical OR(|). For example (2 < 3) | (2 < 1) is the same as (TRUE | FALSE) which is TRUE", -"logical equals(==). For example (2 == 3) is FALSE, (2 == 2) is TRUE, (2 == 1) is FALSE": "logical equals(==). For example (2 == 3) is FALSE, (2 == 2) is TRUE, (2 == 1) is FALSE", -"minimum of a set of variables. For examples pmin(c(1,3,5),c(6,4,2)) = (1,3,2)": "minimum of a set of variables. For examples pmin(c(1,3,5),c(6,4,2)) = (1,3,2)", -"modulus operator(%%)gives the remainder after integer division. For example 7 %% 3 is 1, 12 %% 3 is 0": "modulus operator(%%)gives the remainder after integer division. For example 7 %% 3 is 1, 12 %% 3 is 0", -"month.abb[1:4] is ": "month.abb[1:4] is ", -"moving (or rolling) maxima. For example rollmax(x=c(3,2,1,4,0) ,3,fill=NA, align=": "moving (or rolling) maxima. For example rollmax(x=c(3,2,1,4,0) ,3,fill=NA, align=", -"moving (or rolling) mean. For example rollmean(c(3,2,1,6,2) ,3,fill=NA) = (NA,2,3,3,NA)": "moving (or rolling) mean. For example rollmean(c(3,2,1,6,2) ,3,fill=NA) = (NA,2,3,3,NA)", -"moving (or rolling) medians. For example rollmedian(c(3,2,1,6,2) ,3,fill=NA) = (NA,2,2,2,NA)": "moving (or rolling) medians. For example rollmedian(c(3,2,1,6,2) ,3,fill=NA) = (NA,2,2,2,NA)", -"moving (or rolling) minima. For example rollapply(c(3,2,1,6,2),width=3,fill=NA, FUN=min) = (NA,1,1,1,NA)": "moving (or rolling) minima. For example rollapply(c(3,2,1,6,2),width=3,fill=NA, FUN=min) = (NA,1,1,1,NA)", -"moving (or rolling) totals. For example rollsum(c(3,2,1,4,0) ,3,fill=NA, align=": "moving (or rolling) totals. For example rollsum(c(3,2,1,4,0) ,3,fill=NA, align=", -"near(x,y)compares 2 variables. For example sqrt(5)^2 is almost, but isn't exactly 5, however near(sqrt(5)^2,5) is TRUE": "near(x,y)compares 2 variables. For example sqrt(5)^2 is almost, but isn't exactly 5, however near(sqrt(5)^2,5) is TRUE", -"negative binomial probabilities. For example pnbinom(4,1,0.4) = 0.922 (geometric); pnbinom(13,5,0.4) = 0.9058": "negative binomial probabilities. For example pnbinom(4,1,0.4) = 0.922 (geometric); pnbinom(13,5,0.4) = 0.9058", -"negative binomial quantiles. For example qnbinom(0.9,1,0.4) = 4 (geometric); qnbinom(0.9, 5,0.4) = 13": "negative binomial quantiles. For example qnbinom(0.9,1,0.4) = 4 (geometric); qnbinom(0.9, 5,0.4) = 13", -"not equals(!= )(opposite of ==). For example (2 != 3) is TRUE, (2 != 2) is FALSE and (2 != 1) is TRUE)": "not equals(!= )(opposite of ==). For example (2 != 3) is TRUE, (2 != 2) is FALSE and (2 != 1) is TRUE)", -"numeric value, with the exponent to be used in the computation of the modified index of agreement. The default value is j=1": "numeric value, with the exponent to be used in the computation of the modified index of agreement. The default value is j=1", -"pi = 3.14159": "pi = 3.14159", -"power(^)or exponent and can also be given as **. For example 2^3 = 8": "power(^)or exponent and can also be given as **. For example 2^3 = 8", -"qnormal quantiles. For example qnorm(0.05) = -1.6449; qnorm(0.9772, 100,15) = 130": "qnormal quantiles. For example qnorm(0.05) = -1.6449; qnorm(0.9772, 100,15) = 130", -"regular sequence of dates. Alternatively use Prepare > Column: Date > Generate Dates": "regular sequence of dates. Alternatively use Prepare > Column: Date > Generate Dates", -"rep repeats one or more values as shown here. Try also rep(1:5, each =6) and rep((1:5,length = 30)": "rep repeats one or more values as shown here. Try also rep(1:5, each =6) and rep((1:5,length = 30)", -"rescale of minimum ranks to [0,1]. For example percent_rank(c(15,11,13,12,NA,12)) = (1,0,0.75,0.25,NA,0.25)": "rescale of minimum ranks to [0,1]. For example percent_rank(c(15,11,13,12,NA,12)) = (1,0,0.75,0.25,NA,0.25)", -"round(x) to round to whole numbers, round(x,2) to round to 2 decimal places, round(x,-2) to round to the nearest 100": "round(x) to round to whole numbers, round(x,2) to round to 2 decimal places, round(x,-2) to round to the nearest 100", -"row numbers as ranks. For example :row_number(c(15,11,13,12,NA,12)) = (5,1,3,2,NA,3)": "row numbers as ranks. For example :row_number(c(15,11,13,12,NA,12)) = (5,1,3,2,NA,3)", -"seq produces a regular sequence. Here from 30 down to 1 in steps of -1": "seq produces a regular sequence. Here from 30 down to 1 in steps of -1", -"signif(x,3) to round to 3 significant figures": "signif(x,3) to round to 3 significant figures", -"simultaneous birthday probabilities. For example pbirthday(10) = 0.1169 ; pbirthday(50) = 0.97": "simultaneous birthday probabilities. For example pbirthday(10) = 0.1169 ; pbirthday(50) = 0.97", -"simultaneous birthday quantiles. For example qbirthday(0.5) = 23, qbirthday(0.99) = 57": "simultaneous birthday quantiles. For example qbirthday(0.5) = 23, qbirthday(0.99) = 57", -"sine of angle in radians. For example sin(pi/2) = sin(rad(90)) = 1.": "sine of angle in radians. For example sin(pi/2) = sin(rad(90)) = 1.", -"square root. For example sqrt(3) = 3 ^ 0.5 = 1.732": "square root. For example sqrt(3) = 3 ^ 0.5 = 1.732", -"t quantiles. For example qt(0.05, 5) = -2.015; qt(0.05, 100) = -1.66": "t quantiles. For example qt(0.05, 5) = -2.015; qt(0.05, 100) = -1.66", -"trigamma function. For example trigamma(1) = 1.645 (pi*pi/6)": "trigamma function. For example trigamma(1) = 1.645 (pi*pi/6)", -"when is multiple ifelse, for example case_when(1:5>320,1:5>110) gives NA, 10, 10, 20, 20": "when is multiple ifelse, for example case_when(1:5>320,1:5>110) gives NA, 10, 10, 20, 20", -"which gives the indices of a logical variable. For example which(11:15>13) gives 4, 5. Note the result is usually not the same length as the original variable.": "which gives the indices of a logical variable. For example which(11:15>13) gives 4, 5. Note the result is usually not the same length as the original variable.", -"Open From Library": "Open From Library", -"Edit Last Dialog": "Edit Last Dialog", -"Last 10 Dialogs": "Last 10 Dialogs", -"View Last Graph": "View Last Graph", -"Data View": "Data View", -"Output Window": "Output Window", -"Column Metadata": "Column Metadata", -"Log Window": "Log Window", -"Reset to Default Layout": "Reset to Default Layout", -"View Interactive Plot": "View Interactive Plot", -"Data Frame Metadata": "Data Frame Metadata", -"Script Window": "Script Window"} \ No newline at end of file +{ + " (lat) ": " (lat) ", + " (lon) ": " (lon) ", + " 5. Total Precipitation:": " 5. Total Precipitation:", + " All combined with &&": " All combined with &&", + " Keys:": " Keys:", + " Options": " Options", + " Show R Commands in Output Window": " Show R Commands in Output Window", + " Two-Variables": " Two-Variables", + " Word Count": " Word Count", + " binom": " binom", + " box": " box", + " comment(s) entered": " comment(s) entered", + " fisher": " fisher", + " kruskal": " kruskal", + " row(s) entered": " row(s) entered", + " | Showing ": " | Showing ", + "!is.na": "!is.na", + "$ end": "$ end", + "% Bias": "% Bias", + "% rank": "% rank", + "%in%": "%in%", + ". any": ". any", + ".nc files found to import": ".nc files found to import", + "10m u-component of wind": "10m u-component of wind", + "10m v-component of wind": "10m v-component of wind", + "1st Factor:": "1st Factor:", + "2 Digit": "2 Digit", + "2-digit years": "2-digit years", + "2. Mean Station Pressure:": "2. Mean Station Pressure:", + "2m dewpoint temperature": "2m dewpoint temperature", + "2m temperature": "2m temperature", + "2nd Factor (Optional):": "2nd Factor (Optional):", + "2pi": "2pi", + "3. Mean Sea Level Pressure:": "3. Mean Sea Level Pressure:", + "4 Digit": "4 Digit", + "4. Mean Daily Air Temperature:": "4. Mean Daily Air Temperature:", + "4C88C488": "4C88C488", + "6. Mean Daily Max Air Temperature:": "6. Mean Daily Max Air Temperature:", + "7. Mean Daily Min Air Temperature:": "7. Mean Daily Min Air Temperature:", + "8. Mean Daily Relative Humidity:": "8. Mean Daily Relative Humidity:", + "? 0 or 1": "? 0 or 1", + "AIC": "AIC", + "AMOC": "AMOC", + "ANOVA": "ANOVA", + "ANOVA tables": "ANOVA tables", + "API Key:": "API Key:", + "ARC2 Daily Precipitation": "ARC2 Daily Precipitation", + "ARC2 Monthly Precipitation": "ARC2 Monthly Precipitation", + "AT": "AT", + "Abbr.:": "Abbr.:", + "Abbreviation": "Abbreviation", + "Absolute deviation": "Absolute deviation", + "Accent": "Accent", + "Acceptable Range (Element1)": "Acceptable Range (Element1)", + "Acceptable Range (Element2)": "Acceptable Range (Element2)", + "Add": "Add", + "Add Calculation": "Add Calculation", + "Add Colour Scale": "Add Colour Scale", + "Add Comment": "Add Comment", + "Add Component": "Add Component", + "Add Condition": "Add Condition", + "Add Current Contrasts": "Add Current Contrasts", + "Add Date Column": "Add Date Column", + "Add Distribution": "Add Distribution", + "Add Factor Level": "Add Factor Level", + "Add Fill Scale": "Add Fill Scale", + "Add Flag Variables": "Add Flag Variables", + "Add Key": "Add Key", + "Add Label": "Add Label", + "Add Labels": "Add Labels", + "Add Line of Best Fit": "Add Line of Best Fit", + "Add Link": "Add Link", + "Add Manipulation": "Add Manipulation", + "Add Margins": "Add Margins", + "Add Mean Line": "Add Mean Line", + "Add Median Line": "Add Median Line", + "Add New Distribution": "Add New Distribution", + "Add Pair": "Add Pair", + "Add Peaks": "Add Peaks", + "Add Points": "Add Points", + "Add Rug Plot": "Add Rug Plot", + "Add Sub Calculation": "Add Sub Calculation", + "Add Tercile Lines": "Add Tercile Lines", + "Add To Title:": "Add To Title:", + "Add Valleys": "Add Valleys", + "Add flag field data": "Add flag field data", + "Add legend": "Add legend", + "Add to Data Frame:": "Add to Data Frame:", + "Added Distribution": "Added Distribution", + "Additional Data Frame:": "Additional Data Frame:", + "Additional Features": "Additional Features", + "Additional Variables:": "Additional Variables:", + "Advance Options": "Advance Options", + "After": "After", + "Agresti-Coull": "Agresti-Coull", + "Agricolae": "Agricolae", + "Algorithm :": "Algorithm :", + "Alignment:": "Alignment:", + "All": "All", + "All Bids (Trimmed):": "All Bids (Trimmed):", + "All Bids:": "All Bids:", + "All Class": "All Class", + "All Columns": "All Columns", + "All Combined with &&": "All Combined with &&", + "All Contents": "All Contents", + "All Duplicate Cases": "All Duplicate Cases", + "All Options": "All Options", + "All but (unordered) Factor": "All but (unordered) Factor", + "All combined with |": "All combined with |", + "All files of this type": "All files of this type", + "All values if columns are equal": "All values if columns are equal", + "Allow t for Trace": "Allow t for Trace", + "Alpha:": "Alpha:", + "Alternate (Horizontal first)": "Alternate (Horizontal first)", + "Alternate (Vertical first)": "Alternate (Vertical first)", + "Always Use Levels": "Always Use Levels", + "Always Use Values": "Always Use Values", + "Amount": "Amount", + "Amount:": "Amount:", + "An R Command is Running": "An R Command is Running", + "An order": "An order", + "Analysis": "Analysis", + "Ang_dev": "Ang_dev", + "Ang_var": "Ang_var", + "Angle": "Angle", + "Annual": "Annual", + "Annual Rain total": "Annual Rain total", + "Annual+Within": "Annual+Within", + "Annual/Monthly": "Annual/Monthly", + "Annual:": "Annual:", + "Anomalies": "Anomalies", + "Anonymise ID Column": "Anonymise ID Column", + "Anova": "Anova", + "Anova Options": "Anova Options", + "Anti Join": "Anti Join", + "Anticlockwise Direction": "Anticlockwise Direction", + "Any Class": "Any Class", + "Append": "Append", + "Append Data Frames": "Append Data Frames", + "Apply": "Apply", + "Apply As Filter": "Apply As Filter", + "Apply As Subset": "Apply As Subset", + "Apply Options": "Apply Options", + "Apply on All Layers": "Apply on All Layers", + "April": "April", + "Area": "Area", + "Arrow": "Arrow", + "As Percentage": "As Percentage", + "As Percentages": "As Percentages", + "As Proportion of Factors (Optional):": "As Proportion of Factors (Optional):", + "Ascending": "Ascending", + "Ascending Frequencies": "Ascending Frequencies", + "Assume condition not satisfied at start of each period": "Assume condition not satisfied at start of each period", + "Assumed median value": "Assumed median value", + "Asymptotic": "Asymptotic", + "At End": "At End", + "At Start": "At Start", + "At Y =": "At Y =", + "Augment": "Augment", + "August": "August", + "Auto": "Auto", + "Auto ": "Auto ", + "Auto Save Recovery Options": "Auto Save Recovery Options", + "Auto save a backup of data": "Auto save a backup of data", + "Auto saving data...": "Auto saving data...", + "Auto-Generate": "Auto-Generate", + "Automatic": "Automatic", + "AvantGarde": "AvantGarde", + "Average": "Average", + "Award Date:": "Award Date:", + "Award Year:": "Award Year:", + "Axes": "Axes", + "Axis Lines": "Axis Lines", + "Axis Title": "Axis Title", + "BFGS": "BFGS", + "BIB": "BIB", + "BIC": "BIC", + "Back": "Back", + "Background": "Background", + "Background of facet labels": "Background of facet labels", + "Background of legend": "Background of legend", + "Background of legend area": "Background of legend area", + "Background of the entire plot": "Background of the entire plot", + "Background underneath legend keys": "Background underneath legend keys", + "Backup Data File Detected": "Backup Data File Detected", + "Backup Debugging Log File Detected": "Backup Debugging Log File Detected", + "Backup Internal Log File Detected": "Backup Internal Log File Detected", + "Backup Log File Detected": "Backup Log File Detected", + "Backup Manager": "Backup Manager", + "Backup versions :": "Backup versions :", + "Bandwidth: ": "Bandwidth: ", + "Bar": "Bar", + "Bar Chart": "Bar Chart", + "Bar Chart Options": "Bar Chart Options", + "Bar Colour:": "Bar Colour:", + "Bar Graph": "Bar Graph", + "Bar and Pie Chart": "Bar and Pie Chart", + "Bar plot": "Bar plot", + "Barometer Height:": "Barometer Height:", + "Base Range": "Base Range", + "Basic": "Basic", + "Bayesian": "Bayesian", + "Bca": "Bca", + "Before": "Before", + "Before or After Column": "Before or After Column", + "Bernouli": "Bernouli", + "Beta": "Beta", + "Bias": "Bias", + "Big Points": "Big Points", + "Bin Axis:": "Bin Axis:", + "BinSeg": "BinSeg", + "Binary": "Binary", + "Binomial": "Binomial", + "Biplot": "Biplot", + "Black": "Black", + "Blank": "Blank", + "Blocking Variables": "Blocking Variables", + "Blocking Variables:": "Blocking Variables:", + "Blue": "Blue", + "Blues": "Blues", + "Bold": "Bold", + "Bold italic": "Bold italic", + "Bonett": "Bonett", + "Bookman": "Bookman", + "Boot": "Boot", + "Bootci.Type:": "Bootci.Type:", + "Bootstrap Options": "Bootstrap Options", + "Border": "Border", + "Both": "Both", + "Bottom": "Bottom", + "Bottom:": "Bottom:", + "Box plot": "Box plot", + "Boxplot": "Boxplot", + "Boxplot + Jitter": "Boxplot + Jitter", + "Boxplot Count Variable": "Boxplot Count Variable", + "Boxplot Method": "Boxplot Method", + "Boxplot Options": "Boxplot Options", + "BrBG": "BrBG", + "Break Points:": "Break Points:", + "Breaks": "Breaks", + "Broken Stick": "Broken Stick", + "Brown": "Brown", + "Browse": "Browse", + "Browse File": "Browse File", + "Browse Folder": "Browse Folder", + "BuGn": "BuGn", + "BuPu": "BuPu", + "Buishand": "Buishand", + "By": "By", + "By Column": "By Column", + "By Factor (Optional):": "By Factor (Optional):", + "By Factor(s)": "By Factor(s)", + "By Factors:": "By Factors:", + "By Filter": "By Filter", + "By Month": "By Month", + "By Variable (Optional):": "By Variable (Optional):", + "By Year": "By Year", + "By:": "By:", + "C.I band": "C.I band", + "C.I.Method:": "C.I.Method:", + "CCA Options": "CCA Options", + "CDF": "CDF", + "CDF Plot": "CDF Plot", + "CDF Plot with Confidence Intervals": "CDF Plot with Confidence Intervals", + "CPF": "CPF", + "CPT to Tabular Data": "CPT to Tabular Data", + "CROPS": "CROPS", + "CSS": "CSS", + "CUSUM": "CUSUM", + "Calculate Difference Categories": "Calculate Difference Categories", + "Calculate Option Differences": "Calculate Option Differences", + "Calculate Proportions": "Calculate Proportions", + "Calculate Proportions or Percentages": "Calculate Proportions or Percentages", + "Calculate Rainfall Value by:": "Calculate Rainfall Value by:", + "Calculate by Year": "Calculate by Year", + "Calculated Columns": "Calculated Columns", + "Calculated columns": "Calculated columns", + "Calculation Name:": "Calculation Name:", + "Calculations": "Calculations", + "Calculations:": "Calculations:", + "Calm Wind:": "Calm Wind:", + "Cancel": "Cancel", + "Cannot get package information.": "Cannot get package information.", + "Cannot get package information. Check your internet connection.": "Cannot get package information. Check your internet connection.", + "Cannot show text preview of file:": "Cannot show text preview of file:", + "Canonical Correlations": "Canonical Correlations", + "Canonicalmono": "Canonicalmono", + "Capacity:": "Capacity:", + "Caption Size:": "Caption Size:", + "Caption below the plot (text appearance)": "Caption below the plot (text appearance)", + "Caret(^)": "Caret(^)", + "Carry": "Carry", + "Carry Columns": "Carry Columns", + "Carry Columns:": "Carry Columns:", + "Categorical": "Categorical", + "Categorical by Categorical:": "Categorical by Categorical:", + "Categorical by Numeric:": "Categorical by Numeric:", + "Categorical:": "Categorical:", + "Category Column:": "Category Column:", + "Cauchit": "Cauchit", + "Cauchy": "Cauchy", + "Cell": "Cell", + "Cell (%)": "Cell (%)", + "Celsius": "Celsius", + "Center": "Center", + "CenterObs": "CenterObs", + "Centimetres": "Centimetres", + "Centre Mean on Last Day": "Centre Mean on Last Day", + "Centred": "Centred", + "CenturySch": "CenturySch", + "Change Limits": "Change Limits", + "Change Point Options": "Change Point Options", + "Change type": "Change type", + "Change...": "Change...", + "Character": "Character", + "Character Column:": "Character Column:", + "Check": "Check", + "Check Duplicates": "Check Duplicates", + "Check Unique": "Check Unique", + "Chi-Square Test": "Chi-Square Test", + "Chi_Square": "Chi_Square", + "Choice:": "Choice:", + "Choose Columns": "Choose Columns", + "Choose Columns:": "Choose Columns:", + "Choose Form:": "Choose Form:", + "Choose Function": "Choose Function", + "Choose Property": "Choose Property", + "Choose Region": "Choose Region", + "Choose Subset of Columns to Merge": "Choose Subset of Columns to Merge", + "Choose Summaries...": "Choose Summaries...", + "Choose one of the following to proceed": "Choose one of the following to proceed", + "Choose...": "Choose...", + "Cicero": "Cicero", + "Circle": "Circle", + "Circular": "Circular", + "Circular Plots": "Circular Plots", + "Circular:": "Circular:", + "Classic": "Classic", + "Clear": "Clear", + "Clear Conditions": "Clear Conditions", + "Clear Script": "Clear Script", + "Clear contents": "Clear contents", + "CliData": "CliData", + "CliPlot": "CliPlot", + "Cliboxplot": "Cliboxplot", + "Click Ok to Confirm the Export.": "Click Ok to Confirm the Export.", + "Click Ok to confirm the save": "Click Ok to confirm the save", + "Climatic Boxplot": "Climatic Boxplot", + "Climatic Check Data Rainfall": "Climatic Check Data Rainfall", + "Climatic Check Data Temperature": "Climatic Check Data Temperature", + "Climatic Data Entry": "Climatic Data Entry", + "Climatic Maps": "Climatic Maps", + "Climatic Summary": "Climatic Summary", + "Climatic_Type": "Climatic_Type", + "Climdex Indices": "Climdex Indices", + "Climsoft": "Climsoft", + "Clopper-Pearson": "Clopper-Pearson", + "Close": "Close", + "Close R-Instat now": "Close R-Instat now", + "Closed On": "Closed On", + "Cloud Cover:": "Cloud Cover:", + "Code Missing Values as:": "Code Missing Values as:", + "Coeff": "Coeff", + "Coeff:": "Coeff:", + "Coefficient Of Variation": "Coefficient Of Variation", + "Coefficient of determination": "Coefficient of determination", + "Coefficient of persistence": "Coefficient of persistence", + "Coefficients": "Coefficients", + "Coin": "Coin", + "Cold Spell Duration Index [15:CSDI]": "Cold Spell Duration Index [15:CSDI]", + "Colon :": "Colon :", + "Colon(:)": "Colon(:)", + "Color (Optional):": "Color (Optional):", + "Color:": "Color:", + "Colour": "Colour", + "Colour Bar Max:": "Colour Bar Max:", + "Colour Bar Min:": "Colour Bar Min:", + "Colour By (Optional):": "Colour By (Optional):", + "Colour By:": "Colour By:", + "Colour Columns by Structure": "Colour Columns by Structure", + "Colour Lines by Difference": "Colour Lines by Difference", + "Colour Palette:": "Colour Palette:", + "Colour Scale": "Colour Scale", + "Colour by Property": "Colour by Property", + "Colour rainbow": "Colour rainbow", + "Colour:": "Colour:", + "Colours": "Colours", + "Colours for Summaries": "Colours for Summaries", + "Column": "Column", + "Column (%)": "Column (%)", + "Column :": "Column :", + "Column Chart Options": "Column Chart Options", + "Column Factor:": "Column Factor:", + "Column Factors:": "Column Factors:", + "Column Label:": "Column Label:", + "Column Name": "Column Name", + "Column Name Event Day": "Column Name Event Day", + "Column Name Extreme Event": "Column Name Extreme Event", + "Column Name:": "Column Name:", + "Column Selection": "Column Selection", + "Column Statistics": "Column Statistics", + "Column Structure": "Column Structure", + "Column Type:": "Column Type:", + "Column Variable(s) (Factor):": "Column Variable(s) (Factor):", + "Column Width:": "Column Width:", + "Column to Duplicate:": "Column to Duplicate:", + "Column to Split:": "Column to Split:", + "Column to Transform:": "Column to Transform:", + "Column to Unstack:": "Column to Unstack:", + "Column(s):": "Column(s):", + "Column:": "Column:", + "Column: ": "Column: ", + "Columns": "Columns", + "Columns to Combine:": "Columns to Combine:", + "Columns to Convert:": "Columns to Convert:", + "Columns to Delete:": "Columns to Delete:", + "Columns to Include": "Columns to Include", + "Columns to Rank:": "Columns to Rank:", + "Columns to Reorder:": "Columns to Reorder:", + "Columns to Sort by:": "Columns to Sort by:", + "Columns to Stack:": "Columns to Stack:", + "Columns to Transpose:": "Columns to Transpose:", + "Columns to Unstack:": "Columns to Unstack:", + "Columns to be formatted ": "Columns to be formatted ", + "Columns:": "Columns:", + "Combine": "Combine", + "Combine Factors": "Combine Factors", + "Combine Graphs": "Combine Graphs", + "Combine Text Columns": "Combine Text Columns", + "Combined Graph": "Combined Graph", + "Comma ": "Comma ", + "Comma separated file (*.csv)": "Comma separated file (*.csv)", + "Comma(": "Comma(", + "Command": "Command", + "Command Examples": "Command Examples", + "Command Format:": "Command Format:", + "Command Ok.": "Command Ok.", + "Command produced an error or no output to display.": "Command produced an error or no output to display.", + "Command produced an error.": "Command produced an error.", + "Command:": "Command:", + "Commands": "Commands", + "Comment Format:": "Comment Format:", + "Comment:": "Comment:", + "Comments": "Comments", + "Common": "Common", + "Common Options": "Common Options", + "Common Regions:": "Common Regions:", + "Compare Columns": "Compare Columns", + "Compare Satellite Data": "Compare Satellite Data", + "Compare Two Options": "Compare Two Options", + "Comparison": "Comparison", + "Comparison Summaries": "Comparison Summaries", + "Comparisons to Display:": "Comparisons to Display:", + "Complete records only": "Complete records only", + "Complete rows only": "Complete rows only", + "Component": "Component", + "Component:": "Component:", + "Condition": "Condition", + "Condition Factors (Optional):": "Condition Factors (Optional):", + "Condition for Selection": "Condition for Selection", + "Condition for selection": "Condition for selection", + "Condition:": "Condition:", + "Conditional": "Conditional", + "Conditional Eval Options": "Conditional Eval Options", + "Conditional Quantile Options": "Conditional Quantile Options", + "Conditional Quantile Plot": "Conditional Quantile Plot", + "Conditions for Start of Rains": "Conditions for Start of Rains", + "Conf=0.95": "Conf=0.95", + "Confidence Interval:": "Confidence Interval:", + "Confidence Level:": "Confidence Level:", + "Confidence Limits": "Confidence Limits", + "Confidence interval": "Confidence interval", + "Conjugent Gradent (CG)": "Conjugent Gradent (CG)", + "Connect": "Connect", + "Connect To ClimSoft Database": "Connect To ClimSoft Database", + "Connect to Climsoft Database": "Connect to Climsoft Database", + "Connected": "Connected", + "Connecting Lines": "Connecting Lines", + "Consecutive": "Consecutive", + "Constant": "Constant", + "Construct": "Construct", + "Construct Examples": "Construct Examples", + "Contexts": "Contexts", + "Contexts to carry:": "Contexts to carry:", + "Contingency": "Contingency", + "Continuity correction": "Continuity correction", + "Continuous": "Continuous", + "Contract Sector:": "Contract Sector:", + "Contract Title:": "Contract Title:", + "Contract Value Categories:": "Contract Value Categories:", + "Contract Value Share Threshold:": "Contract Value Share Threshold:", + "Contract Value:": "Contract Value:", + "Contrast": "Contrast", + "Contrasts": "Contrasts", + "Control Options": "Control Options", + "Control Variables:": "Control Variables:", + "Conversions": "Conversions", + "Convert": "Convert", + "Convert Case": "Convert Case", + "Convert Columns": "Convert Columns", + "Convert Strings to Factor Columns": "Convert Strings to Factor Columns", + "Convert To": "Convert To", + "Convert to Character": "Convert to Character", + "Convert to Circular": "Convert to Circular", + "Convert to Factor": "Convert to Factor", + "Convert to Logical": "Convert to Logical", + "Convert to Numeric": "Convert to Numeric", + "Convert to Ordered Factor": "Convert to Ordered Factor", + "Convert to Variate": "Convert to Variate", + "Convert to:": "Convert to:", + "Cook's Distance": "Cook's Distance", + "Cook's Distance v Leverage": "Cook's Distance v Leverage", + "Coordinates": "Coordinates", + "Copy Data Frame": "Copy Data Frame", + "Copy Image": "Copy Image", + "Copy RichText": "Copy RichText", + "Copy Row Names into Column": "Copy Row Names into Column", + "Copy from Below": "Copy from Below", + "Copy...": "Copy...", + "Cor": "Cor", + "Corrected Hue Where Colour Map Begins:": "Corrected Hue Where Colour Map Begins:", + "Corrected Hue Where Colour Map Ends:": "Corrected Hue Where Colour Map Ends:", + "Correlation": "Correlation", + "Correlation Display and Graphics": "Correlation Display and Graphics", + "Correlation Matrix": "Correlation Matrix", + "Correlation Plot": "Correlation Plot", + "Correlations": "Correlations", + "Corruption Output:": "Corruption Output:", + "Corruption Outputs:": "Corruption Outputs:", + "Cosine Distance between q-Gram Profiles": "Cosine Distance between q-Gram Profiles", + "Could not read time dimension dates from file.": "Could not read time dimension dates from file.", + "Count": "Count", + "Count Records Data Frame:": "Count Records Data Frame:", + "Count in Factor": "Count in Factor", + "Counting Process": "Counting Process", + "Countries:": "Countries:", + "Country Capitals": "Country Capitals", + "Country Coloured Map": "Country Coloured Map", + "Country ISO2:": "Country ISO2:", + "Country ISO3:": "Country ISO3:", + "Country Level": "Country Level", + "Country Level Columns": "Country Level Columns", + "Country Names:": "Country Names:", + "Country:": "Country:", + "Counts": "Counts", + "Counts on Y Axis": "Counts on Y Axis", + "Counts totals": "Counts totals", + "Courier": "Courier", + "Couriersans": "Couriersans", + "Covariance": "Covariance", + "Create Labels": "Create Labels", + "Create Survival Object": "Create Survival Object", + "Create an account": "Create an account", + "Create subset of non-numeric cases": "Create subset of non-numeric cases", + "Crop Definitions": "Crop Definitions", + "Crop Length Day(s):": "Crop Length Day(s):", + "Cumulative": "Cumulative", + "Cumulative exceedance": "Cumulative exceedance", + "Cumulative graph": "Cumulative graph", + "Cumulative/Exceedance Graph": "Cumulative/Exceedance Graph", + "Current Name:": "Current Name:", + "Current Value:": "Current Value:", + "Custom": "Custom", + "Custom Range": "Custom Range", + "Customised": "Customised", + "Cutoff for 2000 years:": "Cutoff for 2000 years:", + "DF": "DF", + "DF1": "DF1", + "DF2": "DF2", + "Daily": "Daily", + "Daily Data Entry": "Daily Data Entry", + "Daily Precipitation 0.05 degree": "Daily Precipitation 0.05 degree", + "Daily Precipitation 0.25 degree": "Daily Precipitation 0.25 degree", + "Dark2": "Dark2", + "Dashed": "Dashed", + "Data": "Data", + "Data (Optional):": "Data (Optional):", + "Data Column and Factor Column": "Data Column and Factor Column", + "Data Column:": "Data Column:", + "Data Columns": "Data Columns", + "Data Frame Label:": "Data Frame Label:", + "Data Frame Preview:": "Data Frame Preview:", + "Data Frame(s):": "Data Frame(s):", + "Data Frame:": "Data Frame:", + "Data Frames to Reorder:": "Data Frames to Reorder:", + "Data Frames:": "Data Frames:", + "Data From Row:": "Data From Row:", + "Data Options": "Data Options", + "Data Period": "Data Period", + "Data Period Label": "Data Period Label", + "Data Period label": "Data Period label", + "Data column": "Data column", + "Data frame Metadata": "Data frame Metadata", + "Data list not implemented": "Data list not implemented", + "Data:": "Data:", + "Database Name:": "Database Name:", + "Dataframe Name:": "Dataframe Name:", + "Dataset Name:": "Dataset Name:", + "Date": "Date", + "Date Order": "Date Order", + "Date Plot": "Date Plot", + "Date Range": "Date Range", + "Date Scales": "Date Scales", + "Date and Time": "Date and Time", + "Date labels": "Date labels", + "Date:": "Date:", + "Dates/Times": "Dates/Times", + "Day": "Day", + "Day Columns (31/62)": "Day Columns (31/62)", + "Day Columns (31/62):": "Day Columns (31/62):", + "Day Length": "Day Length", + "Day Month": "Day Month", + "Day Month (1 Jan)": "Day Month (1 Jan)", + "Day Month Full (1 January)": "Day Month Full (1 January)", + "Day Number (1-366)": "Day Number (1-366)", + "Day Of Month:": "Day Of Month:", + "Day Range": "Day Range", + "Day in Month": "Day in Month", + "Day in Year:": "Day in Year:", + "Day of Month:": "Day of Month:", + "Day of Year": "Day of Year", + "Day of Year:": "Day of Year:", + "Day-Month(Full Name)-Year(4-digit)": "Day-Month(Full Name)-Year(4-digit)", + "Day-Month(abbr)-Year(4-digit)": "Day-Month(abbr)-Year(4-digit)", + "Day-Month-Year(4-digit)": "Day-Month-Year(4-digit)", + "Day/Month(Full Name)/Year(4-digit)": "Day/Month(Full Name)/Year(4-digit)", + "Day/Month(abbr)/Year(4-digit)": "Day/Month(abbr)/Year(4-digit)", + "Day/Month/Year(4-digit)": "Day/Month/Year(4-digit)", + "Day:": "Day:", + "Days": "Days", + "Days for Quantiles:": "Days for Quantiles:", + "Days in Month": "Days in Month", + "December": "December", + "Deciles && Quintiles": "Deciles && Quintiles", + "Decimal": "Decimal", + "Decimal Places for Percentages:": "Decimal Places for Percentages:", + "Decimal:": "Decimal:", + "Declustering": "Declustering", + "Default": "Default", + "Default Format": "Default Format", + "Default Value:": "Default Value:", + "Define As Factor": "Define As Factor", + "Define CRI": "Define CRI", + "Define Climatic Data": "Define Climatic Data", + "Define Corruption Outputs": "Define Corruption Outputs", + "Define New Column Selection": "Define New Column Selection", + "Define New Filter": "Define New Filter", + "Define New Property": "Define New Property", + "Define Options By Context Data": "Define Options By Context Data", + "Define Procurement Data": "Define Procurement Data", + "Define Red Flags": "Define Red Flags", + "Define Survival Data": "Define Survival Data", + "Define a Contrast:": "Define a Contrast:", + "Degree:": "Degree:", + "Degrees of freedom:": "Degrees of freedom:", + "Degrees:": "Degrees:", + "Dekad": "Dekad", + "Dekad Precipitation 0.05 degree": "Dekad Precipitation 0.05 degree", + "Del": "Del", + "Delete": "Delete", + "Delete Column": "Delete Column", + "Delete Column(s)": "Delete Column(s)", + "Delete Columns": "Delete Columns", + "Delete Data Frames": "Delete Data Frames", + "Delete From:": "Delete From:", + "Delete Key": "Delete Key", + "Delete Link": "Delete Link", + "Delete Metadata": "Delete Metadata", + "Delete Objects": "Delete Objects", + "Delete Row(s)": "Delete Row(s)", + "Delete Rows/Columns": "Delete Rows/Columns", + "Delete Selected": "Delete Selected", + "Delete Theme": "Delete Theme", + "Density": "Density", + "Density Options": "Density Options", + "Density Plot": "Density Plot", + "Density plot": "Density plot", + "Descending": "Descending", + "Descending Frequencies": "Descending Frequencies", + "Describe Display Options": "Describe Display Options", + "Describe Survival": "Describe Survival", + "Describe Two Variables": "Describe Two Variables", + "Deselect All Levels": "Deselect All Levels", + "Details": "Details", + "Details Options": "Details Options", + "Detect": "Detect", + "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.", + "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.", + "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.", + "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?", + "Did you know: You can easily view a whole data frame in a separate window.": "Did you know: You can easily view a whole data frame in a separate window.", + "Dida": "Dida", + "Difference": "Difference", + "Difference Column:": "Difference Column:", + "Differences": "Differences", + "Dimensions to Plot:": "Dimensions to Plot:", + "Direction (N/S E/W):": "Direction (N/S E/W):", + "Disconnect": "Disconnect", + "Discrete": "Discrete", + "Dispaly Daily Options": "Dispaly Daily Options", + "Display": "Display", + "Display Chi-Square Breakpoints": "Display Chi-Square Breakpoints", + "Display Daily Data": "Display Daily Data", + "Display Format:": "Display Format:", + "Display From:": "Display From:", + "Display Graph Results": "Display Graph Results", + "Display HTML in Output Window": "Display HTML in Output Window", + "Display In Output": "Display In Output", + "Display Margins": "Display Margins", + "Display Model": "Display Model", + "Display NA as:": "Display NA as:", + "Display Objects...": "Display Objects...", + "Display Options": "Display Options", + "Display Options...": "Display Options...", + "Display Outer Margins": "Display Outer Margins", + "Display Rain Days": "Display Rain Days", + "Display Summary": "Display Summary", + "Display Top N": "Display Top N", + "Display Values As": "Display Values As", + "Display as Decimal": "Display as Decimal", + "Display as decimal": "Display as decimal", + "Display details of warnings and errors": "Display details of warnings and errors", + "Display dialog's selected data frame in grid": "Display dialog's selected data frame in grid", + "Display in Interactive Viewer": "Display in Interactive Viewer", + "Display in Output Window": "Display in Output Window", + "Display in R Viewer": "Display in R Viewer", + "Display in R-Viewer": "Display in R-Viewer", + "Display in Separate Window": "Display in Separate Window", + "Display in Separate Windows": "Display in Separate Windows", + "Display summary": "Display summary", + "Display:": "Display:", + "DisplayChi": "DisplayChi", + "Distance based on Soundex Encoding": "Distance based on Soundex Encoding", + "Distribution Options": "Distribution Options", + "Distribution Parameters:": "Distribution Parameters:", + "Distribution:": "Distribution:", + "Diverging": "Diverging", + "DoY average": "DoY average", + "Dodge": "Dodge", + "Dodge2": "Dodge2", + "Domain": "Domain", + "Don' t import data after downloading": "Don' t import data after downloading", + "Don't import data after downloading": "Don't import data after downloading", + "Dot ": "Dot ", + "Dot Plot": "Dot Plot", + "Dot Plot Options...": "Dot Plot Options...", + "Dot plot": "Dot plot", + "Dot-dash": "Dot-dash", + "Dotplot": "Dotplot", + "Dotted": "Dotted", + "Double Decker": "Double Decker", + "Doy:": "Doy:", + "Drop Missing Combinations": "Drop Missing Combinations", + "Drop Unused Levels": "Drop Unused Levels", + "Drop empty factor levels": "Drop empty factor levels", + "Dry Month": "Dry Month", + "Dry Period": "Dry Period", + "Dry Spell": "Dry Spell", + "Dummy Variables": "Dummy Variables", + "Duplicate": "Duplicate", + "Duplicate Column": "Duplicate Column", + "Duplicates": "Duplicates", + "Duplicates Only": "Duplicates Only", + "E": "E", + "ERA5 hourly data (single levels)": "ERA5 hourly data (single levels)", + "Edit Condition": "Edit Condition", + "Edit Filter": "Edit Filter", + "Editor Window": "Editor Window", + "Eigenvalue": "Eigenvalue", + "Eigenvalues": "Eigenvalues", + "Eigenvectors": "Eigenvectors", + "Element": "Element", + "Element Abbreviation": "Element Abbreviation", + "Element IDs": "Element IDs", + "Element Line": "Element Line", + "Element Name:": "Element Name:", + "Element Names": "Element Names", + "Element Order": "Element Order", + "Element Text ": "Element Text ", + "Element Types": "Element Types", + "Element(s):": "Element(s):", + "Element1 (Tmax):": "Element1 (Tmax):", + "Element2 (Tmin):": "Element2 (Tmin):", + "Element:": "Element:", + "ElementRect": "ElementRect", + "Elements": "Elements", + "Elements to Edit:": "Elements to Edit:", + "Elements-Stations": "Elements-Stations", + "Elements:": "Elements:", + "Empty": "Empty", + "Encoding:": "Encoding:", + "End": "End", + "End :": "End :", + "End Date:": "End Date:", + "End Day": "End Day", + "End Value:": "End Value:", + "End Year for Climatological Period:": "End Year for Climatological Period:", + "End Year for Region Average:": "End Year for Region Average:", + "End Year for Station Trend:": "End Year for Station Trend:", + "End Year for Variogram Period:": "End Year for Variogram Period:", + "End date:": "End date:", + "End of Rains": "End of Rains", + "End of Rains/Season": "End of Rains/Season", + "End of Season": "End of Season", + "End(L):": "End(L):", + "End:": "End:", + "English": "English", + "Ensure complete years": "Ensure complete years", + "Enter": "Enter", + "Enter Data": "Enter Data", + "Enter Result Into:": "Enter Result Into:", + "Enter value(s)": "Enter value(s)", + "Entire Range": "Entire Range", + "Entry Time:": "Entry Time:", + "Equal To": "Equal To", + "Equitable Threat Score": "Equitable Threat Score", + "Establish Connection..": "Establish Connection..", + "Estimate": "Estimate", + "Estimate:": "Estimate:", + "Estimated:": "Estimated:", + "Estimates": "Estimates", + "Estimates:": "Estimates:", + "Estimation methods": "Estimation methods", + "Evaluation": "Evaluation", + "Evaporation:": "Evaporation:", + "Evapotraspiration": "Evapotraspiration", + "Event Occurs When Value is:": "Event Occurs When Value is:", + "Event:": "Event:", + "Every": "Every", + "Exact": "Exact", + "Examine": "Examine", + "Examples": "Examples", + "Exceedance": "Exceedance", + "Exclude": "Exclude", + "Exclude Missing": "Exclude Missing", + "Exclude/Separate:": "Exclude/Separate:", + "Exit Preview and Print": "Exit Preview and Print", + "Exit Time:": "Exit Time:", + "Expand": "Expand", + "Explanatory Model for Location or Scale": "Explanatory Model for Location or Scale", + "Explanatory Model:": "Explanatory Model:", + "Explanatory Variable:": "Explanatory Variable:", + "Explanatory Variables:": "Explanatory Variables:", + "Exponential": "Exponential", + "Export Datasets": "Export Datasets", + "Export File(s):": "Export File(s):", + "Export File:": "Export File:", + "Export Graph As Image": "Export Graph As Image", + "Export R Objects": "Export R Objects", + "Export R Workspace": "Export R Workspace", + "Export To World Weather Record": "Export To World Weather Record", + "Export for PICSA": "Export for PICSA", + "Export to CMSAF R ToolBox": "Export to CMSAF R ToolBox", + "Export to CPT": "Export to CPT", + "Export to OpenRefine": "Export to OpenRefine", + "Expression": "Expression", + "Exremal Dependency Index": "Exremal Dependency Index", + "Extend Fill": "Extend Fill", + "Extra Rows": "Extra Rows", + "Extract": "Extract", + "Extreme": "Extreme", + "Extreme Dependency Score": "Extreme Dependency Score", + "Extreme Events": "Extreme Events", + "Extreme Maximum": "Extreme Maximum", + "Extreme Minimum": "Extreme Minimum", + "Extreme_Value": "Extreme_Value", + "Extremes ": "Extremes ", + "Extremes Display Options": "Extremes Display Options", + "Extremes Method": "Extremes Method", + "F": "F", + "F1": "F1", + "FALSE": "FALSE", + "FIt Model": "FIt Model", + "Face": "Face", + "Facet": "Facet", + "Facet (Optional):": "Facet (Optional):", + "Facet By (Optional):": "Facet By (Optional):", + "Facet By (Station):": "Facet By (Station):", + "Facet By:": "Facet By:", + "Facet Column(s):": "Facet Column(s):", + "Facet Label Background ": "Facet Label Background ", + "Facet Labels": "Facet Labels", + "Facet by Column Factor": "Facet by Column Factor", + "Facet labels": "Facet labels", + "Facet labels along horizontal direction": "Facet labels along horizontal direction", + "Facet labels along vertical direction": "Facet labels along vertical direction", + "Facet2 (Optional):": "Facet2 (Optional):", + "Facet:": "Facet:", + "Facets": "Facets", + "Facets:": "Facets:", + "Factor": "Factor", + "Factor (Optional):": "Factor (Optional):", + "Factor Data Frame": "Factor Data Frame", + "Factor Into:": "Factor Into:", + "Factor Level": "Factor Level", + "Factor Options": "Factor Options", + "Factor Selected:": "Factor Selected:", + "Factor Values for Selection": "Factor Values for Selection", + "Factor Variable:": "Factor Variable:", + "Factor to Unstack by:": "Factor to Unstack by:", + "Factor:": "Factor:", + "Factors": "Factors", + "Factors Selected:": "Factors Selected:", + "Factors as Percentage:": "Factors as Percentage:", + "Factors:": "Factors:", + "Factory Reset": "Factory Reset", + "Fahrenheit": "Fahrenheit", + "False Alarm Ratio": "False Alarm Ratio", + "Family": "Family", + "February": "February", + "Feet per second (ftps)": "Feet per second (ftps)", + "File:": "File:", + "Files with the same names will be overwritten.": "Files with the same names will be overwritten.", + "Fill": "Fill", + "Fill (Optional):": "Fill (Optional):", + "Fill Color": "Fill Color", + "Fill Colour (Optional):": "Fill Colour (Optional):", + "Fill Colour:": "Fill Colour:", + "Fill Scale": "Fill Scale", + "Fill date gaps": "Fill date gaps", + "Fill:": "Fill:", + "Filter": "Filter", + "Filter By:": "Filter By:", + "Filter From Factors": "Filter From Factors", + "Filter:": "Filter:", + "Filters": "Filters", + "Filters From Factor": "Filters From Factor", + "Find Forms": "Find Forms", + "Find Non-Numeric Values": "Find Non-Numeric Values", + "Find all": "Find all", + "Find next": "Find next", + "Find what": "Find what", + "Find whole word only": "Find whole word only", + "Finish": "Finish", + "First": "First", + "First Column:": "First Column:", + "First Context:": "First Context:", + "First Data Frame": "First Data Frame", + "First Data Frame:": "First Data Frame:", + "First Explanatory Variable": "First Explanatory Variable", + "First Explanatory Variable:": "First Explanatory Variable:", + "First Factor:": "First Factor:", + "First Line is Column Headers:": "First Line is Column Headers:", + "First Row is Column Headers": "First Row is Column Headers", + "First Variable(s):": "First Variable(s):", + "First Variable:": "First Variable:", + "First Variables:": "First Variables:", + "First Word:": "First Word:", + "Fiscal Year:": "Fiscal Year:", + "Fit": "Fit", + "Fit Model and Bootstrap Options": "Fit Model and Bootstrap Options", + "Fit Multiple": "Fit Multiple", + "Fit Single": "Fit Single", + "Fit a Gamma Distribution": "Fit a Gamma Distribution", + "Fit an Extreme Distribution": "Fit an Extreme Distribution", + "Fitted Model": "Fitted Model", + "Fitted Model:": "Fitted Model:", + "Fitted Values": "Fitted Values", + "Fitting Method": "Fitting Method", + "Fitting Options": "Fitting Options", + "Fixed": "Fixed", + "Fixed Day": "Fixed Day", + "Fixed Number of Columns": "Fixed Number of Columns", + "Fixed Number of Components": "Fixed Number of Components", + "Fixed Number of Rows": "Fixed Number of Rows", + "Fixed width": "Fixed width", + "Flat Frequency Table": "Flat Frequency Table", + "Flip Coordinates": "Flip Coordinates", + "Flip coordinates": "Flip coordinates", + "Fliter Preview:": "Fliter Preview:", + "Font Size:": "Font Size:", + "For All Dialogs": "For All Dialogs", + "For This Dialog Only": "For This Dialog Only", + "Force positive": "Force positive", + "Foreign Winner:": "Foreign Winner:", + "Format Current or Selected Columns": "Format Current or Selected Columns", + "Format Data": "Format Data", + "Format Description": "Format Description", + "Format Field": "Format Field", + "Format Font:": "Format Font:", + "Format:": "Format:", + "Four Variable Modelling": "Four Variable Modelling", + "Fourth Context:": "Fourth Context:", + "Fraction Trimmed:": "Fraction Trimmed:", + "Fractions": "Fractions", + "Free": "Free", + "Free Scale Axis for Facets": "Free Scale Axis for Facets", + "Free Scale Y Axis": "Free Scale Y Axis", + "Free Scales X": "Free Scales X", + "Free Scales Y": "Free Scales Y", + "Free Space": "Free Space", + "Free_x": "Free_x", + "Free_y": "Free_y", + "Freeze Columns": "Freeze Columns", + "Freeze Columns:": "Freeze Columns:", + "French": "French", + "Frequencies Options": "Frequencies Options", + "Frequency": "Frequency", + "Frequency Polygon": "Frequency Polygon", + "Frequency Polygon Options": "Frequency Polygon Options", + "Frequency Table & Graph Options": "Frequency Table & Graph Options", + "Frequency Tables": "Frequency Tables", + "Frequency polygon": "Frequency polygon", + "Frequency tables": "Frequency tables", + "From": "From", + "From Library": "From Library", + "From Package:": "From Package:", + "From:": "From:", + "Frost Days [1:FD]": "Frost Days [1:FD]", + "Full Damerau-Levenshtein Distance": "Full Damerau-Levenshtein Distance", + "Full Join": "Full Join", + "Full Name": "Full Name", + "Function Name:": "Function Name:", + "Function...": "Function...", + "Function:": "Function:", + "GEV": "GEV", + "GP": "GP", + "Gamma": "Gamma", + "Gamma_With_Shape_and_Mean": "Gamma_With_Shape_and_Mean", + "Gamma_With_Shape_and_Rate": "Gamma_With_Shape_and_Rate", + "Gamma_With_Shape_and_Scale": "Gamma_With_Shape_and_Scale", + "Gamma_With_Zeros": "Gamma_With_Zeros", + "Gaussian": "Gaussian", + "General ANOVA": "General ANOVA", + "General ANOVA Options...": "General ANOVA Options...", + "General Case": "General Case", + "General Summaries": "General Summaries", + "Generalized Linear Models": "Generalized Linear Models", + "Generate Random Sample": "Generate Random Sample", + "Geom": "Geom", + "Geom Aesthetics:": "Geom Aesthetics:", + "Geom:": "Geom:", + "Geometric": "Geometric", + "Geometry": "Geometry", + "Geometry:": "Geometry:", + "Gerrity Score": "Gerrity Score", + "Glance": "Glance", + "Globalminmax": "Globalminmax", + "GnBu": "GnBu", + "Goodness of Fit (MGE)": "Goodness of Fit (MGE)", + "Graph": "Graph", + "Graph Caption": "Graph Caption", + "Graph Caption:": "Graph Caption:", + "Graph Columns:": "Graph Columns:", + "Graph Display": "Graph Display", + "Graph Frequencies": "Graph Frequencies", + "Graph Options": "Graph Options", + "Graph Sub Title": "Graph Sub Title", + "Graph Sub Title:": "Graph Sub Title:", + "Graph Subtitle:": "Graph Subtitle:", + "Graph Title": "Graph Title", + "Graph Title:": "Graph Title:", + "Graph and Display Options": "Graph and Display Options", + "Graph by Year": "Graph by Year", + "Graph to Use:": "Graph to Use:", + "Graph to View:": "Graph to View:", + "Graph:": "Graph:", + "Graphs": "Graphs", + "Graphs GUI": "Graphs GUI", + "Graphs To Combine:": "Graphs To Combine:", + "Greater Than": "Greater Than", + "Greater than": "Greater than", + "Green": "Green", + "Greens": "Greens", + "Grey": "Grey", + "Greys": "Greys", + "Grid lines": "Grid lines", + "Grid square": "Grid square", + "Grop Height": "Grop Height", + "Grop Width": "Grop Width", + "Group (Optional):": "Group (Optional):", + "Group Data": "Group Data", + "Group to Connect": "Group to Connect", + "Group:": "Group:", + "GroupBox1": "GroupBox1", + "Grouping Factor (Optional):": "Grouping Factor (Optional):", + "Grouping Factor:": "Grouping Factor:", + "Growing Season Length [5:GSL]": "Growing Season Length [5:GSL]", + "Guess": "Guess", + "Gumbel": "Gumbel", + "H Line Options": "H Line Options", + "HTML (Browser)": "HTML (Browser)", + "HTML Table": "HTML Table", + "Hamming Distance": "Hamming Distance", + "Hannan-Quinn": "Hannan-Quinn", + "Hargreaves Samani": "Hargreaves Samani", + "Harmonics:": "Harmonics:", + "Hash #": "Hash #", + "Have you tried: Boxplots by a factor.": "Have you tried: Boxplots by a factor.", + "Have you tried: Describing all your variables at once.": "Have you tried: Describing all your variables at once.", + "Have you tried: Using the library datasets.": "Have you tried: Using the library datasets.", + "Heidke Skill Score": "Heidke Skill Score", + "Helmert": "Helmert", + "Help ": "Help ", + "Help...": "Help...", + "Helvetica - Narrow": "Helvetica - Narrow", + "Helveticaserif": "Helveticaserif", + "Hidden Column(s):": "Hidden Column(s):", + "Hidden Data Frame(s):": "Hidden Data Frame(s):", + "Hide": "Hide", + "Hide (future) commands": "Hide (future) commands", + "Hide Details <<": "Hide Details <<", + "Hide/Unhide Column(s)": "Hide/Unhide Column(s)", + "Hide/Unhide Data Frame(s)": "Hide/Unhide Data Frame(s)", + "High Ascending": "High Ascending", + "High Descending": "High Descending", + "Highlight Alternate Rows": "Highlight Alternate Rows", + "Hist Plot": "Hist Plot", + "Histogram": "Histogram", + "Histogram (Rose Plot)": "Histogram (Rose Plot)", + "Histogram Bins:": "Histogram Bins:", + "Histogram Method": "Histogram Method", + "Histogram Options": "Histogram Options", + "Histogram Plot": "Histogram Plot", + "Hit Rate": "Hit Rate", + "Hjust": "Hjust", + "Homogenization (Change Point)": "Homogenization (Change Point)", + "Horizontal": "Horizontal", + "Horizontal Label Position:": "Horizontal Label Position:", + "Horizontal Plot": "Horizontal Plot", + "Horizontal Plot (coord-flip)": "Horizontal Plot (coord-flip)", + "Horizontal major grid lines ": "Horizontal major grid lines ", + "Horizontal minor grid lines": "Horizontal minor grid lines", + "Horizontally": "Horizontally", + "Host:": "Host:", + "Hour": "Hour", + "How to Display": "How to Display", + "Humidity Max:": "Humidity Max:", + "Humidity Min:": "Humidity Min:", + "HydroGOF": "HydroGOF", + "Hypergeometric": "Hypergeometric", + "Hyphen -": "Hyphen -", + "Hypothesis Tests": "Hypothesis Tests", + "I()": "I()", + "ID Column Name:": "ID Column Name:", + "ID Column:": "ID Column:", + "ID/Station:": "ID/Station:", + "ID:": "ID:", + "IDs": "IDs", + "IQR": "IQR", + "Icing Days [3:ID]": "Icing Days [3:ID]", + "Identifier (Optional):": "Identifier (Optional):", + "Identifier:": "Identifier:", + "Identity": "Identity", + "Ignore Global Aesthetics": "Ignore Global Aesthetics", + "Ignore Labels": "Ignore Labels", + "Ignore Missing Values": "Ignore Missing Values", + "Ignore values on invalid dates": "Ignore values on invalid dates", + "Import": "Import", + "Import CSV Options": "Import CSV Options", + "Import Dataset": "Import Dataset", + "Import Excel Options": "Import Excel Options", + "Import From CSPRO": "Import From CSPRO", + "Import From Climsoft": "Import From Climsoft", + "Import From Climsoft Wizard": "Import From Climsoft Wizard", + "Import From Databases": "Import From Databases", + "Import From IRI (Internet connection needed)": "Import From IRI (Internet connection needed)", + "Import Options": "Import Options", + "Import RDS Options": "Import RDS Options", + "Import Text Options": "Import Text Options", + "Import and Tidy NetCDF File": "Import and Tidy NetCDF File", + "Import and Tidy Shapefiles": "Import and Tidy Shapefiles", + "Import calculations": "Import calculations", + "Import changes log": "Import changes log", + "Import csv Options": "Import csv Options", + "Import filters": "Import filters", + "Import from CDS (Climate Data Store)": "Import from CDS (Climate Data Store)", + "Import from ODK": "Import from ODK", + "Import from OpenRefine": "Import from OpenRefine", + "Import into climate object": "Import into climate object", + "Import metadata": "Import metadata", + "Import objects": "Import objects", + "Importing the following sheets:": "Importing the following sheets:", + "Imputed:": "Imputed:", + "In Steps Of:": "In Steps Of:", + "In Steps of:": "In Steps of:", + "In steps of:": "In steps of:", + "Inches": "Inches", + "Include": "Include", + "Include Arguments": "Include Arguments", + "Include Boxplot": "Include Boxplot", + "Include Comments by Default": "Include Comments by Default", + "Include Contexts": "Include Contexts", + "Include Default Parameter Values in R Commands": "Include Default Parameter Values in R Commands", + "Include Elements Information": "Include Elements Information", + "Include Facets": "Include Facets", + "Include First Date of Occurrence": "Include First Date of Occurrence", + "Include Graph": "Include Graph", + "Include Graphs": "Include Graphs", + "Include Horizontal Line": "Include Horizontal Line", + "Include ID Column": "Include ID Column", + "Include Last Date of Occurrence": "Include Last Date of Occurrence", + "Include Level Numbers": "Include Level Numbers", + "Include Lines of Best Fit": "Include Lines of Best Fit", + "Include Major Grid Lines": "Include Major Grid Lines", + "Include Mean Line": "Include Mean Line", + "Include Mean Lines": "Include Mean Lines", + "Include Metadata": "Include Metadata", + "Include Minor Grid Lines": "Include Minor Grid Lines", + "Include Missing Values": "Include Missing Values", + "Include Models": "Include Models", + "Include N Occurances": "Include N Occurances", + "Include Observation Data": "Include Observation Data", + "Include Observation Flags": "Include Observation Flags", + "Include P-Values": "Include P-Values", + "Include Percentages": "Include Percentages", + "Include Points": "Include Points", + "Include Regular Expressions": "Include Regular Expressions", + "Include Smooth Line": "Include Smooth Line", + "Include Variable Name in Labels": "Include Variable Name in Labels", + "Include in Original Data": "Include in Original Data", + "Include requested points in data (if specified)": "Include requested points in data (if specified)", + "Include value after label": "Include value after label", + "Including": "Including", + "Index": "Index", + "Index Components:": "Index Components:", + "Index Number of Duplicates": "Index Number of Duplicates", + "Index of agreement": "Index of agreement", + "Indicators:": "Indicators:", + "Indices": "Indices", + "Indices Data Frame:": "Indices Data Frame:", + "Indices Help": "Indices Help", + "Individual": "Individual", + "Individual Plots": "Individual Plots", + "Individual Summaries": "Individual Summaries", + "Individuals": "Individuals", + "Individuals Plot": "Individuals Plot", + "Inner Join": "Inner Join", + "Insert": "Insert", + "Insert ": "Insert ", + "Insert 1 Column After": "Insert 1 Column After", + "Insert 1 Column Before": "Insert 1 Column Before", + "Insert Column(s) After": "Insert Column(s) After", + "Insert Column(s) Before": "Insert Column(s) Before", + "Insert Columns": "Insert Columns", + "Insert Columns/Rows": "Insert Columns/Rows", + "Insert Row(s) After": "Insert Row(s) After", + "Insert Row(s) Before": "Insert Row(s) Before", + "Insert Rows": "Insert Rows", + "Insert Values": "Insert Values", + "Insert at Position:": "Insert at Position:", + "Inspect Values": "Inspect Values", + "Install Missing Packages (Online)": "Install Missing Packages (Online)", + "Integer": "Integer", + "Interactions:": "Interactions:", + "Interested Variable": "Interested Variable", + "Interested variable": "Interested variable", + "Interpolate": "Interpolate", + "Interpolate Missing Days": "Interpolate Missing Days", + "Interpolate Missing Entries": "Interpolate Missing Entries", + "Interval": "Interval", + "Interval Size:": "Interval Size:", + "Interval2": "Interval2", + "Interval:": "Interval:", + "Into": "Into", + "Into Binary Columns": "Into Binary Columns", + "Into Text Components": "Into Text Components", + "Inventory": "Inventory", + "Inventory Plot": "Inventory Plot", + "Inventory Plot Options": "Inventory Plot Options", + "Inverse": "Inverse", + "Inverse_Gaussian": "Inverse_Gaussian", + "Inward": "Inward", + "Is Currency": "Is Currency", + "Is_Element": "Is_Element", + "Italic": "Italic", + "J:": "J:", + "Jaccard Distance between q-Gram Profiles": "Jaccard Distance between q-Gram Profiles", + "January": "January", + "Jaro or Jaro-Winker Distance": "Jaro or Jaro-Winker Distance", + "Jitter": "Jitter", + "Jitter Options": "Jitter Options", + "Jitter Plot": "Jitter Plot", + "Jitter dodge": "Jitter dodge", + "Jitter:": "Jitter:", + "Join Options": "Join Options", + "Join Type:": "Join Type:", + "Join by:": "Join by:", + "Joining By:": "Joining By:", + "Joining Columns": "Joining Columns", + "July": "July", + "Jump (Element1)": "Jump (Element1)", + "June": "June", + "Justify Legend Box": "Justify Legend Box", + "KGE": "KGE", + "Kappa": "Kappa", + "Keep Attributes": "Keep Attributes", + "Keep Raw Time": "Keep Raw Time", + "Keep as Missing": "Keep as Missing", + "Keep existing data frames": "Keep existing data frames", + "Keep existing position": "Keep existing position", + "Kelvin": "Kelvin", + "Kendall": "Kendall", + "Kernel": "Kernel", + "Kernel :": "Kernel :", + "Key Check:": "Key Check:", + "Key Columns": "Key Columns", + "Key Columns:": "Key Columns:", + "Key Name:": "Key Name:", + "Keys:": "Keys:", + "Kilometres per hour (kmph)": "Kilometres per hour (kmph)", + "Kiswahili": "Kiswahili", + "Kling-Gupta efficiency": "Kling-Gupta efficiency", + "Knots": "Knots", + "Kobo": "Kobo", + "Kurtosis": "Kurtosis", + "L-moments": "L-moments", + "LSD": "LSD", + "Label": "Label", + "Label Cities": "Label Cities", + "Label Text (Lower):": "Label Text (Lower):", + "Label Text (Upper):": "Label Text (Upper):", + "Label Text:": "Label Text:", + "Label Transparency:": "Label Transparency:", + "Label Type:": "Label Type:", + "Label Variable (Optional):": "Label Variable (Optional):", + "Label of axes": "Label of axes", + "Label:": "Label:", + "Labelled Convert": "Labelled Convert", + "Labels": "Labels", + "Labels (": "Labels (", + "Labels (Optional):": "Labels (Optional):", + "Labels/Levels": "Labels/Levels", + "Labels:": "Labels:", + "Lang": "Lang", + "Language": "Language", + "Languages": "Languages", + "Large": "Large", + "Last": "Last", + "Last Word:": "Last Word:", + "Latin-1": "Latin-1", + "Latitude": "Latitude", + "Latitude Offset:": "Latitude Offset:", + "Latitude:": "Latitude:", + "Latitute:": "Latitute:", + "Layer Dimensions (Aesthetics)": "Layer Dimensions (Aesthetics)", + "Layer Options": "Layer Options", + "Layer Parameters (Geom Parameters)": "Layer Parameters (Geom Parameters)", + "Layers": "Layers", + "Layers:": "Layers:", + "Layout": "Layout", + "Layout Of Data": "Layout Of Data", + "Layout incomplete: layout must contain all graphs.": "Layout incomplete: layout must contain all graphs.", + "Layout of data": "Layout of data", + "Layout:": "Layout:", + "Leap Year": "Leap Year", + "Leave as Missing": "Leave as Missing", + "Left": "Left", + "Left Join": "Left Join", + "Left:": "Left:", + "Legend": "Legend", + "Legend (More Options)": "Legend (More Options)", + "Legend Adjustments": "Legend Adjustments", + "Legend Background and Key": "Legend Background and Key", + "Legend Box Spacing": "Legend Box Spacing", + "Legend Direction": "Legend Direction", + "Legend Justification": "Legend Justification", + "Legend Key Measurement": "Legend Key Measurement", + "Legend Layout": "Legend Layout", + "Legend Position": "Legend Position", + "Legend Position:": "Legend Position:", + "Legend Spacing": "Legend Spacing", + "Legend Title": "Legend Title", + "Legend Title and Text": "Legend Title and Text", + "Legend item labels": "Legend item labels", + "Legend label": "Legend label", + "Legend position": "Legend position", + "Length": "Length", + "Length of Season": "Length of Season", + "Length:": "Length:", + "Less Than": "Less Than", + "Less than": "Less than", + "Level": "Level", + "Level Omitted": "Level Omitted", + "Levels/Labels (Optional)": "Levels/Labels (Optional)", + "Levenshtein Distance": "Levenshtein Distance", + "Leverage": "Leverage", + "Lexical Order": "Lexical Order", + "Light-Blue": "Light-Blue", + "Likelihood": "Likelihood", + "Likert Graph": "Likert Graph", + "Likert Options": "Likert Options", + "Limits": "Limits", + "Limits:": "Limits:", + "Line": "Line", + "Line ": "Line ", + "Line Colour:": "Line Colour:", + "Line End": "Line End", + "Line Format": "Line Format", + "Line Graph": "Line Graph", + "Line Height": "Line Height", + "Line Options": "Line Options", + "Line Plot": "Line Plot", + "Line Type": "Line Type", + "Line Type:": "Line Type:", + "Line along x axis": "Line along x axis", + "Line along y axis": "Line along y axis", + "Line plot": "Line plot", + "Line width": "Line width", + "Linear": "Linear", + "Lines": "Lines", + "Lines To Skip:": "Lines To Skip:", + "Lines along axes": "Lines along axes", + "Lines to Preview:": "Lines to Preview:", + "Link Function": "Link Function", + "Link Name:": "Link Name:", + "Links:": "Links:", + "Load Backup Data": "Load Backup Data", + "Load Script from File...": "Load Script from File...", + "Load from Instat collection": "Load from Instat collection", + "Load from R": "Load from R", + "Local Capitals": "Local Capitals", + "Locate": "Locate", + "Locating Points in Shape File": "Locating Points in Shape File", + "Location": "Location", + "Location Data Frame Name:": "Location Data Frame Name:", + "Location Range": "Location Range", + "Location Selection": "Location Selection", + "Lock": "Lock", + "Lock and unlock": "Lock and unlock", + "Log": "Log", + "Log Base 10": "Log Base 10", + "Logical": "Logical", + "Logical Column": "Logical Column", + "Logical and Symbols": "Logical and Symbols", + "Logical columns": "Logical columns", + "Login to CDS": "Login to CDS", + "Logit": "Logit", + "Lognormal": "Lognormal", + "Lollipop": "Lollipop", + "Long": "Long", + "Long-dash": "Long-dash", + "Longest Common Substring Distance": "Longest Common Substring Distance", + "Longitude:": "Longitude:", + "Looking for free statistics textbooks?": "Looking for free statistics textbooks?", + "Looking for interesting case studies for teaching?": "Looking for interesting case studies for teaching?", + "Looking for training materials?": "Looking for training materials?", + "Low Ascending": "Low Ascending", + "Low Descending": "Low Descending", + "Lower Limit": "Lower Limit", + "Lower Limit :": "Lower Limit :", + "MAE": "MAE", + "MASS": "MASS", + "MBIC": "MBIC", + "ME": "ME", + "Main": "Main", + "Main Blocking Variable:": "Main Blocking Variable:", + "Main Context:": "Main Context:", + "Main Data Frame:": "Main Data Frame:", + "Main ID:": "Main ID:", + "Main Measurement:": "Main Measurement:", + "Main Option:": "Main Option:", + "Major Grid Lines": "Major Grid Lines", + "Major Tick Marks": "Major Tick Marks", + "Major grid lines ": "Major grid lines ", + "Make": "Make", + "Make Date": "Make Date", + "Manipulations": "Manipulations", + "Manipulations:": "Manipulations:", + "Manual": "Manual", + "Map Options": "Map Options", + "Map Options ": "Map Options ", + "Map Outline": "Map Outline", + "March": "March", + "Margins": "Margins", + "Margins to Dispaly": "Margins to Dispaly", + "Markov Chains": "Markov Chains", + "Markov Type:": "Markov Type:", + "Match Case": "Match Case", + "Matched With": "Matched With", + "Matching Column (Optional)": "Matching Column (Optional)", + "Matching Column:": "Matching Column:", + "Matching column": "Matching column", + "Maths": "Maths", + "Max": "Max", + "Max Missing Data": "Max Missing Data", + "Max Break Point:": "Max Break Point:", + "Max Duration Missing Data": "Max Duration Missing Data", + "Max Latitude:": "Max Latitude:", + "Max Longitude:": "Max Longitude:", + "Max Missing Days": "Max Missing Days", + "Max:": "Max:", + "Maximum": "Maximum", + "Maximum Distance from 0": "Maximum Distance from 0", + "Maximum Dry Days:": "Maximum Dry Days:", + "Maximum Factor Levels Shown:": "Maximum Factor Levels Shown:", + "Maximum Gap:": "Maximum Gap:", + "Maximum Latitude": "Maximum Latitude", + "Maximum Length of Dry Spell [23:CDD]": "Maximum Length of Dry Spell [23:CDD]", + "Maximum Length of Wet Spell [24:CWD]": "Maximum Length of Wet Spell [24:CWD]", + "Maximum Likelihood (MLE)": "Maximum Likelihood (MLE)", + "Maximum Logitude": "Maximum Logitude", + "Maximum Missing Days": "Maximum Missing Days", + "Maximum Number of Columns to Display:": "Maximum Number of Columns to Display:", + "Maximum Number of Components": "Maximum Number of Components", + "Maximum Number of Rows to Display:": "Maximum Number of Rows to Display:", + "Maximum Rain:": "Maximum Rain:", + "Maximum Rows To Import": "Maximum Rows To Import", + "Maximum Size:": "Maximum Size:", + "Maximum Temperature:": "Maximum Temperature:", + "Maximum Temperatures": "Maximum Temperatures", + "Maximum Values": "Maximum Values", + "Maximum likelihood": "Maximum likelihood", + "Maximum mean bias:": "Maximum mean bias:", + "Maximum number of consecutive missing allowed": "Maximum number of consecutive missing allowed", + "Maximum number of missing allowed": "Maximum number of missing allowed", + "Maximum percentage of missing allowed": "Maximum percentage of missing allowed", + "Maximum stdev bias:": "Maximum stdev bias:", + "Maximum:": "Maximum:", + "May": "May", + "Mean": "Mean", + "Mean Diurnal Temperature Range [16:DTR]": "Mean Diurnal Temperature Range [16:DTR]", + "Mean absolute error": "Mean absolute error", + "Mean and Variance": "Mean and Variance", + "Mean error": "Mean error", + "Mean residual life": "Mean residual life", + "Mean sea level pressure": "Mean sea level pressure", + "Mean squared error": "Mean squared error", + "Mean wave direction": "Mean wave direction", + "Mean wave period": "Mean wave period", + "Mean(t-interval)": "Mean(t-interval)", + "Meanlog": "Meanlog", + "Means": "Means", + "Measure:": "Measure:", + "Measurement Y axis:": "Measurement Y axis:", + "Measurement:": "Measurement:", + "Measurements": "Measurements", + "Median": "Median", + "Median Absolute Deviation (MAD)": "Median Absolute Deviation (MAD)", + "MedianCI Method:": "MedianCI Method:", + "MedianHL": "MedianHL", + "Medium": "Medium", + "Merge": "Merge", + "Merge Additional Data": "Merge Additional Data", + "Metadata": "Metadata", + "Metadata Columns:": "Metadata Columns:", + "Metadata Property:": "Metadata Property:", + "Metadata to Delete": "Metadata to Delete", + "Method": "Method", + "Method of moments": "Method of moments", + "Method:": "Method:", + "Methods": "Methods", + "Metres per second (mps)": "Metres per second (mps)", + "Miles per hour (mph)": "Miles per hour (mph)", + "Millimetres": "Millimetres", + "Million Data Points": "Million Data Points", + "Min": "Min", + "Min Break Point:": "Min Break Point:", + "Min Latitude:": "Min Latitude:", + "Min Longitude:": "Min Longitude:", + "Min/Max": "Min/Max", + "Min10": "Min10", + "Min:": "Min:", + "MinSegLen:": "MinSegLen:", + "Minimum": "Minimum", + "Minimum Base Data Present:": "Minimum Base Data Present:", + "Minimum Latitude": "Minimum Latitude", + "Minimum Longitude": "Minimum Longitude", + "Minimum Number of Points:": "Minimum Number of Points:", + "Minimum Size:": "Minimum Size:", + "Minimum Temperature": "Minimum Temperature", + "Minimum Temperature:": "Minimum Temperature:", + "Minimum Temperatures": "Minimum Temperatures", + "Minimum Values": "Minimum Values", + "Minimum and Maximum": "Minimum and Maximum", + "Minimum number of non missing required": "Minimum number of non missing required", + "Minimum:": "Minimum:", + "Minor Grid Lines": "Minor Grid Lines", + "Minor Tick Marks": "Minor Tick Marks", + "Minute": "Minute", + "Minutes": "Minutes", + "Minutes:": "Minutes:", + "Missing": "Missing", + "Missing Colour:": "Missing Colour:", + "Missing Data": "Missing Data", + "Missing Data Options": "Missing Data Options", + "Missing Data Table": "Missing Data Table", + "Missing Method": "Missing Method", + "Missing Options": "Missing Options", + "Missing Value": "Missing Value", + "Missing Value String:": "Missing Value String:", + "Missing Values": "Missing Values", + "Missing values shown as NA": "Missing values shown as NA", + "Missing:": "Missing:", + "Mode": "Mode", + "Model": "Model", + "Model Formula:": "Model Formula:", + "Model Operator:": "Model Operator:", + "Model Options": "Model Options", + "Model Options...": "Model Options...", + "Model Preview:": "Model Preview:", + "Model:": "Model:", + "Modelling": "Modelling", + "Models": "Models", + "Models:": "Models:", + "Modified Nash-Sutcliffe efficiency": "Modified Nash-Sutcliffe efficiency", + "Modified index of agreement": "Modified index of agreement", + "Modifier": "Modifier", + "Modify": "Modify", + "Modify Event": "Modify Event", + "Modulo": "Modulo", + "Moments (MME)": "Moments (MME)", + "Monte-Carlo:": "Monte-Carlo:", + "Month": "Month", + "Month Abbreviations": "Month Abbreviations", + "Month As Factor": "Month As Factor", + "Month Columns (12)": "Month Columns (12)", + "Month Columns (12):": "Month Columns (12):", + "Month(Full Name)-Day-Year(4-digit)": "Month(Full Name)-Day-Year(4-digit)", + "Month(Full Name)/Day/Year(4-digit)": "Month(Full Name)/Day/Year(4-digit)", + "Month(abbr)-Day-Year(4-digit)": "Month(abbr)-Day-Year(4-digit)", + "Month(abbr)/Day/Year(4-digit)": "Month(abbr)/Day/Year(4-digit)", + "Month-Day-Year(4-digit)": "Month-Day-Year(4-digit)", + "Month/Day/Year(4-digit)": "Month/Day/Year(4-digit)", + "Month:": "Month:", + "Monthly": "Monthly", + "Monthly Precipitation 0.05 degree": "Monthly Precipitation 0.05 degree", + "Monthly rainfall less than:": "Monthly rainfall less than:", + "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]", + "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]", + "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]", + "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]", + "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]", + "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]", + "Monthly:": "Monthly:", + "Months": "Months", + "More": "More", + "More ...": "More ...", + "More Options": "More Options", + "Mosaic Plot": "Mosaic Plot", + "Mosaic Plot Options": "Mosaic Plot Options", + "Moving": "Moving", + "Moving Average": "Moving Average", + "Moving average": "Moving average", + "Multi-Plot": "Multi-Plot", + "Multiple": "Multiple", + "Multiple Columns": "Multiple Columns", + "Multiple Data Columns": "Multiple Data Columns", + "Multiple Spells": "Multiple Spells", + "Multiple Variables": "Multiple Variables", + "Multiple columns": "Multiple columns", + "Multistate": "Multistate", + "N": "N", + "N Missing": "N Missing", + "N Non Missing": "N Non Missing", + "N Total": "N Total", + "NA": "NA", + "NASA": "NASA", + "NCMP Count Records": "NCMP Count Records", + "NCMP Indices": "NCMP Indices", + "NCMP Metadata": "NCMP Metadata", + "NCMP Region Average": "NCMP Region Average", + "NCMP Summary File": "NCMP Summary File", + "NCMP Trend Graphs": "NCMP Trend Graphs", + "NCMP Variogram": "NCMP Variogram", + "NOAA": "NOAA", + "NSE": "NSE", + "NULL": "NULL", + "Name New Columns": "Name New Columns", + "Name:": "Name:", + "Nash-Sutcliffe efficiency": "Nash-Sutcliffe efficiency", + "Native": "Native", + "Natural Log": "Natural Log", + "Negative_Binomial": "Negative_Binomial", + "Neighbour:": "Neighbour:", + "Neighbouring": "Neighbouring", + "Nelder-Mead": "Nelder-Mead", + "NetCDF Options": "NetCDF Options", + "Neutral Level:": "Neutral Level:", + "New": "New", + "New Column Name": "New Column Name", + "New Column Name:": "New Column Name:", + "New Data Frame": "New Data Frame", + "New Data Frame Name:": "New Data Frame Name:", + "New Data Frame:": "New Data Frame:", + "New Distribution": "New Distribution", + "New Filter Name:": "New Filter Name:", + "New Label": "New Label", + "New Metadata Name": "New Metadata Name", + "New Name:": "New Name:", + "New Selection Name:": "New Selection Name:", + "New Theme Name": "New Theme Name", + "New Value:": "New Value:", + "New column will be at the: ": "New column will be at the: ", + "New column will be at:": "New column will be at:", + "New column will be: ": "New column will be: ", + "NewCenturySchoolbook": "NewCenturySchoolbook", + "Next": "Next", + "NimbusMonURWHelvetica": "NimbusMonURWHelvetica", + "NimbusRom": "NimbusRom", + "NimbusSanCond": "NimbusSanCond", + "No": "No", + "No ": "No ", + "No Backup Data File Detected": "No Backup Data File Detected", + "No Backup Debugging Log File Detected": "No Backup Debugging Log File Detected", + "No Backup Log File Detected": "No Backup Log File Detected", + "No Capitals": "No Capitals", + "No Connection": "No Connection", + "No Data Loaded": "No Data Loaded", + "No Decimal": "No Decimal", + "No Facets": "No Facets", + "No Files found": "No Files found", + "No Plot": "No Plot", + "No Space ()": "No Space ()", + "No Title": "No Title", + "No data loaded": "No data loaded", + "No of Bins: ": "No of Bins: ", + "No of Clusters:": "No of Clusters:", + "No package with this name.": "No package with this name.", + "No preview available.": "No preview available.", + "No sheet selected.": "No sheet selected.", + "No. Bids Received:": "No. Bids Received:", + "No. Considered Bids:": "No. Considered Bids:", + "No. of Directions:": "No. of Directions:", + "No. of Speeds:": "No. of Speeds:", + "No_Distribution": "No_Distribution", + "Non-Parametric One Way ANOVA": "Non-Parametric One Way ANOVA", + "Non-Parametric Two Way ANOVA": "Non-Parametric Two Way ANOVA", + "Non_Parametric One Sample Tests": "Non_Parametric One Sample Tests", + "None": "None", + "Norm": "Norm", + "Normal": "Normal", + "Normal Convert": "Normal Convert", + "Normalise": "Normalise", + "Normalised Parent Coordinates": "Normalised Parent Coordinates", + "Normalized root mean squared error": "Normalized root mean squared error", + "Northern Hemisphere": "Northern Hemisphere", + "Not Implemented": "Not Implemented", + "Not implemented": "Not implemented", + "Notch": "Notch", + "November": "November", + "Nudge": "Nudge", + "Null Hypothesis:": "Null Hypothesis:", + "Number": "Number", + "Number Of Colours:": "Number Of Colours:", + "Number of Categories": "Number of Categories", + "Number of Column(s):": "Number of Column(s):", + "Number of Columns": "Number of Columns", + "Number of Columns to Insert:": "Number of Columns to Insert:", + "Number of Columns:": "Number of Columns:", + "Number of Components:": "Number of Components:", + "Number of Digits to Display:": "Number of Digits to Display:", + "Number of Iterations:": "Number of Iterations:", + "Number of Missing": "Number of Missing", + "Number of Pieces to Return:": "Number of Pieces to Return:", + "Number of Preview Rows:": "Number of Preview Rows:", + "Number of Quantiles:": "Number of Quantiles:", + "Number of Rainy Days": "Number of Rainy Days", + "Number of Rows to Insert:": "Number of Rows to Insert:", + "Number of Rows:": "Number of Rows:", + "Number of Samples:": "Number of Samples:", + "Number of Thresholds:": "Number of Thresholds:", + "Number of non-numeric: ": "Number of non-numeric: ", + "Numeric": "Numeric", + "Numeric by Categorical:": "Numeric by Categorical:", + "Numeric by Numeric:": "Numeric by Numeric:", + "Numeric:": "Numeric:", + "Numerical summaries": "Numerical summaries", + "Object to View:": "Object to View:", + "Objects": "Objects", + "Objects to Delete:": "Objects to Delete:", + "Objects to Reorder:": "Objects to Reorder:", + "Observations:": "Observations:", + "Observed:": "Observed:", + "Occurence": "Occurence", + "Occurrence": "Occurrence", + "October": "October", + "Ok": "Ok", + "Ok: Layout contains all graphs": "Ok: Layout contains all graphs", + "Old": "Old", + "Omit Below": "Omit Below", + "Omit End": "Omit End", + "Omit Missing Values": "Omit Missing Values", + "Omit Months": "Omit Months", + "Omit Start": "Omit Start", + "Omit Value(s)": "Omit Value(s)", + "Omit Zero": "Omit Zero", + "Ona": "Ona", + "One Data Frame": "One Data Frame", + "One Sample": "One Sample", + "One Variable Compare Models": "One Variable Compare Models", + "One Variable Fit Model": "One Variable Fit Model", + "One Variable Graph": "One Variable Graph", + "One Variable Graph Options": "One Variable Graph Options", + "One Variable Summarise": "One Variable Summarise", + "One Variable Use Model": "One Variable Use Model", + "One Way ANOVA": "One Way ANOVA", + "One Way Frequencies": "One Way Frequencies", + "One Way Frequencies Options": "One Way Frequencies Options", + "One-Sided (y1y2)": "One-Sided (y1>y2)", + "Only Include Data Variables": "Only Include Data Variables", + "Only My Countries": "Only My Countries", + "Open": "Open", + "Open Browser": "Open Browser", + "Open Dataset from Library": "Open Dataset from Library", + "Open Log File": "Open Log File", + "Open SST": "Open SST", + "Open Script as File": "Open Script as File", + "Operator:": "Operator:", + "Optimal String Alignment": "Optimal String Alignment", + "Optimisation": "Optimisation", + "Option 1:": "Option 1:", + "Option 2:": "Option 2:", + "Option:": "Option:", + "Options": "Options", + "Options by Context Boxplot": "Options by Context Boxplot", + "Options:": "Options:", + "Or": "Or", + "Or Column": "Or Column", + "OrRd": "OrRd", + "Orange": "Orange", + "Oranges": "Oranges", + "Ord.": "Ord.", + "Order": "Order", + "Order By:": "Order By:", + "Order by another variable": "Order by another variable", + "Order:": "Order:", + "Ordered Factor": "Ordered Factor", + "Ordered Factor:": "Ordered Factor:", + "Ordinary": "Ordinary", + "Organise": "Organise", + "Origin": "Origin", + "Origin:": "Origin:", + "Original Level": "Original Level", + "Orthogonal": "Orthogonal", + "Other Axis (Optional):": "Other Axis (Optional):", + "Other Blocking Variables:": "Other Blocking Variables:", + "Other Contexts:": "Other Contexts:", + "Other IDs:": "Other IDs:", + "Other Measurements:": "Other Measurements:", + "Other Observed Variables:": "Other Observed Variables:", + "Other Options:": "Other Options:", + "Other Predicted Variables:": "Other Predicted Variables:", + "Out of Days:": "Out of Days:", + "Outlier": "Outlier", + "Outline": "Outline", + "Outlying": "Outlying", + "Output": "Output", + "Output ": "Output ", + "Output Format:": "Output Format:", + "Output Grid Square Data": "Output Grid Square Data", + "Output Options": "Output Options", + "Output for CPT": "Output for CPT", + "Outward": "Outward", + "Over": "Over", + "Over Day(s):": "Over Day(s):", + "Over Days:": "Over Days:", + "Overall Interval Length:": "Overall Interval Length:", + "Overwrite Title": "Overwrite Title", + "Overwrite existing if duplicates found": "Overwrite existing if duplicates found", + "P10": "P10", + "P20": "P20", + "P25": "P25", + "P30": "P30", + "P33": "P33", + "P40": "P40", + "P60": "P60", + "P67": "P67", + "P70": "P70", + "P75": "P75", + "P80": "P80", + "P90": "P90", + "PBIAS": "PBIAS", + "PBIB": "PBIB", + "PCA Options": "PCA Options", + "PELT": "PELT", + "PICSA Crops": "PICSA Crops", + "PICSA Options": "PICSA Options", + "PICSA Rainfall Graph": "PICSA Rainfall Graph", + "PICSA Rainfall Graphs": "PICSA Rainfall Graphs", + "PICSA Temperature": "PICSA Temperature", + "PP": "PP", + "PP-Plot": "PP-Plot", + "PPP Adjusted Contract Value:": "PPP Adjusted Contract Value:", + "PRGn": "PRGn", + "Package Name:": "Package Name:", + "Package exists and not currently installed.": "Package exists and not currently installed.", + "Package is installed and up to date.": "Package is installed and up to date.", + "Package is installed. Newer version available: ": "Package is installed. Newer version available: ", + "Package is installed. No version information available.": "Package is installed. No version information available.", + "Packages Documenation": "Packages Documenation", + "Pad": "Pad", + "Pad Date": "Pad Date", + "Pad:": "Pad:", + "Page by:": "Page by:", + "Pairwise": "Pairwise", + "Pairwise Plot": "Pairwise Plot", + "Palatino": "Palatino", + "Palette:": "Palette:", + "Panel": "Panel", + "Panel (More Options)": "Panel (More Options)", + "Panel Background": "Panel Background", + "Panel Border": "Panel Border", + "Panel Border and Background ": "Panel Border and Background ", + "Panel Grid": "Panel Grid", + "Panel Spacing": "Panel Spacing", + "Panel and Background ": "Panel and Background ", + "Panel background": "Panel background", + "Panel border": "Panel border", + "Panel.ontop": "Panel.ontop", + "Parallel Coordinate Plot": "Parallel Coordinate Plot", + "Parallel Plots": "Parallel Plots", + "Parameter:": "Parameter:", + "Parametric": "Parametric", + "Parcoord Options": "Parcoord Options", + "Pars": "Pars", + "Partial": "Partial", + "Partitioning:": "Partitioning:", + "Paste Data to New Column(s)": "Paste Data to New Column(s)", + "Paste Data to New Data Frame": "Paste Data to New Data Frame", + "Pastel1": "Pastel1", + "Pastel2": "Pastel2", + "Path:": "Path:", + "Pattern:": "Pattern:", + "Peaks": "Peaks", + "Pearson": "Pearson", + "Pearson Correlation": "Pearson Correlation", + "Pen.Value:": "Pen.Value:", + "Penalty:": "Penalty:", + "PenmanMonteith": "PenmanMonteith", + "Pentad": "Pentad", + "Perc": "Perc", + "Percent": "Percent", + "Percent Correct": "Percent Correct", + "Percent bias": "Percent bias", + "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]", + "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]", + "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]", + "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]", + "Percentage of factor": "Percentage of factor", + "Percentages": "Percentages", + "Percentages of overall total": "Percentages of overall total", + "Percentile": "Percentile", + "Percentile Rose": "Percentile Rose", + "Percentile:": "Percentile:", + "Percents": "Percents", + "Period .": "Period .", + "Period(.)": "Period(.)", + "Period:": "Period:", + "Permute Column": "Permute Column", + "Pettitt": "Pettitt", + "PiYG": "PiYG", + "Picas": "Picas", + "Pie Chart": "Pie Chart", + "Pie Chart Options": "Pie Chart Options", + "Pierce Skill Score": "Pierce Skill Score", + "Pink": "Pink", + "Plain": "Plain", + "Planting Day(s):": "Planting Day(s):", + "Plot": "Plot", + "Plot Anomaly": "Plot Anomaly", + "Plot Background ": "Plot Background ", + "Plot Capitals:": "Plot Capitals:", + "Plot Cities": "Plot Cities", + "Plot Coast Lines": "Plot Coast Lines", + "Plot Countries": "Plot Countries", + "Plot Graph": "Plot Graph", + "Plot Height:": "Plot Height:", + "Plot High Resolution": "Plot High Resolution", + "Plot Likelihood": "Plot Likelihood", + "Plot Log-Likelihood": "Plot Log-Likelihood", + "Plot Margin": "Plot Margin", + "Plot Options": "Plot Options", + "Plot Options...": "Plot Options...", + "Plot Own Locations": "Plot Own Locations", + "Plot Region": "Plot Region", + "Plot Rivers": "Plot Rivers", + "Plot Title": "Plot Title", + "Plot Title and Caption": "Plot Title and Caption", + "Plot Type": "Plot Type", + "Plot Width:": "Plot Width:", + "Plot character": "Plot character", + "Plot subtitle (text appearance)": "Plot subtitle (text appearance)", + "Plot title (text appearance)": "Plot title (text appearance)", + "Plot type": "Plot type", + "Plot window": "Plot window", + "Plots": "Plots", + "Plus4": "Plus4", + "Plus:": "Plus:", + "Point": "Point", + "Point Jitter:": "Point Jitter:", + "Point Options": "Point Options", + "Point Plot": "Point Plot", + "Point Transparency:": "Point Transparency:", + "Point plot": "Point plot", + "Points": "Points", + "Poisson": "Poisson", + "Polar Annulus": "Polar Annulus", + "Polar Cluster": "Polar Cluster", + "Polar Coordinate:": "Polar Coordinate:", + "Polar Coordinates": "Polar Coordinates", + "Polar Cordinates": "Polar Cordinates", + "Polar Plot": "Polar Plot", + "Polar frequency": "Polar frequency", + "Pollutant:": "Pollutant:", + "Polygon Options": "Polygon Options", + "Polynomial:": "Polynomial:", + "Polynomials": "Polynomials", + "Population Pyramids": "Population Pyramids", + "Population_Failures": "Population_Failures", + "Population_Successes": "Population_Successes", + "Port:": "Port:", + "Position": "Position", + "Position - Estimates:": "Position - Estimates:", + "Position - Reference:": "Position - Reference:", + "Position:": "Position:", + "Postion:": "Postion:", + "Precipitation": "Precipitation", + "Precipitation >= 10mm Per Day [20:R10mm]": "Precipitation >= 10mm Per Day [20:R10mm]", + "Precipitation >= 20mm Per Day [21:R20mm]": "Precipitation >= 20mm Per Day [21:R20mm]", + "Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Precipitation >= a Specified Amount Per Day [22:Rnnmm]", + "Precipitation Quantiles:": "Precipitation Quantiles:", + "Precipitation:": "Precipitation:", + "Predict": "Predict", + "Predict...": "Predict...", + "Prediction": "Prediction", + "Predictions:": "Predictions:", + "Prefix For Inserted Column(s):": "Prefix For Inserted Column(s):", + "Prefix for Data Frames:": "Prefix for Data Frames:", + "Prefix for New Column:": "Prefix for New Column:", + "Prefix for New Columns:": "Prefix for New Columns:", + "Prefix:": "Prefix:", + "Preview Current Sheet": "Preview Current Sheet", + "Preview Log": "Preview Log", + "Preview Output": "Preview Output", + "Preview not yet implemented for this file type.": "Preview not yet implemented for this file type.", + "Preview:": "Preview:", + "Primary": "Primary", + "Primary data": "Primary data", + "Principal Component Analysis": "Principal Component Analysis", + "Print": "Print", + "Print Current Sheet": "Print Current Sheet", + "Print Log": "Print Log", + "Print Output": "Print Output", + "Print Proportions Table(s)": "Print Proportions Table(s)", + "Print Results to Output Window": "Print Results to Output Window", + "Print and Preview Options": "Print and Preview Options", + "Print declustered summary": "Print declustered summary", + "Print to Output Window": "Print to Output Window", + "Prob-prob Plot": "Prob-prob Plot", + "Probabilities": "Probabilities", + "Probability": "Probability", + "Probability plot": "Probability plot", + "Probit": "Probit", + "Procedure Type:": "Procedure Type:", + "Procurement Category:": "Procurement Category:", + "Procurement Type 2:": "Procurement Type 2:", + "Procurement Type 3:": "Procurement Type 3:", + "Procurement Type Categories:": "Procurement Type Categories:", + "Procuring Authority ID:": "Procuring Authority ID:", + "Procuring Authority:": "Procuring Authority:", + "Produce Bootstrap": "Produce Bootstrap", + "Project ID:": "Project ID:", + "Project Name:": "Project Name:", + "Prop. and Percentages...": "Prop. and Percentages...", + "Property": "Property", + "Property:": "Property:", + "Proportion": "Proportion", + "Proportions": "Proportions", + "Proportions or Percentages": "Proportions or Percentages", + "Proportions/Percentiles/Count": "Proportions/Percentiles/Count", + "Provincial": "Provincial", + "PuBu": "PuBu", + "PuBuGn": "PuBuGn", + "PuOr": "PuOr", + "PuRd": "PuRd", + "Purple": "Purple", + "Purples": "Purples", + "Q-Q": "Q-Q", + "Q. Method:": "Q. Method:", + "Q1": "Q1", + "Q3": "Q3", + "Q:": "Q:", + "QQ": "QQ", + "QQ-Plot": "QQ-Plot", + "QQ2 Plot": "QQ2 Plot", + "Qn": "Qn", + "Qualitative": "Qualitative", + "Qualitative Supplementary Variables": "Qualitative Supplementary Variables", + "Quality Control Level for Rain:": "Quality Control Level for Rain:", + "Quality Control Level for Temperature:": "Quality Control Level for Temperature:", + "Quantile": "Quantile", + "Quantile Algorithm:": "Quantile Algorithm:", + "Quantile:": "Quantile:", + "Quantiles": "Quantiles", + "Quantitative Supplementary Variables": "Quantitative Supplementary Variables", + "Quarter": "Quarter", + "Quartiles && Terciles": "Quartiles && Terciles", + "Quartiles (QME)": "Quartiles (QME)", + "Quasi": "Quasi", + "Quasibinomial": "Quasibinomial", + "Quasipoisson": "Quasipoisson", + "R Options": "R Options", + "R Package Issues": "R Package Issues", + "R Package:": "R Package:", + "R Packages": "R Packages", + "R package:": "R package:", + "REGW": "REGW", + "RFE2 10-day Precipitation": "RFE2 10-day Precipitation", + "RFE2 Daily Precipitation": "RFE2 Daily Precipitation", + "RMSE": "RMSE", + "R^2": "R^2", + "Radiation:": "Radiation:", + "RadioButton1": "RadioButton1", + "Rain": "Rain", + "Rain Column:": "Rain Column:", + "Rain:": "Rain:", + "Rainfall": "Rainfall", + "Random": "Random", + "Random Examples": "Random Examples", + "Random String (Salt):": "Random String (Salt):", + "Random Subsets": "Random Subsets", + "Range": "Range", + "Range:": "Range:", + "Rank": "Rank", + "Rate": "Rate", + "Rates": "Rates", + "Rating Data": "Rating Data", + "Ratio of root mean square error": "Ratio of root mean square error", + "Ratio of standard deviations": "Ratio of standard deviations", + "RdBu": "RdBu", + "RdGy": "RdGy", + "RdPu": "RdPu", + "RdYlBu": "RdYlBu", + "RdYlGn": "RdYlGn", + "Recode Factor": "Recode Factor", + "Recode Numeric": "Recode Numeric", + "Recode Numeric Into Quantiles": "Recode Numeric Into Quantiles", + "Rectangular": "Rectangular", + "Red": "Red", + "Red Flags:": "Red Flags:", + "Redo": "Redo", + "Reds": "Reds", + "Reference Level": "Reference Level", + "Reference Values:": "Reference Values:", + "Refresh Preview": "Refresh Preview", + "Regex": "Regex", + "Regex Keyboard": "Regex Keyboard", + "Region Average Data Frame:": "Region Average Data Frame:", + "Region:": "Region:", + "Regular Sequence": "Regular Sequence", + "Relationships": "Relationships", + "Relative Nash-Sutcliffe efficiency": "Relative Nash-Sutcliffe efficiency", + "Relative index of agreement": "Relative index of agreement", + "Remember Credentials": "Remember Credentials", + "Remove All Pairs": "Remove All Pairs", + "Remove Colour": "Remove Colour", + "Remove Condition": "Remove Condition", + "Remove Current Filter": "Remove Current Filter", + "Remove Legend": "Remove Legend", + "Remove Missing Values": "Remove Missing Values", + "Remove Selected Pair": "Remove Selected Pair", + "Remove Unused Labels": "Remove Unused Labels", + "Remove Unused Levels": "Remove Unused Levels", + "Remove rows with any missing values": "Remove rows with any missing values", + "Rename Column": "Rename Column", + "Rename Data Frame": "Rename Data Frame", + "Rename Metadata": "Rename Metadata", + "Rename Objects": "Rename Objects", + "ReoGridControl1": "ReoGridControl1", + "Reoder Metadata": "Reoder Metadata", + "Reorder Column(s)...": "Reorder Column(s)...", + "Reorder Columns": "Reorder Columns", + "Reorder Data Frames": "Reorder Data Frames", + "Reorder Levels": "Reorder Levels", + "Reorder Objects": "Reorder Objects", + "Repeat Values:": "Repeat Values:", + "Replace All": "Replace All", + "Replace By:": "Replace By:", + "Replace Missing Values": "Replace Missing Values", + "Replace NA with:": "Replace NA with:", + "Replace Values": "Replace Values", + "Replace if Already Exists": "Replace if Already Exists", + "Replicates": "Replicates", + "Require start day before planting day": "Require start day before planting day", + "Required Format": "Required Format", + "Required Time Format": "Required Time Format", + "Reserve Free Space": "Reserve Free Space", + "Reset": "Reset", + "Reset ": "Reset ", + "Reset Row Names to Positive Integers": "Reset Row Names to Positive Integers", + "Residuals": "Residuals", + "Residuals v Fitted Values": "Residuals v Fitted Values", + "Residuals v Leverage": "Residuals v Leverage", + "Resolution:": "Resolution:", + "Response": "Response", + "Response Variable Type:": "Response Variable Type:", + "Response Variable:": "Response Variable:", + "Restore Hierarchy": "Restore Hierarchy", + "Restrict Entry:": "Restrict Entry:", + "Restrict data values": "Restrict data values", + "Result Name": "Result Name", + "Result Name:": "Result Name:", + "Result into:": "Result into:", + "Return": "Return", + "Reverse Order Of Colours": "Reverse Order Of Colours", + "Rho": "Rho", + "Right": "Right", + "Right Join": "Right Join", + "Right:": "Right:", + "Rl Plot": "Rl Plot", + "Robust": "Robust", + "Rolling Contract Number Issuer:": "Rolling Contract Number Issuer:", + "Rolling Contract Number Winner:": "Rolling Contract Number Winner:", + "Rolling Contract Share Winner:": "Rolling Contract Share Winner:", + "Rolling Contract Sum Issuer:": "Rolling Contract Sum Issuer:", + "Rolling Contract Sum Winner:": "Rolling Contract Sum Winner:", + "Root mean squared error": "Root mean squared error", + "Rotation": "Rotation", + "Row": "Row", + "Row (%)": "Row (%)", + "Row Names Or Numbers": "Row Names Or Numbers", + "Row Statistic": "Row Statistic", + "Row Summaries": "Row Summaries", + "Row Variable (Factor):": "Row Variable (Factor):", + "Row Variable(s):": "Row Variable(s):", + "Row:": "Row:", + "Rows": "Rows", + "Rows to Count Over:": "Rows to Count Over:", + "Rows to Skip:": "Rows to Skip:", + "Rows to Summarise:": "Rows to Summarise:", + "Rows to Take Max Over:": "Rows to Take Max Over:", + "Rows:": "Rows:", + "Rug": "Rug", + "Rug Color:": "Rug Color:", + "Rug Plot": "Rug Plot", + "Rug Plot Options": "Rug Plot Options", + "Rugs": "Rugs", + "Run All Text": "Run All Text", + "Run Backup Log": "Run Backup Log", + "Run Current Line": "Run Current Line", + "Run Length": "Run Length", + "Run Selected Text": "Run Selected Text", + "SANN": "SANN", + "SDlog": "SDlog", + "SF Options": "SF Options", + "SIC": "SIC", + "SNHT": "SNHT", + "SNK": "SNK", + "SPEI": "SPEI", + "SPI": "SPI", + "SPI/SPEI": "SPI/SPEI", + "SS 2009:": "SS 2009:", + "SS 2011:": "SS 2011:", + "SS 2013": "SS 2013", + "SS 2015:": "SS 2015:", + "SST Data Frame Name:": "SST Data Frame Name:", + "Same": "Same", + "Same (Element1)": "Same (Element1)", + "Same Scale (coord-equal)": "Same Scale (coord-equal)", + "Sample": "Sample", + "Sample Size:": "Sample Size:", + "Sample_Size": "Sample_Size", + "Sampling Fraction:": "Sampling Fraction:", + "Satelite": "Satelite", + "Satelite Anomalies": "Satelite Anomalies", + "Satelite Element:": "Satelite Element:", + "Save": "Save", + "Save Backup Data...": "Save Backup Data...", + "Save Backup Internal Log...": "Save Backup Internal Log...", + "Save Backup Log...": "Save Backup Log...", + "Save Bootstrap": "Save Bootstrap", + "Save Calculation Only": "Save Calculation Only", + "Save Calculation and Result": "Save Calculation and Result", + "Save Column Position": "Save Column Position", + "Save Data As": "Save Data As", + "Save Data To:": "Save Data To:", + "Save Date:": "Save Date:", + "Save Details": "Save Details", + "Save Downloaded File To:": "Save Downloaded File To:", + "Save Downloaded File to:": "Save Downloaded File to:", + "Save Dummy:": "Save Dummy:", + "Save Estimate": "Save Estimate", + "Save File As:": "Save File As:", + "Save Fit": "Save Fit", + "Save Graph": "Save Graph", + "Save Graph Result:": "Save Graph Result:", + "Save Graph:": "Save Graph:", + "Save Index into:": "Save Index into:", + "Save Indices": "Save Indices", + "Save Log File...": "Save Log File...", + "Save Map": "Save Map", + "Save Model": "Save Model", + "Save Model:": "Save Model:", + "Save Nothing": "Save Nothing", + "Save Output": "Save Output", + "Save Plot": "Save Plot", + "Save Result": "Save Result", + "Save Result ": "Save Result ", + "Save Result:": "Save Result:", + "Save Script...": "Save Script...", + "Save Table": "Save Table", + "Save Test": "Save Test", + "Save Test Object:": "Save Test Object:", + "Save Treemap": "Save Treemap", + "Save as single file": "Save as single file", + "Save estimates in": "Save estimates in", + "Save file(s) to:": "Save file(s) to:", + "Save test object": "Save test object", + "Save values": "Save values", + "Saving Options": "Saving Options", + "Saving at:": "Saving at:", + "Scale": "Scale", + "Scale Data": "Scale Data", + "Scale Numeric Variables": "Scale Numeric Variables", + "Scale by:": "Scale by:", + "Scale-Location": "Scale-Location", + "Scale:": "Scale:", + "Scaled Fractions": "Scaled Fractions", + "Scaled Points": "Scaled Points", + "Scales": "Scales", + "Scatter Matrix": "Scatter Matrix", + "Scatter Plot": "Scatter Plot", + "Scatter Plot Options": "Scatter Plot Options", + "Scatter and line plot": "Scatter and line plot", + "Scatter plot": "Scatter plot", + "Score": "Score", + "Scree Plot": "Scree Plot", + "Sd": "Sd", + "Sd_Pop:": "Sd_Pop:", + "Sea surface temperature": "Sea surface temperature", + "Search in ": "Search in ", + "Search to end only": "Search to end only", + "Season Dates": "Season Dates", + "Seasonal Comparisons": "Seasonal Comparisons", + "Seasonal Summary": "Seasonal Summary", + "Seasonality (Harmonics)": "Seasonality (Harmonics)", + "Seasonality:": "Seasonality:", + "Second": "Second", + "Second Column:": "Second Column:", + "Second Context:": "Second Context:", + "Second Data Frame": "Second Data Frame", + "Second Data Frame:": "Second Data Frame:", + "Second Explanatory Variable": "Second Explanatory Variable", + "Second Explanatory Variable:": "Second Explanatory Variable:", + "Second Factor": "Second Factor", + "Second Factor (Optional):": "Second Factor (Optional):", + "Second Factor:": "Second Factor:", + "Second Variable": "Second Variable", + "Second Variable:": "Second Variable:", + "Seconds:": "Seconds:", + "Secrecy Score:": "Secrecy Score:", + "Seed": "Seed", + "SegNeigh": "SegNeigh", + "Select": "Select", + "Select All": "Select All", + "Select All Levels": "Select All Levels", + "Select And Stuck": "Select And Stuck", + "Select By:": "Select By:", + "Select Contrast Name:": "Select Contrast Name:", + "Select Date Range": "Select Date Range", + "Select Day of Year Range": "Select Day of Year Range", + "Select Elements Observation Data to Import": "Select Elements Observation Data to Import", + "Select File Type:": "Select File Type:", + "Select Levels:": "Select Levels:", + "Select Month": "Select Month", + "Select Month(s) to Omit:": "Select Month(s) to Omit:", + "Select Sheets:": "Select Sheets:", + "Select Station:": "Select Station:", + "Select Stations to Import": "Select Stations to Import", + "Select Theme": "Select Theme", + "Select all": "Select all", + "Select by condition": "Select by condition", + "Select by factor values": "Select by factor values", + "Selected Column": "Selected Column", + "Selected Column(s):": "Selected Column(s):", + "Selected Column:": "Selected Column:", + "Selected Columns:": "Selected Columns:", + "Selected Data Frame": "Selected Data Frame", + "Selected Data Frames:": "Selected Data Frames:", + "Selected Elements:": "Selected Elements:", + "Selected Factor:": "Selected Factor:", + "Selected Filter Preview": "Selected Filter Preview", + "Selected Filter Preview:": "Selected Filter Preview:", + "Selected Graph:": "Selected Graph:", + "Selected Graphs:": "Selected Graphs:", + "Selected Key:": "Selected Key:", + "Selected Link:": "Selected Link:", + "Selected Metadata": "Selected Metadata", + "Selected Model:": "Selected Model:", + "Selected Object(s):": "Selected Object(s):", + "Selected Object:": "Selected Object:", + "Selected Objects:": "Selected Objects:", + "Selected Set:": "Selected Set:", + "Selected Stations:": "Selected Stations:", + "Selected Variable:": "Selected Variable:", + "Selected Variables": "Selected Variables", + "Selected Variables:": "Selected Variables:", + "Selected column": "Selected column", + "Selection": "Selection", + "Selection Preview": "Selection Preview", + "Semi Join": "Semi Join", + "Semi-Colon(;)": "Semi-Colon(;)", + "Semicolon ;": "Semicolon ;", + "Send Debugging Log to R-Instat Team": "Send Debugging Log to R-Instat Team", + "Separate Tables": "Separate Tables", + "Separator": "Separator", + "Separator:": "Separator:", + "September": "September", + "Sequence": "Sequence", + "Sequence Definition": "Sequence Definition", + "Sequence Preview:": "Sequence Preview:", + "Sequence extended to match": "Sequence extended to match", + "Sequence matches the length of the data frame.": "Sequence matches the length of the data frame.", + "Sequence of Values": "Sequence of Values", + "Sequence truncated to match": "Sequence truncated to match", + "Sequential": "Sequential", + "Serif": "Serif", + "Set Colour Breaks": "Set Colour Breaks", + "Set New Name:": "Set New Name:", + "Set Row Names from Column": "Set Row Names from Column", + "Set Seed": "Set Seed", + "Set Seed:": "Set Seed:", + "Set1": "Set1", + "Set2": "Set2", + "Set3": "Set3", + "Sets:": "Sets:", + "Settings": "Settings", + "Shape": "Shape", + "Shape (Optional):": "Shape (Optional):", + "Shape File": "Shape File", + "Shape1": "Shape1", + "Shape2": "Shape2", + "Sheet Metadata": "Sheet Metadata", + "Shift Daily Data": "Shift Daily Data", + "Shift:": "Shift:", + "Shifted": "Shifted", + "Short": "Short", + "Show": "Show", + "Show Arguments": "Show Arguments", + "Show Calculator": "Show Calculator", + "Show Climatic Menu": "Show Climatic Menu", + "Show Column Types": "Show Column Types", + "Show Count": "Show Count", + "Show Details >>": "Show Details >>", + "Show Frequencies": "Show Frequencies", + "Show Hidden Columns in Selector": "Show Hidden Columns in Selector", + "Show ID": "Show ID", + "Show Missing": "Show Missing", + "Show Missing Values": "Show Missing Values", + "Show Model": "Show Model", + "Show Model Summary": "Show Model Summary", + "Show Non Missing": "Show Non Missing", + "Show Numeric Values": "Show Numeric Values", + "Show Options By Context Menu": "Show Options By Context Menu", + "Show Parameters": "Show Parameters", + "Show Percentage": "Show Percentage", + "Show Percentages": "Show Percentages", + "Show Procurement Menu": "Show Procurement Menu", + "Show Row Names": "Show Row Names", + "Show Strings": "Show Strings", + "Show Structured Menu": "Show Structured Menu", + "Show Summary": "Show Summary", + "Show Variable Labels": "Show Variable Labels", + "Show calculator": "Show calculator", + "Show commands": "Show commands", + "Show grid lines": "Show grid lines", + "Show stars on summary tables for coefficients": "Show stars on summary tables for coefficients", + "Show waiting dialog when command takes longer than": "Show waiting dialog when command takes longer than", + "Showing ": "Showing ", + "Shrink: ": "Shrink: ", + "Sign Test": "Sign Test", + "Signature Date:": "Signature Date:", + "Signature Period (25 Quartiles):": "Signature Period (25 Quartiles):", + "Signature Period (5 Quartiles):": "Signature Period (5 Quartiles):", + "Signature Period Categories:": "Signature Period Categories:", + "Signature Period Corrected:": "Signature Period Corrected:", + "Signature Period:": "Signature Period:", + "Significance Level": "Significance Level", + "Significance Level:": "Significance Level:", + "Significance Stars": "Significance Stars", + "Significance Test": "Significance Test", + "Significant Figures:": "Significant Figures:", + "Significant Height of combined wind waves And swell": "Significant Height of combined wind waves And swell", + "Simple": "Simple", + "Simple Convert": "Simple Convert", + "Simple Options": "Simple Options", + "Simple Precipitation Intensity Index [19:SDII]": "Simple Precipitation Intensity Index [19:SDII]", + "Single": "Single", + "Single Bidder:": "Single Bidder:", + "Single Column": "Single Column", + "Single Graphs": "Single Graphs", + "Single Point": "Single Point", + "Single Value:": "Single Value:", + "Single Variable": "Single Variable", + "Single column": "Single column", + "Site": "Site", + "Size": "Size", + "Size Of Cities:": "Size Of Cities:", + "Size Of City Labels:": "Size Of City Labels:", + "Size X-Axis": "Size X-Axis", + "Size Y-Axis": "Size Y-Axis", + "Size:": "Size:", + "Skewness": "Skewness", + "Skewness (3rd Moment)": "Skewness (3rd Moment)", + "Skewness Weight:": "Skewness Weight:", + "Slope": "Slope", + "Small State:": "Small State:", + "Smooth": "Smooth", + "Smoothing Curves": "Smoothing Curves", + "Sn": "Sn", + "Solar": "Solar", + "Solid": "Solid", + "Sort": "Sort", + "Sort Data after filling gaps": "Sort Data after filling gaps", + "Sort Variables": "Sort Variables", + "Sort by Column": "Sort by Column", + "Sort by Name": "Sort by Name", + "Sort by Row Names": "Sort by Row Names", + "Sort by:": "Sort by:", + "Sort values": "Sort values", + "Source:": "Source:", + "Space ( )": "Space ( )", + "Space between Strips and Axes": "Space between Strips and Axes", + "Span:": "Span:", + "Spanish": "Spanish", + "Spearman": "Spearman", + "Specific": "Specific", + "Specifiy": "Specifiy", + "Specify": "Specify", + "Specify Breaks": "Specify Breaks", + "Specify Decimals (from Numeric)": "Specify Decimals (from Numeric)", + "Specify Format": "Specify Format", + "Specify Layout": "Specify Layout", + "Specify Link": "Specify Link", + "Specify Lower Limit": "Specify Lower Limit", + "Specify Order": "Specify Order", + "Specify Rows": "Specify Rows", + "Specify Title": "Specify Title", + "Specify Upper Limit": "Specify Upper Limit", + "Spectral": "Spectral", + "Speed Cuts:": "Speed Cuts:", + "Spell": "Spell", + "Spell Can Span Years": "Spell Can Span Years", + "Spell Length": "Spell Length", + "Spells": "Spells", + "Spline": "Spline", + "Spline d.f.": "Spline d.f.", + "Split Geometry": "Split Geometry", + "Split Text Column": "Split Text Column", + "Split by:": "Split by:", + "Sqrt": "Sqrt", + "Square Normalised Parent Coordinates": "Square Normalised Parent Coordinates", + "Square Root": "Square Root", + "Stack": "Stack", + "Stack (melt) Columns": "Stack (melt) Columns", + "Stack Bar Graph": "Stack Bar Graph", + "Stack Daily Data": "Stack Daily Data", + "Stack Data Into:": "Stack Data Into:", + "Stack Multiple Column Sets": "Stack Multiple Column Sets", + "Stack in reverse": "Stack in reverse", + "Stacked Graph": "Stacked Graph", + "Standard Deviation": "Standard Deviation", + "Standard Error of the Mean": "Standard Error of the Mean", + "Standard_deviation": "Standard_deviation", + "Standardise Country Names": "Standardise Country Names", + "Start Date:": "Start Date:", + "Start Day": "Start Day", + "Start Month:": "Start Month:", + "Start New Session": "Start New Session", + "Start Value:": "Start Value:", + "Start Year for Climatological Period:": "Start Year for Climatological Period:", + "Start Year for Region Average:": "Start Year for Region Average:", + "Start Year for Station Trend:": "Start Year for Station Trend:", + "Start Year for Variogram Period:": "Start Year for Variogram Period:", + "Start and End": "Start and End", + "Start date:": "Start date:", + "Start of Rains": "Start of Rains", + "Start(L):": "Start(L):", + "Start:": "Start:", + "Starting Angle:": "Starting Angle:", + "Starting Month:": "Starting Month:", + "Starting from:": "Starting from:", + "Station": "Station", + "Station (Optional):": "Station (Optional):", + "Station Anomalies": "Station Anomalies", + "Station Element:": "Station Element:", + "Station Height:": "Station Height:", + "Station IDs": "Station IDs", + "Station Identifier:": "Station Identifier:", + "Station Metadata": "Station Metadata", + "Station Name": "Station Name", + "Station Name:": "Station Name:", + "Station Names": "Station Names", + "Station Qualifiers": "Station Qualifiers", + "Station name": "Station name", + "Station-Element": "Station-Element", + "Station:": "Station:", + "StationFile": "StationFile", + "Stations": "Stations", + "Stations-Elements": "Stations-Elements", + "Stations:": "Stations:", + "Statistic:": "Statistic:", + "Statistics:": "Statistics:", + "Stats": "Stats", + "Stats1": "Stats1", + "Stats2": "Stats2", + "Std": "Std", + "Std Residuals": "Std Residuals", + "Stem and Leaf": "Stem and Leaf", + "Store Results": "Store Results", + "Store Results in Data Frame": "Store Results in Data Frame", + "String": "String", + "String Distance": "String Distance", + "String Handling": "String Handling", + "String Height": "String Height", + "String Width": "String Width", + "Strings (Character Columns)": "Strings (Character Columns)", + "StructTS": "StructTS", + "Structure": "Structure", + "Stud": "Stud", + "Students_t": "Students_t", + "Sub Calculations": "Sub Calculations", + "Sub Title Size:": "Sub Title Size:", + "Sub-Calculations:": "Sub-Calculations:", + "Subset": "Subset", + "Substring": "Substring", + "Subtitle Size:": "Subtitle Size:", + "Success:": "Success:", + "Successive Values": "Successive Values", + "Sum": "Sum", + "Sum of squared residuals": "Sum of squared residuals", + "Sum to Zero": "Sum to Zero", + "Summaries": "Summaries", + "Summaries:": "Summaries:", + "Summarise By:": "Summarise By:", + "Summary": "Summary", + "Summary Annotations": "Summary Annotations", + "Summary Columns:": "Summary Columns:", + "Summary Model": "Summary Model", + "Summary Options": "Summary Options", + "Summary Statistics": "Summary Statistics", + "Summary Tables": "Summary Tables", + "Summary data": "Summary data", + "Summary:": "Summary:", + "Summer Days [2:SU]": "Summer Days [2:SU]", + "Sunshine": "Sunshine", + "Sunshine Hours:": "Sunshine Hours:", + "Supplementary Individuals": "Supplementary Individuals", + "Surface pressure": "Surface pressure", + "Survival Object Name:": "Survival Object Name:", + "Symbol:": "Symbol:", + "Symbols": "Symbols", + "Symmetric Extremal Dependence Index": "Symmetric Extremal Dependence Index", + "Symmetric Extreme Dependency Score": "Symmetric Extreme Dependency Score", + "Symmetry": "Symmetry", + "System.Data.DataRowView": "System.Data.DataRowView", + "TAMSAT v3.0": "TAMSAT v3.0", + "TAMSAT v3.1": "TAMSAT v3.1", + "TRMM 3B42 3-Hourly Precipitation": "TRMM 3B42 3-Hourly Precipitation", + "TRMM 3B42 Daily Precipitation": "TRMM 3B42 Daily Precipitation", + "TRUE": "TRUE", + "Table": "Table", + "Table Frequencies": "Table Frequencies", + "Table Title:": "Table Title:", + "Tables": "Tables", + "Tailored Menus": "Tailored Menus", + "Tax Haven 2:": "Tax Haven 2:", + "Tax Haven 3:": "Tax Haven 3:", + "Tax Haven 3bi:": "Tax Haven 3bi:", + "Tax Haven:": "Tax Haven:", + "Taylor Diagram": "Taylor Diagram", + "Taylor Diagram Options": "Taylor Diagram Options", + "Temperature": "Temperature", + "Temperature Quantiles:": "Temperature Quantiles:", + "Test": "Test", + "Test:": "Test:", + "Text": "Text", + "Text (Output Window)": "Text (Output Window)", + "Text File Preview:": "Text File Preview:", + "Text colour:": "Text colour:", + "The backup versions come from periodic system backups.": "The backup versions come from periodic system backups.", + "The following R packages could not be installed:": "The following R packages could not be installed:", + "Theme Options": "Theme Options", + "Theme to Edit:": "Theme to Edit:", + "Theme:": "Theme:", + "Themes": "Themes", + "Thickness:": "Thickness:", + "Third Context:": "Third Context:", + "Third Explanatory Variable:": "Third Explanatory Variable:", + "Threat Score": "Threat Score", + "Three Summaries": "Three Summaries", + "Three Variable Frequencies": "Three Variable Frequencies", + "Three Variable Modelling": "Three Variable Modelling", + "Threshold": "Threshold", + "Threshold ": "Threshold ", + "Threshold range ": "Threshold range ", + "Threshold:": "Threshold:", + "Tick Mark Labels ": "Tick Mark Labels ", + "Tick marks along axes": "Tick marks along axes", + "Tick marks label along axes": "Tick marks label along axes", + "TickMarkers": "TickMarkers", + "Tidy": "Tidy", + "Tidy Daily Data": "Tidy Daily Data", + "Ties": "Ties", + "Tile": "Tile", + "Tile colour:": "Tile colour:", + "Time (X axis):": "Time (X axis):", + "Time Period": "Time Period", + "Time Point:": "Time Point:", + "Time Scale (Months):": "Time Scale (Months):", + "Time Selection": "Time Selection", + "Time Series Comparisons": "Time Series Comparisons", + "Time Step": "Time Step", + "Time(s)": "Time(s)", + "Times Roman": "Times Roman", + "Title": "Title", + "Title Size:": "Title Size:", + "Title of legend": "Title of legend", + "Title:": "Title:", + "Titles": "Titles", + "Titles ": "Titles ", + "Tmax/Tmin": "Tmax/Tmin", + "Tmax:": "Tmax:", + "Tmin:": "Tmin:", + "To": "To", + "To Script": "To Script", + "To be implemented": "To be implemented", + "To circular:": "To circular:", + "To:": "To:", + "Tolerance": "Tolerance", + "Top": "Top", + "Top levels displayed:": "Top levels displayed:", + "Top:": "Top:", + "Total Column Name": "Total Column Name", + "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]", + "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]", + "Total Daily Precipitation [27:PRCPTOT]": "Total Daily Precipitation [27:PRCPTOT]", + "Total Days": "Total Days", + "Total Rainfall": "Total Rainfall", + "Total precipitation": "Total precipitation", + "Totals Column/Row Background Highlighted": "Totals Column/Row Background Highlighted", + "Trace Plot": "Trace Plot", + "Trace Values": "Trace Values", + "Transform": "Transform", + "Transform Text Column": "Transform Text Column", + "Transform:": "Transform:", + "Transformation": "Transformation", + "Transparency:": "Transparency:", + "Transpose": "Transpose", + "Transpose Columns": "Transpose Columns", + "Treat Row Names as Numeric": "Treat Row Names as Numeric", + "Treat Summary Columns as a Further Factor": "Treat Summary Columns as a Further Factor", + "Treatment structure": "Treatment structure", + "Treatment/Control": "Treatment/Control", + "Treatment:": "Treatment:", + "Treemap": "Treemap", + "Trend": "Trend", + "Triangular": "Triangular", + "Trim": "Trim", + "Trim Trailing White Space": "Trim Trailing White Space", + "Trimmed Mean": "Trimmed Mean", + "Tropical Nights [4:TR]": "Tropical Nights [4:TR]", + "True Values(Optional):": "True Values(Optional):", + "Try": "Try", + "Two Columns": "Two Columns", + "Two Columns in Same Data Frame": "Two Columns in Same Data Frame", + "Two Columns in Separate Data Frames": "Two Columns in Separate Data Frames", + "Two Data Frames Long": "Two Data Frames Long", + "Two Data Frames Wide": "Two Data Frames Wide", + "Two Sample Non parametric Tests": "Two Sample Non parametric Tests", + "Two Variable Fit Model": "Two Variable Fit Model", + "Two Variable Graph": "Two Variable Graph", + "Two Variable Use Model": "Two Variable Use Model", + "Two Way Frequencies": "Two Way Frequencies", + "Two sided": "Two sided", + "Two-Dash": "Two-Dash", + "Two-Sided": "Two-Sided", + "Type": "Type", + "Type of Graph": "Type of Graph", + "Type of Layer (Geom):": "Type of Layer (Geom):", + "Type of Palette": "Type of Palette", + "Type of Test": "Type of Test", + "Type of test": "Type of test", + "Type:": "Type:", + "Types": "Types", + "Typical": "Typical", + "UCSB CHIRPS": "UCSB CHIRPS", + "UID:": "UID:", + "UN Code:": "UN Code:", + "URWBookman": "URWBookman", + "URWGothic": "URWGothic", + "URWPalladioURWTimes": "URWPalladioURWTimes", + "UTF-8": "UTF-8", + "UnTransform": "UnTransform", + "Underscore _": "Underscore _", + "Undo": "Undo", + "Unhide...": "Unhide...", + "Uniform": "Uniform", + "Uniminmax": "Uniminmax", + "Units": "Units", + "Units:": "Units:", + "Unlock": "Unlock", + "Unselect all": "Unselect all", + "Unstack Columns": "Unstack Columns", + "Unstack Data": "Unstack Data", + "Unstack elements": "Unstack elements", + "Upper Limit": "Upper Limit", + "Upper Limit :": "Upper Limit :", + "Use Date": "Use Date", + "Use Factor Sheet": "Use Factor Sheet", + "Use Graph": "Use Graph", + "Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Use Great Circle (WGS84 ellipsoid) distance for nearest points", + "Use Model ": "Use Model ", + "Use Summaries": "Use Summaries", + "Use unique values for comparison": "Use unique values for comparison", + "User Define": "User Define", + "User Defined": "User Defined", + "Username:": "Username:", + "VE": "VE", + "Value": "Value", + "Value From Above": "Value From Above", + "Value From Below": "Value From Below", + "Value(Vector):": "Value(Vector):", + "Value:": "Value:", + "Values": "Values", + "Values in both columns (intersection)": "Values in both columns (intersection)", + "Values in either column (union)": "Values in either column (union)", + "Values in first column not in second": "Values in first column not in second", + "Values in second column not in first": "Values in second column not in first", + "Var": "Var", + "VarCI Method:": "VarCI Method:", + "Variable": "Variable", + "Variable Day": "Variable Day", + "Variable Options": "Variable Options", + "Variable Sets": "Variable Sets", + "Variable Transformations": "Variable Transformations", + "Variable Width": "Variable Width", + "Variable to Check:": "Variable to Check:", + "Variable(s) to Summarise:": "Variable(s) to Summarise:", + "Variable(s) to View:": "Variable(s) to View:", + "Variable:": "Variable:", + "Variables": "Variables", + "Variables Plot": "Variables Plot", + "Variables and Summaries": "Variables and Summaries", + "Variables to Check:": "Variables to Check:", + "Variables to Include:": "Variables to Include:", + "Variables to View:": "Variables to View:", + "Variables:": "Variables:", + "Variance": "Variance", + "Variate:": "Variate:", + "Variogram Data Frame:": "Variogram Data Frame:", + "Verification": "Verification", + "Verification Summaries": "Verification Summaries", + "Vertcal-Line(|)": "Vertcal-Line(|)", + "Vertical": "Vertical", + "Vertical Label Position:": "Vertical Label Position:", + "Vertical X Tick Markers": "Vertical X Tick Markers", + "Vertical major grid lines ": "Vertical major grid lines ", + "Vertical minor grid lines": "Vertical minor grid lines", + "Vertically": "Vertically", + "View Data": "View Data", + "View Data Frame": "View Data Frame", + "View Graph": "View Graph", + "View Key": "View Key", + "View Labels/Levels": "View Labels/Levels", + "View Link": "View Link", + "View Object": "View Object", + "View and Remove Keys": "View and Remove Keys", + "View and Remove Links": "View and Remove Links", + "Vignettes": "Vignettes", + "Violet": "Violet", + "Violin": "Violin", + "Violin + Boxplot": "Violin + Boxplot", + "Violin + Jitter": "Violin + Jitter", + "Violin Options": "Violin Options", + "Violin Plot": "Violin Plot", + "Violin Plot Options": "Violin Plot Options", + "Visualise Data": "Visualise Data", + "Vjust": "Vjust", + "Volumetric efficiency": "Volumetric efficiency", + "WB PPP:": "WB PPP:", + "WIGOS Station Identifier:": "WIGOS Station Identifier:", + "WMO Number": "WMO Number", + "WMO Number:": "WMO Number:", + "Wakefield": "Wakefield", + "Wald": "Wald", + "Warm Spell Duration Index [14:WSDI]": "Warm Spell Duration Index [14:WSDI]", + "Water Amount(s):": "Water Amount(s):", + "Water Balance": "Water Balance", + "Water Balance <=": "Water Balance <=", + "Week": "Week", + "Week Day": "Week Day", + "Weeks": "Weeks", + "Weibull": "Weibull", + "Weight By (Optional):": "Weight By (Optional):", + "Weight By:": "Weight By:", + "Weights": "Weights", + "Weights (Optional):": "Weights (Optional):", + "Weights:": "Weights:", + "West East": "West East", + "While you're waiting...": "While you're waiting...", + "Whisk Line Type": "Whisk Line Type", + "Whisker Colour": "Whisker Colour", + "Whisklty": "Whisklty", + "White": "White", + "White Space:": "White Space:", + "Whitespace": "Whitespace", + "Width": "Width", + "Width:": "Width:", + "Wilcoxon": "Wilcoxon", + "Wilson": "Wilson", + "Wind": "Wind", + "Wind Direction:": "Wind Direction:", + "Wind Rose": "Wind Rose", + "Wind Speed": "Wind Speed", + "Wind Speed:": "Wind Speed:", + "Wind/Pollution Rose": "Wind/Pollution Rose", + "WindSpeed:": "WindSpeed:", + "Windrose Options": "Windrose Options", + "Winner Country ISO2:": "Winner Country ISO2:", + "Winner Country ISO3:": "Winner Country ISO3:", + "Winner Country:": "Winner Country:", + "Winner ID:": "Winner ID:", + "Winner Name:": "Winner Name:", + "With Replacement": "With Replacement", + "With Standard Error": "With Standard Error", + "With X Variable": "With X Variable", + "With column": "With column", + "Within Year": "Within Year", + "Within Year:": "Within Year:", + "Words": "Words", + "Working Directory": "Working Directory", + "Working Directory:": "Working Directory:", + "X Label": "X Label", + "X Variable": "X Variable", + "X Variable:": "X Variable:", + "X Variables": "X Variables", + "X Variables:": "X Variables:", + "X and Y-Axis Labels": "X and Y-Axis Labels", + "X and Y-Axis Tick Markers": "X and Y-Axis Tick Markers", + "X axis Label Size": "X axis Label Size", + "X axis Tick Labels Angle": "X axis Tick Labels Angle", + "X axis Tick Mark Label Size": "X axis Tick Mark Label Size", + "X axis label ": "X axis label ", + "X axis label on top axis": "X axis label on top axis", + "X axis labels angle:": "X axis labels angle:", + "X axis tick labels": "X axis tick labels", + "X axis tick labels on top axis": "X axis tick labels on top axis", + "X axis tick marks": "X axis tick marks", + "X axis:": "X axis:", + "X label": "X label", + "X-Axis": "X-Axis", + "X-Axis Labels": "X-Axis Labels", + "X-Axis Line": "X-Axis Line", + "X-Axis Tick Markers": "X-Axis Tick Markers", + "X-Axis Title": "X-Axis Title", + "X-Lab Title": "X-Lab Title", + "X-axis": "X-axis", + "X-axis Options:": "X-axis Options:", + "XY-Axes": "XY-Axes", + "Xlim": "Xlim", + "Y Label": "Y Label", + "Y Value": "Y Value", + "Y Value:": "Y Value:", + "Y Variable": "Y Variable", + "Y Variable:": "Y Variable:", + "Y Variables": "Y Variables", + "Y Variables:": "Y Variables:", + "Y Variate:": "Y Variate:", + "Y axis Label Size": "Y axis Label Size", + "Y axis Tick Mark Label Size": "Y axis Tick Mark Label Size", + "Y axis labels": "Y axis labels", + "Y axis labels on right axis": "Y axis labels on right axis", + "Y axis tick labels": "Y axis tick labels", + "Y axis tick labels on right axis": "Y axis tick labels on right axis", + "Y axis tick marks": "Y axis tick marks", + "Y label": "Y label", + "Y variable": "Y variable", + "Y-Axis": "Y-Axis", + "Y-Axis Labels": "Y-Axis Labels", + "Y-Axis Line": "Y-Axis Line", + "Y-Axis Tick Markers": "Y-Axis Tick Markers", + "Y-Axis Title": "Y-Axis Title", + "Y-Lab Title": "Y-Lab Title", + "Y-axis": "Y-axis", + "Y-axis Options:": "Y-axis Options:", + "Y-axis Upper:": "Y-axis Upper:", + "Year": "Year", + "Year - DOY Plot": "Year - DOY Plot", + "Year - Month - Day": "Year - Month - Day", + "Year As Factor": "Year As Factor", + "Year Columns": "Year Columns", + "Year Columns:": "Year Columns:", + "Year Month Day": "Year Month Day", + "Year and Day of Year": "Year and Day of Year", + "Year(4 digit)MonthDay(YEARMODA)": "Year(4 digit)MonthDay(YEARMODA)", + "Year(4-digit)-Month(Full Name)-Day": "Year(4-digit)-Month(Full Name)-Day", + "Year(4-digit)-Month(abbr)-Day": "Year(4-digit)-Month(abbr)-Day", + "Year(4-digit)-Month-Day": "Year(4-digit)-Month-Day", + "Year(4-digit)/Month(Full Name)/Day": "Year(4-digit)/Month(Full Name)/Day", + "Year(4-digit)/Month(abbr)/Day": "Year(4-digit)/Month(abbr)/Day", + "Year(4-digit)/Month/Day": "Year(4-digit)/Month/Day", + "Year(4-digit)Doy(Julian)": "Year(4-digit)Doy(Julian)", + "Year:": "Year:", + "Years": "Years", + "Yellow": "Yellow", + "Yellow-Green": "Yellow-Green", + "Yes": "Yes", + "YlGn": "YlGn", + "YlGnBu": "YlGnBu", + "YlOrBr": "YlOrBr", + "YlOrRd": "YlOrRd", + "Ylim": "Ylim", + "Zero Values": "Zero Values", + "Zplot Plot": "Zplot Plot", + "[ ] or": "[ ] or", + "[^ ] not": "[^ ] not", + "^ begin": "^ begin", + "________": "________", + "__________": "__________", + "aapc": "aapc", + "abs": "abs", + "acos": "acos", + "add_na": "add_na", + "age": "age", + "all": "all", + "am": "am", + "and": "and", + "ang.dev": "ang.dev", + "ang.var": "ang.var", + "animal (f)": "animal (f)", + "annual": "annual", + "anon": "anon", + "anova": "anova", + "ansari": "ansari", + "answer (f)": "answer (f)", + "any": "any", + "anyDup": "anyDup", + "aov": "aov", + "ar": "ar", + "arima": "arima", + "asin": "asin", + "asis": "asis", + "asn": "asn", + "aspect.ratio": "aspect.ratio", + "asymptotic ": "asymptotic ", + "atan": "atan", + "atan2": "atan2", + "atanh": "atanh", + "award_date": "award_date", + "axis.line": "axis.line", + "axis.line.x": "axis.line.x", + "axis.line.y": "axis.line.y", + "axis.text": "axis.text", + "axis.text.x": "axis.text.x", + "axis.text.x.top": "axis.text.x.top", + "axis.text.y": "axis.text.y", + "axis.text.y.right": "axis.text.y.right", + "axis.ticks": "axis.ticks", + "axis.ticks.length": "axis.ticks.length", + "axis.ticks.x": "axis.ticks.x", + "axis.ticks.y": "axis.ticks.y", + "axis.title": "axis.title", + "axis.title.x": "axis.title.x", + "axis.title.x.top": "axis.title.x.top", + "axis.title.y": "axis.title.y", + "axis.title.y.right": "axis.title.y.right", + "bartels": "bartels", + "bartlett": "bartlett", + "beta": "beta", + "between": "between", + "binary": "binary", + "binom.test": "binom.test", + "boot": "boot", + "boundary": "boundary", + "boxcox": "boxcox", + "br": "br", + "br2": "br2", + "broken": "broken", + "browser (f)": "browser (f)", + "bu": "bu", + "butt": "butt", + "bw": "bw", + "by": "by", + "c( )": "c( )", + "caption": "caption", + "car (f)": "car (f)", + "cat": "cat", + "cb_safe": "cb_safe", + "ceiling": "ceiling", + "children": "children", + "chisq": "chisq", + "choose": "choose", + "ci": "ci", + "circular": "circular", + "cividis": "cividis", + "classic": "classic", + "cloglog": "cloglog", + "cloud": "cloud", + "cm": "cm", + "cmh": "cmh", + "coefficient": "coefficient", + "coin (f)": "coin (f)", + "collapse": "collapse", + "collate": "collate", + "color (f)": "color (f)", + "combine": "combine", + "confint": "confint", + "conover": "conover", + "cont": "cont", + "contract_sector": "contract_sector", + "contract_title": "contract_title", + "cor": "cor", + "cos": "cos", + "count": "count", + "country": "country", + "cov": "cov", + "cp": "cp", + "crc32": "crc32", + "cross": "cross", + "cs": "cs", + "csmk": "csmk", + "csv": "csv", + "cumdist": "cumdist", + "cummax": "cummax", + "cummean": "cummean", + "cummin": "cummin", + "cumsum": "cumsum", + "cv": "cv", + "d": "d", + "d_in_m": "d_in_m", + "d_rank": "d_rank", + "daily": "daily", + "data": "data", + "data.frame(data=matrix(data=NA": "data.frame(data=matrix(data=NA", + "date": "date", + "date_stamp": "date_stamp", + "datetime": "datetime", + "davies": "davies", + "day": "day", + "day of the month (01-31)": "day of the month (01-31)", + "day of the month (1-31)": "day of the month (1-31)", + "day of the week": "day of the week", + "days": "days", + "death (L)": "death (L)", + "default": "default", + "deg": "deg", + "degrees": "degrees", + "detect": "detect", + "dice": "dice", + "died (L)": "died (L)", + "diff": "diff", + "digamma": "digamma", + "distill": "distill", + "distinct": "distinct", + "dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain", + "dlgSetupForDataEntry": "dlgSetupForDataEntry", + "dmy": "dmy", + "dna (f)": "dna (f)", + "dob (D)": "dob (D)", + "drop": "drop", + "dummy": "dummy", + "duncan": "duncan", + "duplicated": "duplicated", + "durbin": "durbin", + "durbinWatsonTest": "durbinWatsonTest", + "education (f)": "education (f)", + "ela": "ela", + "employment (f)": "employment (f)", + "encode ": "encode ", + "end": "end", + "erlevd": "erlevd", + "exact": "exact", + "exp": "exp", + "expand": "expand", + "extRemes": "extRemes", + "extract": "extract", + "extract2": "extract2", + "eye (f)": "eye (f)", + "fact": "fact", + "factor": "factor", + "factor ": "factor ", + "fevd": "fevd", + "findpars": "findpars", + "first": "first", + "fiscal_year": "fiscal_year", + "fisyat": "fisyat", + "fixed": "fixed", + "fligner": "fligner", + "floor": "floor", + "frLabels:": "frLabels:", + "friedman": "friedman", + "gamma": "gamma", + "gender (f)": "gender (f)", + "glm": "glm", + "glm.nb": "glm.nb", + "glmer": "glmer", + "glmmPQL": "glmmPQL", + "gpa": "gpa", + "grade": "grade", + "grade_level (f)": "grade_level (f)", + "grey": "grey", + "group (f)": "group (f)", + "grpTickLength": "grpTickLength", + "hair (f)": "hair (f)", + "height": "height", + "hour": "hour", + "hours": "hours", + "hydroGOF ": "hydroGOF ", + "identity": "identity", + "ifelse": "ifelse", + "inches": "inches", + "income": "income", + "indices selected out of": "indices selected out of", + "inferno": "inferno", + "infreq": "infreq", + "inorder": "inorder", + "inseq": "inseq", + "intercept": "intercept", + "iq": "iq", + "is false": "is false", + "is true": "is true", + "is.fixedfevd": "is.fixedfevd", + "is.na": "is.na", + "j:": "j:", + "kge": "kge", + "klotz": "klotz", + "koziol": "koziol", + "kruskal": "kruskal", + "ks": "ks", + "kurtosis": "kurtosis", + "l()": "l()", + "label": "label", + "labelled ": "labelled ", + "lag": "lag", + "language (f)": "language (f)", + "lanzante": "lanzante", + "last": "last", + "lbeta": "lbeta", + "lbl": "lbl", + "lchoose": "lchoose", + "lda": "lda", + "lead": "lead", + "leap": "leap", + "legend bty": "legend bty", + "legend.background": "legend.background", + "legend.box.background": "legend.box.background", + "legend.box.margin": "legend.box.margin", + "legend.box.spacing": "legend.box.spacing", + "legend.key": "legend.key", + "legend.key.height": "legend.key.height", + "legend.key.size": "legend.key.size", + "legend.key.width": "legend.key.width", + "legend.margin": "legend.margin", + "legend.spacing": "legend.spacing", + "legend.spacing.x": "legend.spacing.x", + "legend.spacing.y": "legend.spacing.y", + "legend.text": "legend.text", + "legend.text.align": "legend.text.align", + "legend.title": "legend.title", + "legend.title.align": "legend.title.align", + "length": "length", + "letters": "letters", + "levd": "levd", + "level": "level", + "lfact": "lfact", + "lgamma": "lgamma", + "light": "light", + "likert (o.f)": "likert (o.f)", + "line": "line", + "linedraw": "linedraw", + "linkert7 (o.f)": "linkert7 (o.f)", + "lm": "lm", + "lme4": "lme4", + "lmer": "lmer", + "locate": "locate", + "locate2": "locate2", + "loess": "loess", + "log": "log", + "log10": "log10", + "log1p": "log1p", + "log2": "log2", + "logical": "logical", + "logistic": "logistic", + "logit": "logit", + "loglin": "loglin", + "loglm": "loglm", + "lorem_ipsum (c)": "lorem_ipsum (c)", + "lower": "lower", + "lowess": "lowess", + "lqs": "lqs", + "lr.Test": "lr.Test", + "lump": "lump", + "m": "m", + "mNSE": "mNSE", + "m_rank": "m_rank", + "mad": "mad", + "mae": "mae", + "magma": "magma", + "mantelhaen": "mantelhaen", + "mariadb_climsoft_db_v4": "mariadb_climsoft_db_v4", + "mariadb_climsoft_test_db_v4": "mariadb_climsoft_test_db_v4", + "marital (f)": "marital (f)", + "match": "match", + "math": "math", + "mauchly": "mauchly", + "max": "max", + "mc": "mc", + "mca": "mca", + "mcnemar": "mcnemar", + "md": "md", + "md5": "md5", + "mdy": "mdy", + "me": "me", + "mean": "mean", + "median": "median", + "medianHL": "medianHL", + "method_type": "method_type", + "military (f)": "military (f)", + "min": "min", + "minimal": "minimal", + "minute (00-59)": "minute (00-59)", + "miss": "miss", + "mk": "mk", + "mm": "mm", + "mm(Large or negative Value)": "mm(Large or negative Value)", + "mmk ": "mmk ", + "mode": "mode", + "mode1": "mode1", + "month": "month", + "month (f)": "month (f)", + "monthly": "monthly", + "monthly average": "monthly average", + "months ": "months ", + "mood": "mood", + "moving": "moving", + "movmax": "movmax", + "movmean": "movmean", + "movmed": "movmed", + "movmin": "movmin", + "movsum": "movsum", + "mse": "mse", + "murmur32": "murmur32", + "n": "n", + "n:": "n:", + "n_distinct": "n_distinct", + "naapprox": "naapprox", + "naest": "naest", + "nafill": "nafill", + "name (c)": "name (c)", + "nasplin": "nasplin", + "ncvTest": "ncvTest", + "near": "near", + "neighbouring average": "neighbouring average", + "nlmer": "nlmer", + "nls": "nls", + "no_bids_considered": "no_bids_considered", + "no_bids_received": "no_bids_received", + "non miss": "non miss", + "nonadditivity ": "nonadditivity ", + "normal": "normal", + "nrmse": "nrmse", + "nth": "nth", + "ntile": "ntile", + "oneway": "oneway", + "or Named Region:": "or Named Region:", + "or matching values 1 to n": "or matching values 1 to n", + "order": "order", + "original_contract_value": "original_contract_value", + "other": "other", + "outlierTest": "outlierTest", + "pad": "pad", + "pairwise.Prop": "pairwise.Prop", + "pairwise.t": "pairwise.t", + "pairwise.wilcox": "pairwise.wilcox", + "panel.background": "panel.background", + "panel.border": "panel.border", + "panel.grid": "panel.grid", + "panel.grid.major": "panel.grid.major", + "panel.grid.major.x": "panel.grid.major.x", + "panel.grid.major.y": "panel.grid.major.y", + "panel.grid.minor": "panel.grid.minor", + "panel.grid.minor.x": "panel.grid.minor.x", + "panel.grid.minor.y": "panel.grid.minor.y", + "panel.spacing": "panel.spacing", + "panel.spacing.x": "panel.spacing.x", + "panel.spacing.y": "panel.spacing.y", + "pbeta": "pbeta", + "pbias": "pbias", + "pbiasfdc": "pbiasfdc", + "pbinom": "pbinom", + "pbirth": "pbirth", + "pchisq": "pchisq", + "pcor ": "pcor ", + "percentages": "percentages", + "pet (f)": "pet (f)", + "pettitt ": "pettitt ", + "pf": "pf", + "pgamma": "pgamma", + "pi": "pi", + "plasma": "plasma", + "plot ": "plot ", + "plot.background": "plot.background", + "plot.caption": "plot.caption", + "plot.fevd": "plot.fevd", + "plot.margin": "plot.margin", + "plot.subtitle": "plot.subtitle", + "plot.title": "plot.title", + "pm": "pm", + "pmax": "pmax", + "pmin": "pmin", + "pmk ": "pmk ", + "pnbin": "pnbin", + "pnorm": "pnorm", + "points": "points", + "poisson": "poisson", + "political (f)": "political (f)", + "polr": "polr", + "power.anova": "power.anova", + "power.prop": "power.prop", + "power.t": "power.t", + "ppois": "ppois", + "ppr": "ppr", + "precip": "precip", + "predict": "predict", + "prediction": "prediction", + "primary (f)": "primary (f)", + "princomp": "princomp", + "print": "print", + "print.fevd": "print.fevd", + "probability": "probability", + "probit": "probit", + "procurement_category": "procurement_category", + "procuring_authority": "procuring_authority", + "prop": "prop", + "prop.test": "prop.test", + "prop.trend": "prop.trend", + "propn": "propn", + "proportion": "proportion", + "pscore": "pscore", + "pt": "pt", + "q-Gram Distance": "q-Gram Distance", + "q1": "q1", + "q3": "q3", + "qbeta": "qbeta", + "qbinom": "qbinom", + "qbirth": "qbirth", + "qchisq": "qchisq", + "qda": "qda", + "qf": "qf", + "qgamma": "qgamma", + "qnbin": "qnbin", + "qnorm": "qnorm", + "qpois": "qpois", + "qq": "qq", + "qt": "qt", + "quade": "quade", + "quadrant": "quadrant", + "qual": "qual", + "quantile": "quantile", + "quarter": "quarter", + "rNSE": "rNSE", + "rPearson": "rPearson", + "rSD": "rSD", + "r_rank": "r_rank", + "race (f)": "race (f)", + "rad": "rad", + "radians": "radians", + "rain days": "rain days", + "range": "range", + "rd": "rd", + "reciprocal": "reciprocal", + "recode": "recode", + "rect": "rect", + "regex": "regex", + "region": "region", + "relevel": "relevel", + "religion (f)": "religion (f)", + "remove": "remove", + "remove2": "remove2", + "reorder": "reorder", + "rep": "rep", + "replace": "replace", + "replace2": "replace2", + "residuals": "residuals", + "reverse": "reverse", + "rho": "rho", + "rlm": "rlm", + "rmse": "rmse", + "round": "round", + "row(s)": "row(s)", + "rrod ": "rrod ", + "rsd": "rsd", + "rsr": "rsr", + "sat": "sat", + "savage": "savage", + "scheffe": "scheffe", + "sd": "sd", + "seasonal average": "seasonal average", + "sec": "sec", + "second (00-59)": "second (00-59)", + "seconds": "seconds", + "segmented": "segmented", + "selected variable": "selected variable", + "sens ": "sens ", + "sentence (c)": "sentence (c)", + "seq": "seq", + "sex (f)": "sex (f)", + "sex_inclusive (f)": "sex_inclusive (f)", + "sha1": "sha1", + "sha256": "sha256", + "sha512": "sha512", + "shapiro": "shapiro", + "shift": "shift", + "short": "short", + "shuffle": "shuffle", + "siginf": "siginf", + "sign": "sign", + "signature_date": "signature_date", + "sin": "sin", + "skew": "skew", + "slope": "slope", + "smk ": "smk ", + "smokes (L)": "smokes (L)", + "snh ": "snh ", + "sort": "sort", + "spearman": "spearman", + "specify1": "specify1", + "specify2": "specify2", + "specify3": "specify3", + "speed": "speed", + "spline": "spline", + "split": "split", + "sqrt": "sqrt", + "square": "square", + "squish ": "squish ", + "ssens ": "ssens ", + "ssq": "ssq", + "starts": "starts", + "state (f)": "state (f)", + "stats": "stats", + "string (c)": "string (c)", + "strip.background": "strip.background", + "strip.placement": "strip.placement", + "strip.switch.pad.grid": "strip.switch.pad.grid", + "strip.switch.pad.wrap": "strip.switch.pad.wrap", + "strip.text": "strip.text", + "strip.text.x": "strip.text.x", + "strip.text.y": "strip.text.y", + "sub.title": "sub.title", + "sum": "sum", + "summary": "summary", + "summary.fevd": "summary.fevd", + "sunh": "sunh", + "sunshine hours": "sunshine hours", + "swap Parameters": "swap Parameters", + "t": "t", + "taha": "taha", + "tall": "tall", + "tan": "tan", + "text": "text", + "time": "time", + "title": "title", + "tmax": "tmax", + "tmin": "tmin", + "to": "to", + "tr": "tr", + "trigamma": "trigamma", + "trim": "trim", + "trunc": "trunc", + "unknown": "unknown", + "upper": "upper", + "upper (c)": "upper (c)", + "v3.0 Daily Rainfall": "v3.0 Daily Rainfall", + "v3.0 Dekadal Rainfall": "v3.0 Dekadal Rainfall", + "v3.0 Monthly Rainfall": "v3.0 Monthly Rainfall", + "v3.0 Monthly Rainfall (Calculated)": "v3.0 Monthly Rainfall (Calculated)", + "v3.1 Daily Rainfall": "v3.1 Daily Rainfall", + "v3.1 Daily Rainfall Complete (Filled)": "v3.1 Daily Rainfall Complete (Filled)", + "v3.1 Dekadal Rainfall": "v3.1 Dekadal Rainfall", + "v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 Dekadal Rainfall Complete (Filled)", + "v3.1 Monthly Rainfall": "v3.1 Monthly Rainfall", + "v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Monthly Rainfall Complete (Filled)", + "valid (L)": "valid (L)", + "var": "var", + "variable": "variable", + "vcov": "vcov", + "viridis": "viridis", + "von_mises": "von_mises", + "vonmises": "vonmises", + "waerden": "waerden", + "wakefield::r_data_theme(n = 100": "wakefield::r_data_theme(n = 100", + "waller ": "waller ", + "wd": "wd", + "wday": "wday", + "when": "when", + "which": "which", + "wilcox": "wilcox", + "wilcoxsign": "wilcoxsign", + "winner_country": "winner_country", + "winner_name": "winner_name", + "wrappednormal": "wrappednormal", + "ws": "ws", + "xxhash32": "xxhash32", + "xxhash64": "xxhash64", + "yday": "yday", + "year": "year", + "ymd": "ymd" +} \ No newline at end of file diff --git a/instat/translations/fr/fr_r_instat_menus.json b/instat/translations/fr/fr_r_instat_menus.json index 002e5c7abfb..933e20bdeee 100644 --- a/instat/translations/fr/fr_r_instat_menus.json +++ b/instat/translations/fr/fr_r_instat_menus.json @@ -1,431 +1,444 @@ { - " Column Metadata...": " Métadonnées de colonne...", - " Data Frame Metadata...": " Métadonnées de tableau de données...", - " Log Window...": " Fenêtre de log...", - " Script Window...": " Fenêtre de script...", - "&Copy": "&Copier", - "&Open": "&Ouvrir", - "&Paste": "&Coller", - "&Save": "&Enregistrer", - "ANOVA General...": "Variances générales...", - "About R": "À propos de R", - "About R-Instat": "À propos de R-Instat", - "Acknowledgements": "Remerciements", - "Add Comment...": "Ajouter un commentaire...", - "Add Key...": "Ajouter une clé...", - "Add Link...": "Ajouter un lien...", - "Additional": "Supplémentaire", - "Annual Rainfall...": "Pluie annuelle...", - "Anonymise ID Column...": "Anonymiser colonne ID...", - "Append Data Frames...": "Superposer les trames de données...", - "Append...": "Ajouter...", - "Augment...": "Augmenter...", - "Bar Chart...": "Graphique à barres...", - "Boxplot...": "Boîte à moustaches...", - "CM SAF": "CM SAF", - "Calculate Corruption Risk Index (CRI)...": "Calculer l'indice de risque de corruption (CRI)...", - "Calculate DIfference Between Options...": "Calculer la différence entre les Options...", - "Calculation...": "Calculs ...", - "Calculator...": "Calculatrice...", - "Canonical Correlations...": "Corrélations canoniques...", - "Case Study Guide": "Guide d’étude de cas", - "Categorical": "Catégorique", - "Change Format Day Month...": "Changer le mois de la journée format...", - "Check Data": "Vérification des données", - "Check Station Locations...": "Vérifier les emplacements de la station...", - "Check for Updates...": "Vérifier les mises à jour...", - "Chi-square Test...": "Test de khi-2...", - "Circlize...": "Faire circuler...", - "Circular": "Circulaire", - "Circular Plots...": "Graphiques circulaires...", - "Circular...": "Circulaire...", - "Clear Output Window...": "Effacer la fenêtre de sortie...", - "Cliboxplot...": "Boite à moustache Climatique...", - "Climate Methods": "Méthodes climatiques", - "Climatic": "Climatique", - "Climatic Menu": "Menu climatique", - "Climatic Summaries...": "Résumés climatiques...", - "Climatic...": "Climatique...", - "Climdex...": "Climdex...", - "Cliplot...": "Graphique Climatique...", - "Close Data Book": "Fermer le livre de données", - "Colour by Property...": "Couleur par propriété...", - "Column Metadata": "Métadonnées de colonne", - "Column Structure...": "Structure de la colonne...", - "Column Summaries...": "Résumés de colonne...", - "Column: Calculate": "Colonne : calculer", - "Column: Date": "Colonne : Date", - "Column: Define": "Colonne : Définir", - "Column: Factor": "Colonne : facteur", - "Column: Text": "Colonne : texte", - "Combine Factors...": "Combiner les facteurs...", - "Combine Graphs...": "Combiner des graphiques...", - "Combine...": "Combiner...", - "Compare": "Comparer", - "Compare Columns...": "Comparaison de colonnes...", - "Compare Models": "Comparer des modèles", - "Compare Models...": "Comparer les modèles...", - "Compare Multiple Options...": "Comparer des Options multiples...", - "Compare Two Options...": "Comparer deux Options...", - "Conditional Quantiles...": "Quantiles conditionnels...", - "Contrasts...": "Contrastes...", - "Conversions...": "Conversions...", - "Convert Columns...": "Convertir les colonnes...", - "Convert To Factor...": "Convertir en facteur...", - "Convert...": "Convertir...", - "Copy": "Copier", - "Copy Data Frame...": "Copie le tableau de données...", - "Copy Special": "Copie spéciale", - "Correlations (Red Flags or others)...": "Corrélations (drapeaux rouges ou autres)...", - "Correlations...": "Corrélations...", - "Corruption Risk Index": "Indice de risque de la Corruption", - "Count Records...": "Compter les observations...", - "Count in Factor...": "Compter en Facteur...", - "Create Climate Object...": "Créer un objet de climat...", - "Crop": "Culture", - "Crop Coefficients...": "Coefficients de culture...", - "Crops...": "Cultures...", - "Cummulative Exceedance...": "Dépassement cummulatif...", - "Cumulative Distribution...": "Distribution cumulative...", - "Cumulative/Exceedance Graph...": "Graphique cumulatif/dépassement...", - "Cut": "Couper", - "Daily Data Entry...": "Saisie de données quotidiennes...", - "Data Frame": "Tableau de données", - "Data Frame Metadata": "Métadonnées de tableau de données", - "Data Frame Metadata...": "Métadonnées de tableau de données...", - "Data Manipulation": "Manipulation des données", - "Data Object": "Objet de données", - "Data Reshape": "Réorganisation des données", - "Data View": "Vue de données", - "Data View (Spreadsheet)": "Affichage des données (Tableur)", - "Datasets": "Ensembles de données", - "Dates": "Dates", - "Day Month...": "Mois de la journée...", - "Define Climatic Data...": "Définir les données climatiques...", - "Define Contract Value Categories...": "Définir les catégories de valeur de contrat...", - "Define Corruption Risk Output Variables...": "Décrivez Corruption Risk Output Variables...", - "Define Options by Context Data...": "Définir les données Options par contexte...", - "Define Procurement Data...": "Définir les données sur le marché publique...", - "Define Red Flag Variables...": "Définir des variables de drapeau rouge...", - "Define...": "Définir...", - "Delete Columns/Rows...": "Supprimer des colonnes/lignes...", - "Delete Data Frames...": "Supprimer les tableaux de données...", - "Delete Metadata...": "Supprimer les métadonnées...", - "Delete...": "Supprimer...", - "Density Plot...": "Graphique de densité...", - "Describe": "Décrire", - "Display DOY of Year...": "Afficher DOY de l'année...", - "Display Daily...": "Afficher tous les jours...", - "Display Rain Running Total...": "Afficher la pluie en cours d'exécution Total...", - "Display Spell Length...": "Afficher la longueur des sorts...", - "Display Top N...": "Afficher les N premiers...", - "Distance...": "Distance...", - "Dot Plot...": "Graphique à points...", - "Dummy Variables...": "Variables muettes...", - "Duplicate Column...": "Colonne dupliquée...", - "Duplicates...": "Doublons...", - "Edit": "Éditer", - "End of Rain...": "Fin de la pluie...", - "End of Rains...": "Fin des pluies...", - "Enter...": "Entrer...", - "Evaporation": "Évaporation", - "Evapotranspiration...": "Évapotranspiration...", - "Exact Results...": "Résultats exacts...", - "Examine...": "Examiner...", - "Exit": "Sortir", - "Export": "Exporter", - "Export CPT to Tabular...": "Exporter CPT à Tabular...", - "Export Dataset...": "Exporter les données...", - "Export Graph As Image...": "Exporter le graphique en format Image...", - "Export R Objects...": "Exporter des objets R...", - "Export R Workspace...": "Exporter l'environnement de travail R...", - "Export To OpenRefine...": "Exporter vers OpenRefine...", - "Export for PICSA...": "Exportation pour PICSA...", - "Export to CM SAF R Toolbox...": "Exporter vers la boîte à outils SAF CM R...", - "Export to CPT...": "Exporter vers CPT...", - "Export to World Weather Records...": "Exporter vers World Weather Records...", - "Extreme Events...": "Événements extrêmes...", - "Extremes...": "Extrêmes...", - "Factor Data Frame...": "Tableau de données facteur...", - "File": "Fichier", - "Fill Date Gaps...": "Remplir les écarts des dates...", - "Fill Missing Values...": "Remplir les valeurs manquantes...", - "Filter by Country (or other)...": "Filtrer par pays (ou autre)...", - "Filter...": "Filtrer...", - "Find": "Rechercher", - "Find Next": "Rechercher Suivant", - "Find/Replace...": "Rechercher/Remplacer...", - "Fit Model": "Estimer le Modèle", - "Fit Model Keyboard...": "Tableau d'estimation du modèle...", - "Fit Model...": "Modèle adapté...", - "Four Variables...": "Quatre variables...", - "Freeze Columns...": "Figer les colonnes...", - "Frequencies...": "Fréquences...", - "Frequency Tables...": "Tableaux de fréquence...", - "General": "Général", - "General Fit Model...": "Modèle général d'ajustement...", - "General Summaries...": "Résumés Générale...", - "General...": "Général...", - "Generate Dates...": "Générer des dates...", - "Getting Started": "Démarrer", - "Glance...": "Aperçu...", - "Glossary": "Glossaire", - "Goodness of Fit...": "Qualité de l’ajustement...", - "Graph...": "Graphique...", - "Graphics": "Graphiques", - "Graphics...": "Graphiques...", - "Guides": "Guide", - "He&lp": "Il&lp", - "Heat Sum...": "Somme de la chaleur...", - "Help": "Aide", - "Hide/Show Columns...": "Masquer/afficher les colonnes...", - "Hide/Show Data Frames...": "Cacher/Afficher les tableaux de données...", - "Histogram...": "Histogramme...", - "History and FAQ": "Histoire et FAQ", - "Homogenization...": "Homogénisation...", - "Hypothesis Tests Keyboard...": "Tableau des tests d'hypothèses...", - "Import From CLIDATA...": "Importation de CLIDATA...", - "Import From Databases...": "Importer à partir de bases de données...", - "Import From OpenRefine...": "Importer depuis OpenRefine...", - "Import and Tidy NetCDF File...": "Importer et trier un fichier NetCDF...", - "Import and Tidy NetCDF...": "Importer et ranger en ordre NetCDF...", - "Import and Tidy Shapefile...": "Importer et Tidy Shapefile...", - "Import daily Data...": "Importer des données quotidiennes...", - "Import from CDS (Climate Data Store)...": "Importer depuis MDC(Magasin de Données Climatiques)...", - "Import from Climsoft Wizard...": "Importer depuis l'assistant Climsof...", - "Import from Climsoft...": "Importer depuis Climsoft...", - "Import from IRI Data Library...": "Importer depuis la bibliothèque de données IRI...", - "Indices...": "Indices...", - "Insert Columns/Rows...": "Insérer des colonnes/lignes...", - "Install R Package...": "Installer un Package R...", - "Instructional videos": "Vidéos pédagogiques", - "Introduction": "Introduction", - "Inventory...": "Inventaire...", - "Jitter...": "Jitter...", - "Keys and Links": "Clés et liens", - "Length of Season...": "Durée de la saison...", - "Levels/Labels...": "Niveaux/étiquettes...", - "Licence...": "Licence...", - "Line Plot...": "Ligne...", - "Load Options...": "Charger les Options...", - "Log Linear...": "Logarithme linéaire...", - "Log Window": "Fenêtre de log", - "Low_Flow": "Faible débit", - "Make Date...": "Faire date...", - "Make Factor...": "Faire un facteur...", - "Make Time...": "Prenez le temps...", - "Map Country Values...": "Valeurs de pays de carte...", - "Map...": "Carte...", - "Mapping": "Mappage", - "Markov Modelling...": "Markov Modélisation...", - "Match...": "Correspondre...", - "Menus and Dialogs": "Menus et boîtes de dialogue", - "Merge Additional Data...": "Fusionner des données supplémentaires...", - "Merge...": "Fusionner...", - "Meta Data": "Méta données", - "Metadata...": "Métadonnées...", - "Missing Data Table...": "Tableau de données manquantes...", - "Missing Data...": "Données manquantes...", - "Missing Values...": "Valeurs manquantes...", - "Model": "Modèle", - "Model...": "Modèle...", - "Monthly Summaries...": "Résumés mensuels...", - "More...": "Plus...", - "Mosaic Plot...": "Graphique mosaïque ...", - "Multiple Response...": "Réponses multiples...", - "Multivariate": "Multivariée", - "Multple Lines...": "Lignes multiples ...", - "NCMP": "NCMP", - "New Data Frame...": "Nouveau tableau de données...", - "New Worksheet...": "Nouvelle feuille de calcul...", - "No data loaded": "Aucune donnée chargée", - "Non Parameteric One Way ANOVA...": "Variance non paramétrique unidirectionnelle...", - "Non Parametric Two Samples...": "Deux Échantillons non paramétriques...", - "Non Parametric Two Way ANOVA...": "Variances bidirectionnelles Non-paramétriques...", - "Non Parametric...": "Non paramétriques...", - "Non-numeric Cases...": "Cas non numériques...", - "Numeric": "Numérique", - "One Variable": "Une Variable", - "One Variable Frequencies...": "Fréquence d'une variable...", - "One Variable Graph...": "Graphique d'une Variable...", - "One Variable Summarise...": "Résumer une variable...", - "One Variable...": "Une variable...", - "One Way ANOVA...": "Analyse de la variance unidirectionnelle...", - "Open From CSPRO...": "Ouvrir à partir de CSPRO...", - "Open From File...": "Ouvrir à partir d'un fichier...", - "Open From Library...": "Ouvrir à partir de la bibliothèque...", - "Open From ODK...": "Ouvrir à partir de ODK...", - "Open SST...": "Ouvrir SST...", - "Open from file...": "Ouvrir à partir d'un fichier...", - "Open from library...": "Ouvrir à partir de la bibliothèque...", - "Options by Context": "Options par contexte", - "Options by Context Menu": "Options de Menu contextuel", - "Options by Context...": "Options de Menu contextuel...", - "Options...": "Options ...", - "Other (General)": "Autre (général)", - "Other (One Variable)": "Autre (une Variable)", - "Other (Three Variable)": "Autre (trois Variable)", - "Other (Two Variables)": "Autre (deux Variables)", - "Other Rose Plots": "Autres graphiques en bar", - "Output Window": "Fenêtre de Sortie", - "Output for CDT...": "Resultat pour CDT...", - "Output for CPT...": "Sortie pour CPT...", - "PICSA": "PICSA", - "Parallel Coordinate Plot...": "Graphique des coordonnées parallèles...", - "Paste": "Coller", - "Penman...": "Penman...", - "Permute Columns...": "Permuter les colonnes...", - "Plot Region...": "Dessiner région...", - "Plotly...": "Remplacer...", - "Polynomials...": "Polynômes...", - "Prepare": "Préparer", - "Prepare to Share (sdc package)...": "Préparez-vous à partager (paquet sdc)...", - "Principal Components...": "Composantes principales...", - "Print Preview...": "Aperçu avant impression...", - "Print...": "Imprimer...", - "Probability Distributions": "Distributions de probabilité", - "Process...": "Processus de...", - "Procurement": "Approvisionnement", - "Procurement Menu": "Procurement Menu", - "Procurement...": "Procurement...", - "Protect Column...": "Protéger la colonne...", - "QC Rainfall...": "Contrôle de qualité de la pluie...", - "QC Temperatures...": "Contrôle de qualité de températures...", - "R Objects": "Objets R", - "R Packages and Commands...": "Commandes et packages R...", - "R Viewer...": "R Visionneur...", - "R packages in R-Instat": "R paquets dans R-Instat", - "R-Instat": "R-Instat", - "R-Instat website": "Site Web R-Instat", - "Rain Count...": "Nombre de pluie...", - "Rainfall Graph...": "Graphique de la pluie...", - "Rainfall...": "Pluie...", - "Rains Statistics...": "Statistiques des pluies...", - "Random Samples (Use Model)...": "Échantillons aléatoires (utiliser le modèle)...", - "Random Samples...": "Échantillons aléatoires...", - "Random Subset...": "Sous-ensemble aléatoire...", - "Rank...": "Rang...", - "Rating Data...": "Évaluation des données...", - "Recent": "Récentes", - "Recode Factor...": "Recoder la colonne facteur...", - "Recode Numeric into Quantiles...": "Recoder les valeurs numériques en Quantiles...", - "Recode Numeric...": "Recoder la colonne numérique...", - "Reference Level...": "Niveau de référence...", - "Region Average...": "Moyenne régionale...", - "Regression...": "Régression...", - "Regular Sequence...": "Séquence régulière...", - "Rename Column...": "Renommer la colonne...", - "Rename Data Frame...": "Renommer le tableau de données...", - "Rename Metadata...": "Renommer les métadonnées...", - "Rename...": "Renommer...", - "Reorder Columns...": "Réorganiser les colonnes...", - "Reorder Data Frames...": "Réorganiser les tableaux de données...", - "Reorder Levels...": "Réorganiser les niveaux...", - "Reorder Metadata...": "Réorganiser les métadonnées...", - "Reorder...": "Réorganiser...", - "Replace": "Remplacer", - "Replace Values...": "Remplacer les valeurs…", - "Reset to Default Layout": "Réinitialiser la mise en page par défaut", - "Restart R": "Redémarrer R", - "Row Numbers/Names...": "Numéros/Noms des lignes...", - "Row Summaries...": "Résumé des observations...", - "Rug Plot...": "Graphique de tapis...", - "Run All": "Exécuter tout", - "Run R Code...": "Exécutez le Code R...", - "SPI/SPEI...": "SPI/SPEI...", - "Save As": "Enregistrer sous", - "Save Current Options...": "Sauvegarder les options actuelles...", - "Save Data As...": "Enregistrer les données sous...", - "Save Log As...": "Enregistrer le journal sous...", - "Save Output As...": "Enregistrer la fenêtre de sortie sous...", - "Save Script As...": "Enregistrer le script sous...", - "Save...": "Enregistrer...", - "Scatter Plot...": "Nuage de points...", - "Scatterplot...": "Graphique de Dispersion...", - "Script Window": "Fenêtre de script", - "Script Window...": "Fenêtre de script...", - "Seasonal Forecast Support": "Support de prévision saisonnière", - "Seasonal Plot...": "Graphique saisonnier...", - "Seasonal Summary Rain...": "Pluie sommaire saisonnière...", - "Seasonal Summary...": "Résumé saisonnier...", - "Select All ": "Sélectionner tout ", - "Set Factor Reference Level...": "Définir le niveau de référence du facteur ...", - "Setup for Data Entry...": "Configuration pour l'entrée de données...", - "Shift Daily Data...": "Muter les données quotidiennes...", - "Show Model...": "Afficher modèle...", - "Simple Regression...": "Regression simple...", - "Simple With Groups...": "Simple avec des groupes...", - "Site...": "Site...", - "Sort...": "Trier...", - "Specific": "Spécifique", - "Spells...": "Séquences...", - "Split...": "Séparer...", - "Stack Daily data...": "Empiler les données quotidiennes ...", - "Stack...": "Empiler...", - "Start": "Début", - "Start of Rain...": "Début de la pluie...", - "Start of the Rains...": "Début des pluies...", - "Structured": "Structuré", - "Structured Menu": "Menu structuré", - "Subset...": "Sous-ensemble...", - "Summaries...": "Résumés...", - "Summarise CRI by Country (or other)...": "Résumer le CRI par pays (ou autre)...", - "Summarise Red Flags by Country (or other)...": "Résumer les drapeaux rouges par pays (ou autre)...", - "Summarise Red Flags by Country and Year (or other)...": "Résumer les drapeaux rouges par pays et par année (ou autre)...", - "Summarise...": "Résumer...", - "Summary Data...": "Résumé des donneée...", - "Summary Tables...": "Tableaux récapitulatifs...", - "Summary...": "Résumé...", - "Sunshine/Radiation...": "Ensoleillement/rayonnement...", - "Survival": "Survie", - "Swap Data and Metadata": "Échanger les données et les métadonnées", - "Tabulation...": "Tabulation...", - "Taylor Diagram...": "Diagramme de Taylor...", - "Temperature...": "Température...", - "Themes...": "Thèmes...", - "Three Summaries...": "Trois résumés...", - "Three Variables": "Trois Variables", - "Three Variables...": "Trois variables...", - "Tidy Daily Data...": "Données quotidiennes bien rangées...", - "Tidy and Examine": "Ranger et examiner", - "Tidy...": "Ranger...", - "Time Series": "Série temporelle", - "Time Series Plot...": "Graphique de série temporelle...", - "Timeseries...": "Séries chronologiques...", - "Tools": "Outils", - "Transform...": "Transformer...", - "Transpose...": "Transposer...", - "Treemap...": "Treemap...", - "Trend Graphs...": "Graphiques de tendance...", - "Two Samples...": "Deux échantillons...", - "Two Variable Frequencies by Sector (or other)...": "Deux fréquences variables par secteur (ou autre)...", - "Two Variables": "Deux Variables", - "Two Variables...": "Deux variables...", - "Unstack Daily Data...": "Désempiler les données quotidiennes...", - "Unstack...": "Désempiler...", - "Unused Levels...": "Niveaux non utilisés...", - "Use Award Date (or other)...": "Utiliser la Date d’attribution (ou autre)...", - "Use Date...": "Date d'utilisation...", - "Use Graph...": "Utiliser le graphique...", - "Use Model": "Utiliser le modèle", - "Use Model Keyboard...": "Utiliser le tableau d'estimation du modèle...", - "Use Summaries...": "Utilisez des résumés...", - "Use Time...": "Utilisez le temps...", - "Variables": "Variables ", - "Variogram...": "Variogramme...", - "View": "Affichage", - "View Data...": "Voir les données...", - "View Graph...": "Afficher le graphique...", - "View Labels...": "Étiquettes de vue...", - "View and Remove Keys...": "Afficher et supprimer des clés...", - "View and Remove Links...": "Afficher et supprimer des liens...", - "View...": "Afficher...", - "Visualise Data...": "Visualiser les données...", - "Water Balance...": "Équilibre de l'eau...", - "Water Satisfaction Index...": "Indice de satisfaction de l'eau...", - "Wind Rose...": "Rose des vents...", - "Wind Speed/Direction...": "Vitesse et Direction du vent...", - "Wind/Pollution Rose...": "Pollution de l'Air/Rose ...", - "Windows": "Fenêtres", - "Windrose...": "Windrose..." + " Column Metadata...": " Métadonnées de colonne...", + " Data Frame Metadata...": " Métadonnées de tableau de données...", + " Log Window...": " Fenêtre de log...", + " Script Window...": " Fenêtre de script...", + "&Copy": "&Copier", + "&Open": "&Ouvrir", + "&Paste": "&Coller", + "&Save": "&Enregistrer", + "ANOVA General...": "Variances générales...", + "About R": "À propos de R", + "About R-Instat": "À propos de R-Instat", + "Acknowledgements": "Remerciements", + "Add Comment...": "Ajouter un commentaire...", + "Add Key...": "Ajouter une clé...", + "Add Link...": "Ajouter un lien...", + "Additional": "Supplémentaire", + "Annual Rainfall...": "Pluie annuelle...", + "Anonymise ID Column...": "Anonymiser colonne ID...", + "Append Data Frames...": "Ajouter les tableaux de données...", + "Append...": "Ajouter...", + "Augment...": "Augmenter...", + "Bar Chart...": "Graphique à barres...", + "Boxplot...": "Boîte à moustaches...", + "CM SAF": "CM SAF", + "Calculate Corruption Risk Index (CRI)...": "Calculer l'indice de risque de corruption (CRI)...", + "Calculate DIfference Between Options...": "Calculer la différence entre les Options...", + "Calculation...": "Calculs ...", + "Calculator...": "Calculatrice...", + "Canonical Correlations...": "Corrélations canoniques...", + "Case Study Guide": "Guide d’étude de cas", + "Categorical": "Catégorique", + "Change Format Day Month...": "Changer le mois de la journée format...", + "Check Data": "Vérification des données", + "Check Station Locations...": "Vérifier les emplacements de la station...", + "Check for Updates...": "Vérifier les mises à jour...", + "Chi-square Test...": "Test de khi-2...", + "Circlize...": "Faire circuler...", + "Circular": "Circulaire", + "Circular Plots...": "Graphiques circulaires...", + "Circular...": "Circulaire...", + "Clear Output Window...": "Effacer la fenêtre de sortie...", + "Cliboxplot...": "Boite à moustache Climatique...", + "Climate Methods": "Méthodes climatiques", + "Climatic": "Climatique", + "Climatic Menu": "Menu climatique", + "Climatic Summaries...": "Résumés climatiques...", + "Climatic...": "Climatique...", + "Climdex...": "Climdex...", + "Cliplot...": "Graphique Climatique...", + "Close Data Book": "Fermer le livre de données", + "Colour by Property...": "Couleur par propriété...", + "Column Metadata": "Métadonnées de colonne", + "Column Structure...": "Structure de la colonne...", + "Column Summaries...": "Résumés de colonne...", + "Column: Calculate": "Colonne: Calculer", + "Column: Date": "Colonne: Date", + "Column: Define": "Colonne: Définir", + "Column: Factor": "Colonne: Facteur", + "Column: Text": "Colonne: Texte", + "Combine Factors...": "Combiner les facteurs...", + "Combine Graphs...": "Combiner des graphiques...", + "Combine...": "Combiner...", + "Compare": "Comparer", + "Compare Columns...": "Comparaison de colonnes...", + "Compare Models": "Comparer des modèles", + "Compare Models...": "Comparer les modèles...", + "Compare Multiple Options...": "Comparer des Options multiples...", + "Compare Two Options...": "Comparer deux Options...", + "Conditional Quantiles...": "Quantiles conditionnels...", + "Contrasts...": "Contrastes...", + "Conversions...": "Conversions...", + "Convert Columns...": "Convertir les colonnes...", + "Convert To Factor...": "Convertir en facteur...", + "Convert...": "Convertir...", + "Copy": "Copier", + "Copy Data Frame...": "Copie le tableau de données...", + "Copy Special": "Copie spéciale", + "Correlations (Red Flags or others)...": "Corrélations (drapeaux rouges ou autres)...", + "Correlations...": "Corrélations...", + "Corruption Risk Index": "Indice de risque de la Corruption", + "Count Records...": "Compter les observations...", + "Count in Factor...": "Compter en Facteur...", + "Create Climate Object...": "Créer un objet de climat...", + "Crop": "Culture", + "Crop Coefficients...": "Coefficients de culture...", + "Crops...": "Cultures...", + "Cummulative Exceedance...": "Dépassement cummulatif...", + "Cumulative Distribution...": "Distribution cumulative...", + "Cumulative/Exceedance Graph...": "Graphique cumulatif/dépassement...", + "Cut": "Couper", + "Daily Data Entry...": "Saisie de données quotidiennes...", + "Data Frame": "Tableau de données", + "Data Frame Metadata": "Métadonnées de tableau de données", + "Data Frame Metadata...": "Métadonnées de tableau de données...", + "Data Manipulation": "Manipulation des données", + "Data Object": "Objet de données", + "Data Reshape": "Réorganisation des données", + "Data View": "Vue de données", + "Data View (Spreadsheet)": "Affichage des données (Tableur)", + "Datasets": "Ensembles de données", + "Dates": "Dates", + "Day Month...": "Mois de la journée...", + "Define Climatic Data...": "Définir les données climatiques...", + "Define Contract Value Categories...": "Définir les catégories de valeur de contrat...", + "Define Corruption Risk Output Variables...": "Décrivez Corruption Risk Output Variables...", + "Define Options by Context Data...": "Définir les données Options par contexte...", + "Define Procurement Data...": "Définir les données sur le marché publique...", + "Define Red Flag Variables...": "Définir des variables de drapeau rouge...", + "Define...": "Définir...", + "Delete Columns/Rows...": "Supprimer des colonnes/lignes...", + "Delete Data Frames...": "Supprimer les tableaux de données...", + "Delete Metadata...": "Supprimer les métadonnées...", + "Delete...": "Supprimer...", + "Density Plot...": "Graphique de densité...", + "Describe": "Décrire", + "Display DOY of Year...": "Afficher DOY de l'année...", + "Display Daily...": "Afficher tous les jours...", + "Display Rain Running Total...": "Afficher la pluie en cours d'exécution Total...", + "Display Spell Length...": "Afficher la longueur des sorts...", + "Display Top N...": "Afficher les N premiers...", + "Distance...": "Distance...", + "Dot Plot...": "Graphique à points...", + "Dummy Variables...": "Variables factices...", + "Duplicate Column...": "Colonne dupliquée...", + "Duplicates...": "Doublons...", + "Edit": "Éditer", + "End of Rain...": "Fin de la pluie...", + "End of Rains...": "Fin des pluies...", + "Enter...": "Entrer...", + "Evaporation": "Évaporation", + "Evapotranspiration...": "Évapotranspiration...", + "Exact Results...": "Résultats exacts...", + "Examine...": "Examiner...", + "Exit": "Sortir", + "Export": "Exporter", + "Export CPT to Tabular...": "Exporter CPT à Tabular...", + "Export Dataset...": "Exporter les données...", + "Export Graph As Image...": "Exporter le graphique en tant qu'image...", + "Export R Objects...": "Exporter des objets R...", + "Export R Workspace...": "Exporter l'environnement de travail R...", + "Export To OpenRefine...": "Exporter vers OpenRefine...", + "Export for PICSA...": "Exportation pour PICSA...", + "Export to CM SAF R Toolbox...": "Exporter vers la boîte à outils SAF CM R...", + "Export to CPT...": "Exporter vers CPT...", + "Export to World Weather Records...": "Exporter vers World Weather Records...", + "Extreme Events...": "Événements extrêmes...", + "Extremes...": "Extrêmes...", + "Factor Data Frame...": "Tableau de données facteur...", + "File": "Fichier", + "Fill Date Gaps...": "Remplir les écarts de date...", + "Fill Missing Values...": "Remplir les valeurs manquantes...", + "Filter by Country (or other)...": "Filtrer par pays (ou autre)...", + "Filter...": "Filtrer...", + "Find": "Rechercher", + "Find Next": "Rechercher Suivant", + "Find/Replace...": "Rechercher/Remplacer...", + "Fit Model": "Estimer le Modèle", + "Fit Model Keyboard...": "Tableau d'estimation du modèle...", + "Fit Model...": "Modèle adapté...", + "Four Variables...": "Quatre variables...", + "Freeze Columns...": "Figer les colonnes...", + "Frequencies...": "Fréquences...", + "Frequency Tables...": "Tableaux de fréquence...", + "General": "Général", + "General Fit Model...": "Modèle général d'ajustement...", + "General Summaries...": "Résumés Générale...", + "General...": "Général...", + "Generate Dates...": "Générer des dates...", + "Getting Started": "Démarrer", + "Glance...": "Aperçu...", + "Glossary": "Glossaire", + "Goodness of Fit...": "Qualité de l’ajustement...", + "Graph...": "Graphique...", + "Graphics": "Graphiques", + "Graphics...": "Graphiques...", + "Guides": "Guide", + "He&lp": "Il&lp", + "Heat Sum...": "Somme de la chaleur...", + "Help": "Aide", + "Hide/Show Columns...": "Cacher/Afficher les colonnes...", + "Hide/Show Data Frames...": "Cacher/Afficher les tableaux de données...", + "Histogram...": "Histogramme...", + "History and FAQ": "Histoire et FAQ", + "Homogenization...": "Homogénisation...", + "Hypothesis Tests Keyboard...": "Tableau des tests d'hypothèses...", + "Import From CLIDATA...": "Importation de CLIDATA...", + "Import From Databases...": "Importer à partir de bases de données...", + "Import From OpenRefine...": "Importer depuis OpenRefine...", + "Import and Tidy NetCDF File...": "Importer et trier un fichier NetCDF...", + "Import and Tidy NetCDF...": "Importer et ranger en ordre NetCDF...", + "Import and Tidy Shapefile...": "Importer et Tidy Shapefile...", + "Import daily Data...": "Importer des données quotidiennes...", + "Import from CDS (Climate Data Store)...": "Importer depuis MDC(Magasin de Données Climatiques)...", + "Import from Climsoft Wizard...": "Importer depuis l'assistant Climsof...", + "Import from Climsoft...": "Importer depuis Climsoft...", + "Import from IRI Data Library...": "Importer depuis la bibliothèque de données IRI...", + "Indices...": "Indices...", + "Insert Columns/Rows...": "Insérer des colonnes/lignes...", + "Install R Package...": "Installer un Package R...", + "Instructional videos": "Vidéos pédagogiques", + "Introduction": "Introduction", + "Inventory...": "Inventaire...", + "Jitter...": "Jitter...", + "Keys and Links": "Clés et liens", + "Length of Season...": "Durée de la saison...", + "Levels/Labels...": "Niveaux/étiquettes...", + "Licence...": "Licence...", + "Line Plot...": "Ligne...", + "Load Options...": "Charger les Options...", + "Log Linear...": "Logarithme linéaire...", + "Log Window": "Fenêtre de log", + "Low_Flow": "Faible débit", + "Make Date...": "Créer une date...", + "Make Factor...": "Faire un facteur...", + "Make Time...": "Prenez le temps...", + "Map Country Values...": "Valeurs de pays de carte...", + "Map...": "Carte...", + "Mapping": "Mappage", + "Markov Modelling...": "Markov Modélisation...", + "Match...": "Correspondre...", + "Menus and Dialogs": "Menus et boîtes de dialogue", + "Merge Additional Data...": "Fusionner des données supplémentaires...", + "Merge...": "Fusionner...", + "Meta Data": "Méta données", + "Metadata...": "Métadonnées...", + "Missing Data Table...": "Tableau de données manquantes...", + "Missing Data...": "Données manquantes...", + "Missing Values...": "Valeurs manquantes...", + "Model": "Modèle", + "Model...": "Modèle...", + "Monthly Summaries...": "Résumés mensuels...", + "More...": "Plus...", + "Mosaic Plot...": "Graphique mosaïque ...", + "Multiple Response...": "Réponses multiples...", + "Multivariate": "Multivariée", + "Multple Lines...": "Lignes multiples ...", + "NCMP": "NCMP", + "New Data Frame...": "Nouveau tableau de données...", + "New Worksheet...": "Nouvelle feuille de calcul...", + "No data loaded": "Aucune donnée chargée", + "Non Parameteric One Way ANOVA...": "Variance non paramétrique unidirectionnelle...", + "Non Parametric Two Samples...": "Deux Échantillons non paramétriques...", + "Non Parametric Two Way ANOVA...": "Variances bidirectionnelles Non-paramétriques...", + "Non Parametric...": "Non paramétriques...", + "Non-numeric Cases...": "Cas non numériques...", + "Numeric": "Numérique", + "One Variable": "Une Variable", + "One Variable Frequencies...": "Fréquence d'une variable...", + "One Variable Graph...": "Graphique d'une Variable...", + "One Variable Summarise...": "Résumer une variable...", + "One Variable...": "Une variable...", + "One Way ANOVA...": "Analyse de la variance unidirectionnelle...", + "Open From CSPRO...": "Ouvrir à partir de CSPRO...", + "Open From File...": "Ouvrir à partir d'un fichier...", + "Open From Library...": "Ouvrir à partir de la bibliothèque...", + "Open From ODK...": "Ouvrir à partir de ODK...", + "Open SST...": "Ouvrir SST...", + "Open from file...": "Ouvrir à partir d'un fichier...", + "Open from library...": "Ouvrir à partir de la bibliothèque...", + "Options by Context": "Options par contexte", + "Options by Context Menu": "Options de Menu contextuel", + "Options by Context...": "Options de Menu contextuel...", + "Options...": "Options ...", + "Other (General)": "Autre (général)", + "Other (One Variable)": "Autre (une Variable)", + "Other (Three Variable)": "Autre (trois Variable)", + "Other (Two Variables)": "Autre (deux Variables)", + "Other Rose Plots": "Autres histogramme circulaire", + "Output Window": "Fenêtre de Sortie", + "Output for CDT...": "Resultat pour CDT...", + "Output for CPT...": "Sortie pour CPT...", + "PICSA": "PICSA", + "Parallel Coordinate Plot...": "Graphique des coordonnées parallèles...", + "Paste": "Coller", + "Penman...": "Penman...", + "Permute Columns...": "Permuter les colonnes...", + "Plot Region...": "Dessiner région...", + "Plotly...": "Remplacer...", + "Polynomials...": "Polynômes...", + "Prepare": "Préparer", + "Prepare to Share (sdc package)...": "Préparez-vous à partager (paquet sdc)...", + "Principal Components...": "Composantes principales...", + "Print Preview...": "Aperçu avant impression...", + "Print...": "Imprimer...", + "Probability Distributions": "Distributions de probabilité", + "Process...": "Processus de...", + "Procurement": "Approvisionnement", + "Procurement Menu": "Procurement Menu", + "Procurement...": "Procurement...", + "Protect Column...": "Protéger la colonne...", + "QC Rainfall...": "Contrôle de qualité de la pluie...", + "QC Temperatures...": "Contrôle de qualité de températures...", + "R Objects": "Objets R", + "R Packages and Commands...": "Commandes et packages R...", + "R Viewer...": "R Visionneur...", + "R packages in R-Instat": "R paquets dans R-Instat", + "R-Instat": "R-Instat", + "R-Instat website": "Site Web R-Instat", + "Rain Count...": "Nombre de pluie...", + "Rainfall Graph...": "Graphique de la pluie...", + "Rainfall...": "Pluie...", + "Rains Statistics...": "Statistiques des pluies...", + "Random Samples (Use Model)...": "Échantillons aléatoires (utiliser le modèle)...", + "Random Samples...": "Échantillons aléatoires...", + "Random Subset...": "Sous-ensemble aléatoire...", + "Rank...": "Rang...", + "Rating Data...": "Évaluation des données...", + "Recent": "Récentes", + "Recode Factor...": "Recoder la colonne facteur...", + "Recode Numeric into Quantiles...": "Recoder les valeurs numériques en quantiles...", + "Recode Numeric...": "Recoder la colonne numérique...", + "Reference Level...": "Niveau de référence...", + "Region Average...": "Moyenne régionale...", + "Regression...": "Régression...", + "Regular Sequence...": "Séquence régulière...", + "Rename Column...": "Renommer la colonne...", + "Rename Data Frame...": "Renommer le tableau de données...", + "Rename Metadata...": "Renommer les métadonnées...", + "Rename...": "Renommer...", + "Reorder Columns...": "Réorganiser les colonnes...", + "Reorder Data Frames...": "Réorganiser les tableaux de données...", + "Reorder Levels...": "Réorganiser les niveaux...", + "Reorder Metadata...": "Réorganiser les métadonnées...", + "Reorder...": "Réorganiser...", + "Replace": "Remplacer", + "Replace Values...": "Remplacer les valeurs…", + "Reset to Default Layout": "Réinitialiser la mise en page par défaut", + "Restart R": "Redémarrer R", + "Row Numbers/Names...": "Numéros/Noms des lignes...", + "Row Summaries...": "Résumé par ligne...", + "Rug Plot...": "Graphique de tapis...", + "Run All": "Exécuter tout", + "Run R Code...": "Exécutez le Code R...", + "SPI/SPEI...": "SPI/SPEI...", + "Save As": "Enregistrer sous", + "Save Current Options...": "Sauvegarder les options actuelles...", + "Save Data As...": "Enregistrer les données sous...", + "Save Log As...": "Enregistrer le journal sous...", + "Save Output As...": "Enregistrer la fenêtre de sortie sous...", + "Save Script As...": "Enregistrer le script sous...", + "Save...": "Enregistrer...", + "Scatter Plot...": "Nuage de points...", + "Scatterplot...": "Graphique de Dispersion...", + "Script Window": "Fenêtre de script", + "Script Window...": "Fenêtre de script...", + "Seasonal Forecast Support": "Support de prévision saisonnière", + "Seasonal Plot...": "Graphique saisonnier...", + "Seasonal Summary Rain...": "Pluie sommaire saisonnière...", + "Seasonal Summary...": "Résumé saisonnier...", + "Select All ": "Sélectionner tout ", + "Set Factor Reference Level...": "Définir le niveau de référence du facteur ...", + "Setup for Data Entry...": "Configuration pour l'entrée de données...", + "Shift Daily Data...": "Muter les données quotidiennes...", + "Show Model...": "Afficher modèle...", + "Simple Regression...": "Regression simple...", + "Simple With Groups...": "Simple avec des groupes...", + "Site...": "Site...", + "Sort...": "Trier...", + "Specific": "Spécifique", + "Spells...": "Séquences...", + "Split...": "Séparer...", + "Stack Daily data...": "Empiler les données quotidiennes ...", + "Stack...": "Empiler...", + "Start": "Début", + "Start of Rain...": "Début de la pluie...", + "Start of the Rains...": "Début des pluies...", + "Structured": "Structuré", + "Structured Menu": "Menu structuré", + "Subset...": "Sous-ensemble...", + "Summaries...": "Résumés...", + "Summarise CRI by Country (or other)...": "Résumer le CRI par pays (ou autre)...", + "Summarise Red Flags by Country (or other)...": "Résumer les drapeaux rouges par pays (ou autre)...", + "Summarise Red Flags by Country and Year (or other)...": "Résumer les drapeaux rouges par pays et par année (ou autre)...", + "Summarise...": "Résumer...", + "Summary Data...": "Résumé des donneée...", + "Summary Tables...": "Tableaux récapitulatifs...", + "Summary...": "Résumé...", + "Sunshine/Radiation...": "Ensoleillement/rayonnement...", + "Survival": "Survie", + "Swap Data and Metadata": "Échanger les données et les métadonnées", + "Tabulation...": "Tabulation...", + "Taylor Diagram...": "Diagramme de Taylor...", + "Temperature...": "Température...", + "Themes...": "Thèmes...", + "Three Summaries...": "Trois résumés...", + "Three Variables": "Trois Variables", + "Three Variables...": "Trois variables...", + "Tidy Daily Data...": "Données quotidiennes bien rangées...", + "Tidy and Examine": "Ranger et examiner", + "Tidy...": "Ranger...", + "Time Series": "Série temporelle", + "Time Series Plot...": "Graphique de série temporelle...", + "Timeseries...": "Séries chronologiques...", + "Tools": "Outils", + "Transform...": "Transformer...", + "Transpose...": "Transposer...", + "Treemap...": "Treemap...", + "Trend Graphs...": "Graphiques de tendance...", + "Two Samples...": "Deux échantillons...", + "Two Variable Frequencies by Sector (or other)...": "Deux fréquences variables par secteur (ou autre)...", + "Two Variables": "Deux Variables", + "Two Variables...": "Deux variables...", + "Unstack Daily Data...": "Désempiler les données quotidiennes...", + "Unstack...": "Désempiler...", + "Unused Levels...": "Niveaux non utilisés...", + "Use Award Date (or other)...": "Utiliser la Date d’attribution (ou autre)...", + "Use Date...": "Date d'utilisation...", + "Use Graph...": "Utiliser le graphique...", + "Use Model": "Utiliser le modèle", + "Use Model Keyboard...": "Utiliser le tableau d'estimation du modèle...", + "Use Summaries...": "Utiliser les résumés...", + "Use Time...": "Utilisez le temps...", + "Variables": "Variables ", + "Variogram...": "Variogramme...", + "View": "Affichage", + "View Data...": "Afficher les données...", + "View Graph...": "Afficher le graphique...", + "View Labels...": "Afficher les étiquettes...", + "View and Remove Keys...": "Afficher et supprimer des clés...", + "View and Remove Links...": "Afficher et supprimer des liens...", + "View...": "Afficher...", + "Visualise Data...": "Visualiser les données...", + "Water Balance...": "Équilibre de l'eau...", + "Water Satisfaction Index...": "Indice de satisfaction de l'eau...", + "Wind Rose...": "Rose des vents...", + "Wind Speed/Direction...": "Vitesse et Direction du vent...", + "Wind/Pollution Rose...": "Rose du vent/pollution...", + "Windows": "Fenêtres", + "Windrose...": "Windrose...", + "Temperature Graph...": "Graphique de température...", + "General Graph...": "Graphique général...", + "Select Columns...": "Sélectionner les colonnes...", + "Remove Column Selection": "Supprimer la sélection de colonne", + "Filter Rows...": "Filtrer les lignes...", + "Delete Cell(s)": "Supprimer la ou les cellule(s)", + "Import From File ...": "Importer à partir d'un fichier...", + "Import From Library ...": "Importer depuis la bibliothèque ...", + "Import From ODK...": "Importer depuis ODK...", + "Data Book": "Livre des données", + "Add (Merge) Columns...": "Ajouter (fusionner) des colonnes...", + "Column: Calculator...": "Colonne: Calculatrice...", + "Column: Numeric...": "Colonne: Numérique..." } \ No newline at end of file diff --git a/instat/translations/fr/fr_r_instat_not_menus.json b/instat/translations/fr/fr_r_instat_not_menus.json index 79b2c613753..88fe4dca74f 100644 --- a/instat/translations/fr/fr_r_instat_not_menus.json +++ b/instat/translations/fr/fr_r_instat_not_menus.json @@ -1,3596 +1,3602 @@ { - " (lat) ": " (lat) ", - " (lon) ": " (lon) ", - " 5. Total Precipitation:": " 5. Précipitation totale:", - " All combined with &&": " Tous combinés avec &&", - " Keys:": " Clés:", - " Options": " Options", - " Show R Commands in Output Window": " Afficher les commandes R dans la fenêtre de sortie", - " Two-Variables": " Deux Variables", - " Word Count": " Nombre de mots", - " binom": " binom", - " box": " boite", - " comment(s) entered": " commentaire(s) entré(s)", - " fisher": " pêcheur", - " kruskal": " kruskal", - " row(s) entered": " ligne(s) entrée(s)", - " | Showing ": " | Affichage ", - "!is.na": "!is.na", - "$ end": "fin $", - "% Bias": "% Biais", - "% rank": "rang %", - "%in%": "%dans%", - ". any": ". tout", - ".nc files found to import": "fichiers .nc trouvés à importer", - "10m u-component of wind": "10m u-composante vent", - "10m v-component of wind": "10m v-composante du vent", - "1st Factor:": "1er facteur:", - "2 Digit": "2 chiffres", - "2-digit years": "Années à 2 chiffres", - "2. Mean Station Pressure:": "2. Moyenne de pression de la station:", - "2m dewpoint temperature": "2m de température du point de rosée", - "2m temperature": "2m de température", - "2nd Factor (Optional):": "2e facteur (facultatif):", - "2pi": "2pi", - "3. Mean Sea Level Pressure:": "3. Moyenne pression du niveau de la mer:", - "4 Digit": "4 chiffres", - "4. Mean Daily Air Temperature:": "4. Température moyenne quotidienne de l'air:", - "4C88C488": "4C88C488", - "6. Mean Daily Max Air Temperature:": "6. Température maximale quotidienne moyenne de l'air:", - "7. Mean Daily Min Air Temperature:": "7. Température minimale quotidienne moyenne de l'air:", - "8. Mean Daily Relative Humidity:": "8. Moyenne d'humidité relative quotidienne:", - "? 0 or 1": "? 0 ou 1", - "AIC": "AIC", - "AMOC": "AMOC", - "ANOVA": "ANOVA", - "ANOVA tables": "Tableaux ANOVA", - "API Key:": "Clé API:", - "ARC2 Daily Precipitation": "Précipitation quotidienne ARC2", - "ARC2 Monthly Precipitation": "Précipitation mensuelle ARC2", - "AT": "À", - "Abbr.:": "Abréviation:", - "Abbreviation": "Abréviation", - "Absolute deviation": "Déviation absolue", - "Accent": "Accent", - "Acceptable Range (Element1)": "Portée acceptable (Élément 1)", - "Acceptable Range (Element2)": "Portée acceptable (Élément 2)", - "Add": "Ajouter", - "Add Calculation": "Ajouter un calcul", - "Add Colour Scale": "Ajouter une échelle de couleurs", - "Add Comment": "Ajouter un commentaire", - "Add Component": "Ajouter un composant", - "Add Condition": "Ajouter une condition", - "Add Current Contrasts": "Ajouter des contrastes actuels", - "Add Date Column": "Ajouter une colonne de date", - "Add Distribution": "Ajouter une distribution", - "Add Factor Level": "Ajouter le facteur niveau", - "Add Fill Scale": "Ajouter une échelle de remplissage", - "Add Flag Variables": "Ajouter des variables drapeau", - "Add Key": "Ajouter une clé", - "Add Label": "Ajouter une étiquette", - "Add Labels": "Ajouter des étiquettes", - "Add Line of Best Fit": "Ajouter une ligne de meilleure adaptation", - "Add Link": "Ajouter un lien", - "Add Manipulation": "Ajouter une manipulation", - "Add Margins": "Ajouter des marges", - "Add Mean Line": "Ajouter une ligne moyenne", - "Add Median Line": "Ajouter une ligne médiane", - "Add New Distribution": "Ajouter une nouvelle distribution", - "Add Pair": "Ajouter la paire", - "Add Peaks": "Ajouter des pics", - "Add Points": "Ajouter des points", - "Add Rug Plot": "Ajout d'un plot de tapis", - "Add Sub Calculation": "Ajouter un sous-calcul", - "Add Tercile Lines": "Ajouter des lignes terciles", - "Add To Title:": "Ajouter au titre:", - "Add Valleys": "Ajouter des vallées", - "Add flag field data": "Ajouter des données de champ de drapeau", - "Add legend": "Ajouter une légende", - "Add to Data Frame:": "Ajouter au tableau de données:", - "Added Distribution": "Distribution ajoutée", - "Additional Data Frame:": "Tableau de données supplémentaire:", - "Additional Features": "Fonctionnalités supplémentaires", - "Additional Variables:": "Variables supplémentaires:", - "Advance Options": "Options avancées", - "After": "Après", - "Agresti-Coull": "Agresti-Coull", - "Agricolae": "Agricolae", - "Algorithm :": "Algorithme:", - "Alignment:": "Alignement:", - "All": "Tous", - "All Bids (Trimmed):": "Toutes les quotes (coupés):", - "All Bids:": "Toutes les quotes:", - "All Class": "Toutes les classes", - "All Columns": "Toutes les colonnes", - "All Combined with &&": "Tous combinés avec &&", - "All Contents": "Tous les contenus", - "All Duplicate Cases": "Tous les cas des doublons", - "All Options": "Toutes les options", - "All but (unordered) Factor": "Tout sauf facteur (non ordonné)", - "All combined with |": "Tous combinés avec |", - "All files of this type": "Tous les fichiers de ce type", - "All values if columns are equal": "Toutes les valeurs si les colonnes sont égales", - "Allow t for Trace": "Autoriser t pour trace", - "Alpha:": "Alpha:", - "Alternate (Horizontal first)": "Alternatif (Horizontal d'abord)", - "Alternate (Vertical first)": "Alternatif (Vertical d'abord)", - "Always Use Levels": "Utilisez toujours des niveaux", - "Always Use Values": "Utilisez toujours des valeurs", - "Amount": "Montant", - "Amount:": "Montant:", - "An R Command is Running": "Une commande R est en cours d'exécution", - "An order": "Un ordre", - "Analysis": "Analyse", - "Ang_dev": "Ang_dev", - "Ang_var": "Ang_var", - "Angle": "Angle", - "Annual": "Annuel", - "Annual Rain total": "Total annuel de la pluie", - "Annual+Within": "Annuel+Entre", - "Annual/Monthly": "Annuelle/mensuelle", - "Annual:": "Annuel:", - "Anomalies": "Anomalies", - "Anonymise ID Column": "Anonymiser la colonne d'identification", - "Anova": "Anova", - "Anova Options": "Options d’Anova", - "Anti Join": "Anti jointure", - "Anticlockwise Direction": "Direction dans le sens anti-horaire", - "Any Class": "N'importe quelle classe", - "Append": "Ajouter", - "Append Data Frames": "Ajouter les tableaux de données", - "Apply": "Appliquer", - "Apply As Filter": "Appliquer comme filtre", - "Apply As Subset": "Appliquer comme sous-ensemble", - "Apply Options": "Appliquer les options", - "Apply on All Layers": "Appliquer sur toutes les couches", - "April": "Avril", - "Area": "Région", - "Arrow": "Flèche", - "As Percentage": "En pourcentage", - "As Percentages": "En pourcentages", - "As Proportion of Factors (Optional):": "En proportion de facteurs (facultatif):", - "Ascending": "Croissant", - "Ascending Frequencies": "Fréquences ascendantes", - "Assume condition not satisfied at start of each period": "Supposons que la condition ne soit pas satisfaite au début de chaque période", - "Assumed median value": "Valeur médiane supposée", - "Asymptotic": "Asymptotique", - "At End": "À la fin", - "At Start": "Au début", - "At Y =": "À Y =", - "Augment": "Augmenter", - "August": "Août", - "Auto": "Automatique", - "Auto ": "Auto", - "Auto Save Recovery Options": "Options de récupération de sauvegarde automatique", - "Auto save a backup of data": "Sauvegarde automatique des données", - "Auto saving data...": "Sauvergade automatique des données...", - "Auto-Generate": "Générer automatiquement", - "Automatic": "Automatique", - "AvantGarde": "AvantGarde", - "Average": "Moyen", - "Award Date:": "Date de l'octroi:", - "Award Year:": "Année d’octroi:", - "Axes": "Axes", - "Axis Lines": "Lignes d'axe", - "Axis Title": "Titre de l’axe", - "BFGS": "BFGS", - "BIB": "BIB", - "BIC": "BIC", - "Back": "Précédent", - "Background": "Arrière-plan", - "Background of facet labels": "Arrière-plan des étiquettes de facettes", - "Background of legend": "Arrière-plan de la légende", - "Background of legend area": "Arrière-plan de la zone de légende", - "Background of the entire plot": "Arrière-plan de l'ensemble du diagramme", - "Background underneath legend keys": "Arrière-plan sous les clés de légende", - "Backup Data File Detected": "Fichier de données de sauvegarde détecté", - "Backup Debugging Log File Detected": "Fichier journal de débogage de sauvegarde détecté", - "Backup Internal Log File Detected": "Fichier de journal interne de sauvegarde détecté", - "Backup Log File Detected": "Fichier de journal de sauvegarde détecté", - "Backup Manager": "Gestionnaire de sauvegarde", - "Backup versions :": "Versions de sauvegarde:", - "Bandwidth: ": "Largeur de bande: ", - "Bar": "Barre", - "Bar Chart": "Graphique à barres", - "Bar Chart Options": "Options de graphique à barres", - "Bar Colour:": "Couleur de la barre:", - "Bar Graph": "Graphique à barres", - "Bar and Pie Chart": "Diagramme à barres et camembert", - "Bar plot": "Diagramme à barres", - "Barometer Height:": "Hauteur du baromètre:", - "Base Range": "Plage de base", - "Basic": "Basique", - "Bayesian": "Bayésien", - "Bca": "Bca", - "Before": "Avant", - "Before or After Column": "Avant ou après la colonne", - "Bernouli": "Bernouli", - "Beta": "Bêta", - "Bias": "Biais", - "Big Points": "Grands Points", - "Bin Axis:": "Axe de bin:", - "BinSeg": "BinSeg", - "Binary": "Binaire", - "Binomial": "Binomial", - "Biplot": "Biplot", - "Black": "Noir", - "Blank": "Vide", - "Blocking Variables": "Blocage des variables", - "Blocking Variables:": "Blocage des variables:", - "Blue": "Bleu", - "Blues": "Bleus", - "Bold": "Gras", - "Bold italic": "Gras italique", - "Bonett": "Bonett", - "Bookman": "Libraire", - "Boot": "Démarrage", - "Bootci.Type:": "Bootci.Type:", - "Bootstrap Options": "Options de démarrage", - "Border": "Bordure", - "Both": "Les deux", - "Bottom": "En bas:", - "Bottom:": "En bas:", - "Box plot": "Graphique en boîtes", - "Boxplot": "Graphique à boite", - "Boxplot + Jitter": "Diagramme en boîte + Jitter", - "Boxplot Count Variable": "Variable du nombre du diagramme en boîte", - "Boxplot Method": "Méthode de diagramme en boîte", - "Boxplot Options": "Boîte à moustache Options", - "BrBG": "BrBG", - "Break Points:": "Points de rupture:", - "Breaks": "Ruptures", - "Broken Stick": "Bâton cassé", - "Brown": "Marron", - "Browse": "Parcourir", - "Browse File": "Parcourir le fichier", - "Browse Folder": "Parcourir le dossier", - "BuGn": "BuGn", - "BuPu": "BuPu", - "Buishand": "Buishand", - "By": "Par", - "By Column": "Par colonne", - "By Factor (Optional):": "Par facteur (facultatif) :", - "By Factor(s)": "Par facteur(s)", - "By Factors:": "De facteurs:", - "By Filter": "Par filtre", - "By Month": "Par mois", - "By Variable (Optional):": "Par Variable (facultatif):", - "By Year": "Par année", - "By:": "Par:", - "C.I band": "Bande C.I", - "C.I.Method:": "Méthode C.I.:", - "CCA Options": "Options de la CCA", - "CDF": "CDF", - "CDF Plot": "Diagramme CDF", - "CDF Plot with Confidence Intervals": "Diagramme CDF avec intervalles de confiance", - "CPF": "CPF", - "CPT to Tabular Data": "CPT vers les données tabulaires", - "CROPS": "CROPS", - "CSS": "CSS", - "CUSUM": "CUSUM", - "Calculate Difference Categories": "Calculer les catégories différentes", - "Calculate Option Differences": "Calculer l'option différence", - "Calculate Proportions": "Calculer les proportions", - "Calculate Proportions or Percentages": "Calculer les proportions ou pourcentages", - "Calculate Rainfall Value by:": "Calculer la valeur des précipitations par:", - "Calculate by Year": "Calculer par année", - "Calculated Columns": "Colonnes calculées", - "Calculated columns": "Colonnes calculées", - "Calculation Name:": "Nom du calcul:", - "Calculations": "Calculs", - "Calculations:": "Calculs:", - "Calm Wind:": "Vent calme:", - "Cancel": "Annuler", - "Cannot get package information.": "Impossible d'obtenir les informations du paquet.", - "Cannot get package information. Check your internet connection.": "Impossible d'obtenir les informations du paquet. Vérifiez votre connexion Internet.", - "Cannot show text preview of file:": "Impossible d'afficher l'aperçu du fichier:", - "Canonical Correlations": "Corrélations canoniques", - "Canonicalmono": "Canonicalmono", - "Capacity:": "Capacité:", - "Caption Size:": "Taille des légendes:", - "Caption below the plot (text appearance)": "Légende en dessous du graphique (apparence du texte)", - "Caret(^)": "Caret(^)", - "Carry": "Porter", - "Carry Columns": "Porter les colonnes", - "Carry Columns:": "Porter les colonnes:", - "Categorical": "Catégorique", - "Categorical by Categorical:": "Catégorique par catégorique:", - "Categorical by Numeric:": "Catégorique par numérique:", - "Categorical:": "Catégorique:", - "Category Column:": "Colonne de catégorie:", - "Cauchit": "Cauchit", - "Cauchy": "Cauchy", - "Cell": "Cellule", - "Cell (%)": "Cellule (%)", - "Celsius": "Celsius", - "Center": "Centrer", - "CenterObs": "CentrerObs", - "Centimetres": "Centimètres", - "Centre Mean on Last Day": "Moyenne du centre le dernier jour", - "Centred": "Centré", - "CenturySch": "CentenaireSch", - "Change Limits": "Modifier les limites", - "Change Point Options": "Changer les options de point", - "Change type": "Changer le type", - "Change...": "Modifier...", - "Character": "Caractère", - "Character Column:": "Colonne de type caractère:", - "Check": "Contrôler", - "Check Duplicates": "Vérifier les doublons", - "Check Unique": "Vérifier Unique", - "Chi-Square Test": "Test du chi carré", - "Chi_Square": "Chi_Carré", - "Choice:": "Choix:", - "Choose Columns": "Choisir des colonnes", - "Choose Columns:": "Choisissez les colonnes:", - "Choose Form:": "Choisir la forme:", - "Choose Function": "Choisir la fonction", - "Choose Property": "Choisir la propriété", - "Choose Region": "Choisir la région", - "Choose Subset of Columns to Merge": "Choisir un sous-ensemble de colonnes à fusionner", - "Choose Summaries...": "Choisir les résumés...", - "Choose one of the following to proceed": "Choisir l'un des éléments suivants pour continuer", - "Choose...": "Choisir...", - "Cicero": "Cicero", - "Circle": "Cercle", - "Circular": "Circulaire", - "Circular Plots": "Diagrammes circulaires", - "Circular:": "Circulaire:", - "Classic": "Classique", - "Clear": "Effacer", - "Clear Conditions": "Effacer les conditions", - "Clear Script": "Effacer le script", - "Clear contents": "Effacer le contenu", - "CliData": "CliData", - "CliPlot": "CliPlot", - "Cliboxplot": "Cliboxplot", - "Click Ok to Confirm the Export.": "Cliquez sur Ok pour confirmer l'exportation.", - "Click Ok to confirm the save": "Cliquez sur Ok pour confirmer la sauvegarde", - "Climatic Boxplot": "Boxplot climatique", - "Climatic Check Data Rainfall": "Contrôle climatique de la pluie des données", - "Climatic Check Data Temperature": "Contrôle climatique de la température des données", - "Climatic Data Entry": "Entrée de données climatiques", - "Climatic Maps": "Cartes Climatiques", - "Climatic Summary": "Résumé climatique", - "Climatic_Type": "Type_climatique", - "Climdex Indices": "Indices de Climdex", - "Climsoft": "Climsoft", - "Clopper-Pearson": "Clopper-Pearson", - "Close": "Fermer", - "Close R-Instat now": "Fermer R-Instat maintenant", - "Closed On": "Fermé sur", - "Cloud Cover:": "Couverture nuageuse:", - "Code Missing Values as:": "Code les valeurs manquantes comme:", - "Coeff": "Coeff", - "Coeff:": "Coeff:", - "Coefficient Of Variation": "Coefficient de variation", - "Coefficient of determination": "Coefficient de détermination", - "Coefficient of persistence": "Coefficient de persistance", - "Coefficients": "Coefficients", - "Coin": "Pièce", - "Cold Spell Duration Index [15:CSDI]": "Indice de durée des sorts froids [15:CSDI]", - "Colon :": "Colonne:", - "Colon(:)": "Colonne(:)", - "Color (Optional):": "Couleur (facultative):", - "Color:": "Couleur:", - "Colour": "Couleur ", - "Colour Bar Max:": "Barre de couleur Max:", - "Colour Bar Min:": "Barre de couleur Min:", - "Colour By (Optional):": "Couleur Par (facultative):", - "Colour By:": "Couleur par:", - "Colour Columns by Structure": "Colonnes de couleur par structure", - "Colour Lines by Difference": "Couleur des lignes par différence", - "Colour Palette:": "Palette de couleur:", - "Colour Scale": "Échelle de couleur", - "Colour by Property": "Couleur par propriété", - "Colour rainbow": "Arc-en-ciel de couleur", - "Colour:": "Couleur:", - "Colours": "Couleurs", - "Colours for Summaries": "Couleurs pour les résumés", - "Column": "Colonne", - "Column (%)": "Colonne (%)", - "Column :": "Colonne:", - "Column Chart Options": "Options du graphique de colonne", - "Column Factor:": "Facteur de colonne:", - "Column Factors:": "Facteurs de colonne:", - "Column Label:": "Étiquette de colonne:", - "Column Name": "Nom de la colonne", - "Column Name Event Day": "Nom de la colonne du jour de l'événement", - "Column Name Extreme Event": "Nom de la colonne de l'événement extrême", - "Column Name:": "Nom de la colonne:", - "Column Selection": "Sélection de colonne", - "Column Statistics": "Statistiques de colonnes", - "Column Structure": "Structure de la colonne", - "Column Variable(s) (Factor):": "Variable(s) de colonne (acteurs):", - "Column Width:": "Largeur de la colonne:", - "Column to Duplicate:": "Colonne à dupliquer:", - "Column to Split:": "Colonne à diviser:", - "Column to Transform:": "Colonne de transformation:", - "Column to Unstack:": "Colonne à désempiler:", - "Column(s):": "Colonne(s):", - "Column:": "Colonne:", - "Column: ": "Colonne: ", - "Columns": "Colonnes", - "Columns to Combine:": "Colonnes à combiner:", - "Columns to Convert:": "Colonnes à convertir:", - "Columns to Delete:": "Colonnes à supprimer:", - "Columns to Include": "Colonnes à inclure", - "Columns to Rank:": "Colonnes à classer:", - "Columns to Reorder:": "Colonnes à réorganiser:", - "Columns to Sort by:": "Colonnes à trier par:", - "Columns to Stack:": "Colonnes pour empiler:", - "Columns to Transpose:": "Colonnes à transposer:", - "Columns to Unstack:": "Colonnes à désempiler:", - "Columns to be formatted ": "Colonnes à formater ", - "Columns:": "Colonnes:", - "Combine": "Combiner", - "Combine Factors": "Combiner les facteurs", - "Combine Graphs": "Combiner des graphiques", - "Combine Text Columns": "Combiner des colonnes de texte", - "Combined Graph": "Graphique combiné", - "Comma ": "Virgule", - "Comma separated file (*.csv)": "Fichier séparé par des virgules (*.csv)", - "Comma(": "Virgule(", - "Command": "Commande", - "Command Examples": "Exemples de commande", - "Command Format:": "Format de la commande:", - "Command Ok.": "Commande Ok.", - "Command produced an error or no output to display.": "La commande a produit une erreur ou aucune sortie à afficher.", - "Command produced an error.": "La commande a produit une erreur.", - "Command:": "Commande:", - "Commands": "Commandes", - "Comment Format:": "Format de commentaire:", - "Comment:": "Commentaire:", - "Comments": "Commentaires", - "Common": "Commun", - "Common Options": "Options communes", - "Common Regions:": "Régions communes:", - "Compare Columns": "Comparer de colonnes", - "Compare Satellite Data": "Comparer des données satellitaires", - "Compare Two Options": "Comparer deux Options", - "Comparison": "Comparaison", - "Comparison Summaries": "Résumés de comparaison", - "Comparisons to Display:": "Comparaisons d’affichage:", - "Complete records only": "Enregistrements complets uniquement", - "Complete rows only": "Lignes complètes seulement", - "Component": "Composant", - "Component:": "Composant:", - "Condition": "Condition", - "Condition Factors (Optional):": "Facteurs de condition (facultatifs):", - "Condition for Selection": "Condition pour la sélection", - "Condition for selection": "Condition pour la sélection", - "Condition:": "Condition:", - "Conditional": "Conditionnel", - "Conditional Eval Options": "Options d'Evaluation Conditionnelle", - "Conditional Quantile Options": "Options de quantile conditionnel", - "Conditional Quantile Plot": "Quantité conditionnelle", - "Conditions for Start of Rains": "Conditions de début des pluies", - "Conf=0.95": "Conf = 0,95", - "Confidence Interval:": "Intervalle de confiance:", - "Confidence Level:": "Niveau de confiance:", - "Confidence Limits": "Limites de confiance", - "Confidence interval": "Intervalle de confiance", - "Conjugent Gradent (CG)": "Gradent conjugué (CG)", - "Connect": "Connecter", - "Connect To ClimSoft Database": "Se connecter à la base de données ClimSoft", - "Connect to Climsoft Database": "Se connecter à la base de données Climsoft", - "Connected": "Connecté", - "Connecting Lines": "Lignes de connexion", - "Consecutive": "Consécutif", - "Constant": "Constante", - "Construct": "Construction", - "Construct Examples": "Construire des exemples", - "Contexts": "Contextes", - "Contexts to carry:": "Contextes à transporter:", - "Contingency": "Contingence", - "Continuity correction": "Correction de la continuité", - "Continuous": "En continu", - "Contract Sector:": "Contrat du secteur :", - "Contract Title:": "Titre du contrat:", - "Contract Value Categories:": "Catégories de valeur du contrat:", - "Contract Value Share Threshold:": "Seuil de part de marché valeur:", - "Contract Value:": "Valeur du contrat:", - "Contrast": "Contraste", - "Contrasts": "Contrastes", - "Control Options": "Options de contrôle", - "Control Variables:": "Variables de contrôle:", - "Conversions": "Conversions", - "Convert": "Convertir", - "Convert Case": "Convertir des cas", - "Convert Columns": "Convertir les colonnes", - "Convert Strings to Factor Columns": "Convertir des chaînes en colonnes de facteur", - "Convert To": "Convertir en", - "Convert to Character": "Convertir en caractère", - "Convert to Circular": "Convertir en Circulaire", - "Convert to Factor": "Convertir en facteur", - "Convert to Logical": "Convertir en Logique", - "Convert to Numeric": "Convertir en Numérique", - "Convert to Ordered Factor": "Convertir en facteur ordonné", - "Convert to Variate": "Convertir en Variation", - "Convert to:": "Convertir en:", - "Cook's Distance": "Distance du cuisinier", - "Cook's Distance v Leverage": "Distance v effet de levier de cuisson", - "Coordinates": "Coordonnées", - "Copy Data Frame": "Copier le tableau de données", - "Copy Image": "Copier l'image", - "Copy RichText": "Copier le texte riche", - "Copy Row Names into Column": "Copier les noms de ligne dans la colonne", - "Copy from Below": "Copier depuis le bas", - "Copy...": "Copier...", - "Cor": "Cor", - "Corrected Hue Where Colour Map Begins:": "Teinte corrigée où commence la carte des couleurs :", - "Corrected Hue Where Colour Map Ends:": "Teinte corrigée où se termine la carte des couleurs :", - "Correlation": "Corrélation", - "Correlation Display and Graphics": "Graphiques et affichage de corrélation", - "Correlation Matrix": "Matrice de corrélation", - "Correlation Plot": "Diagramme de corrélation", - "Correlations": "Corrélations", - "Corruption Output:": "Sortie de la corruption:", - "Corruption Outputs:": "Sorties de la corruption:", - "Cosine Distance between q-Gram Profiles": "Distance cosinus entre les profils q-Gram", - "Could not read time dimension dates from file.": "Impossible de lire les dates de la dimension temporelle depuis le fichier.", - "Count": "Compter", - "Count Records Data Frame:": "Compter des enregistrements du tableau des données:", - "Count in Factor": "Compter en facteur", - "Counting Process": "Processus de comptage", - "Countries:": "Pays:", - "Country Capitals": "Capitales de pays", - "Country Coloured Map": "Carte de pays colorée", - "Country ISO2:": "Pays ISO2:", - "Country ISO3:": "Pays ISO3:", - "Country Level": "Niveau du pays", - "Country Level Columns": "Colonnes de niveau de pays", - "Country Names:": "Noms de pays:", - "Country:": "Pays:", - "Counts": "Comptes", - "Counts on Y Axis": "Compter sur l'axe Y", - "Counts totals": "Comptes totaux", - "Courier": "Courrier", - "Couriersans": "Courriersans", - "Covariance": "Covariance", - "Create Labels": "Créer des étiquettes", - "Create Survival Object": "Créer un objet de survi", - "Create an account": "Créer un compte", - "Create subset of non-numeric cases": "Créer un sous-ensemble de cas non numériques", - "Crop Definitions": "Définitions de rognage", - "Crop Length Day(s):": "Jour(s) de longueur de culture:", - "Cumulative": "Cumulatif", - "Cumulative exceedance": "Dépassement cummulatif", - "Cumulative graph": "Graphique cumulatif", - "Cumulative/Exceedance Graph": "Graphique cumulatif/dépassement", - "Current Name:": "Nom actuel:", - "Current Value:": "Valeur actuelle:", - "Custom": "Personnalisé", - "Custom Range": "Plage personnalisée", - "Customised": "Personnalisé", - "Cutoff for 2000 years:": "Coupure pour 2000 ans:", - "DF": "DF", - "DF1": "DF1", - "DF2": "DF2", - "Daily": "Quotidien", - "Daily Data Entry": "Saisie de données quotidiennes", - "Daily Precipitation 0.05 degree": "Précipitation quotidienne de 0,05 degré", - "Daily Precipitation 0.25 degree": "Précipitation quotidienne de 0,25 degré", - "Dark2": "Sombre2", - "Dashed": "En pointillé", - "Data": "Données", - "Data (Optional):": "Données (facultatives):", - "Data Column and Factor Column": "Colonne de données et colonne de facteurs", - "Data Column:": "Colonne de données:", - "Data Columns": "Colonnes de données", - "Data Frame Label:": "Étiquette de tableau de données:", - "Data Frame Preview:": "Aperçu de tableau de données:", - "Data Frame(s):": "Tableau(x) de données:", - "Data Frame:": "Tableau de données:", - "Data Frames to Reorder:": "Cadres de données à réorganiser:", - "Data Frames:": "Tableaux de données:", - "Data From Row:": "Données de ligne:", - "Data Options": "Options de données", - "Data Period": "Période de données", - "Data Period Label": "Étiquette de période de données", - "Data Period label": "Étiquette de période de données", - "Data column": "Colonne de données", - "Data frame Metadata": "Métadonnées du tableau de données", - "Data list not implemented": "Liste de données non implémentée", - "Data:": "Données:", - "Database Name:": "Nom de la base de données:", - "Dataframe Name:": "Nom du tableau de données:", - "Dataset Name:": "Nom de l'ensemble de données:", - "Date": "Date", - "Date Order": "Ordre de date", - "Date Plot": "Diagramme de date", - "Date Range": "Plage de dates", - "Date Scales": "Échelle de dates", - "Date and Time": "Date et heure", - "Date labels": "Étiquettes de dates", - "Date:": "Date:", - "Dates/Times": "Date/Heures", - "Day": "Jour", - "Day Columns (31/62)": "Colonnes du jour (31/62)", - "Day Columns (31/62):": "Colonnes du jour (31/62):", - "Day Length": "Longueur du jour", - "Day Month": "Mois du jour", - "Day Month (1 Jan)": "Mois du jour (1 Jan)", - "Day Month Full (1 January)": "Mois du jour complet (1 janvier)", - "Day Number (1-366)": "Numéro du jour (1-366)", - "Day Of Month:": "Jour du mois", - "Day Range": "Plage du jour", - "Day in Month": "Jour en mois", - "Day in Year:": "Jour en année:", - "Day of Month:": "Jour du mois:", - "Day of Year": "Jour de l'année", - "Day of Year:": "Jour de l’année:", - "Day-Month(Full Name)-Year(4-digit)": "Jour-Mois (Nom complet)-Année(4-chiffres)", - "Day-Month(abbr)-Year(4-digit)": "Jour-Mois(abr)-Année(4-chiffre)", - "Day-Month-Year(4-digit)": "Jour-Mois-Année(4-chiffres)", - "Day/Month(Full Name)/Year(4-digit)": "Jour/Mois (Nom complet)/Année(4-chiffres)", - "Day/Month(abbr)/Year(4-digit)": "Jour/Mois(abr)/Année(4-chiffre)", - "Day/Month/Year(4-digit)": "Jour/mois/Année(4-chiffres)", - "Day:": "Jour:", - "Days": "Jours", - "Days for Quantiles:": "Jours pour les Quantiles:", - "Days in Month": "Jours du mois", - "December": "Décembre", - "Deciles && Quintiles": "Déciles && Quintiles", - "Decimal": "Décimal", - "Decimal Places for Percentages:": "Décimales pour les pourcentages:", - "Decimal:": "Décimal:", - "Declustering": "Décomposition", - "Default": "Par défaut", - "Default Format": "Format par défaut", - "Default Value:": "Valeur par défaut:", - "Define As Factor": "Définir comme Facteur", - "Define CRI": "Définir CRI", - "Define Climatic Data": "Définir les données climatiques", - "Define Corruption Outputs": "Définir la Corruption sorties", - "Define New Filter": "Définir le nouveau filtre", - "Define New Property": "Définir la nouvelle propriété", - "Define Options By Context Data": "Définir les options par données contextuelles", - "Define Procurement Data": "Définir les données sur l’approvisionnement", - "Define Red Flags": "Définir des drapeaux rouges", - "Define Survival Data": "Définir les données de survie", - "Define a Contrast:": "Définir un contraste:", - "Degree:": "Degré:", - "Degrees of freedom:": "Degrés de liberté:", - "Degrees:": "Degrés:", - "Dekad": "Dekad", - "Dekad Precipitation 0.05 degree": "Précipitation Dekad 0,05 degré", - "Del": "Suppr", - "Delete": "Supprimer", - "Delete Column": "Supprimer la colonne", - "Delete Column(s)": "Supprimer la ou les colonnes", - "Delete Columns": "Supprimer les colonnes", - "Delete Data Frames": "Supprimer les tableaux de données", - "Delete From:": "Supprimer de:", - "Delete Key": "Supprimer la clé", - "Delete Link": "Supprimer le lien", - "Delete Metadata": "Supprimer les métadonnées", - "Delete Objects": "Supprimer les objets", - "Delete Row(s)": "Supprimer le(s) ligne(s)", - "Delete Rows/Columns": "Supprimer des lignes/colonnes", - "Delete Selected": "Supprimer la sélection", - "Delete Theme": "Supprimer le thème", - "Density": "Densité", - "Density Options": "Options de densité", - "Density Plot": "Diagramme de densité", - "Density plot": "Diagramme de densité", - "Descending": "Décroissant", - "Descending Frequencies": "Descendant des fréquences", - "Describe Display Options": "Décrire les Options d’affichage", - "Describe Survival": "Décrire la survie", - "Describe Two Variables": "Décrire deux Variables", - "Deselect All Levels": "Désélectionner tous les niveaux", - "Details": "Détails", - "Details Options": "Options de détails", - "Detect": "Détecter", - "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Le saviez-vous : L'importation de données provenant d'autres paquets statistiques est facile. Allez dans 'Fichier > Ouvrir à partir d'un fichier...' et choisissez votre fichier.", - "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Le saviez-vous : R-Instat a commencé en tant que campagne de financement de la foule en 2015 par des partenaires travaillant dans toute l'Afrique.", - "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Le saviez-vous : R-Instat stocke les métadonnées sur les colonnes et les images de données que vous pouvez modifier. Allez dans Affichage > Metadonnées de colonnes... ou Metadonnées de tableau de données... pour afficher et modifier les métadonnées.", - "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Le saviez-vous : R-Instat a été développé en Afrique par l'African Maths Initiative (AMI)?", - "Did you know: You can easily view a whole data frame in a separate window.": "Le saviez-vous : Vous pouvez facilement voir une image de données entière dans une fenêtre séparée.", - "Dida": "Dida", - "Difference": "Différence", - "Difference Column:": "Colonne de différence:", - "Differences": "Différences", - "Dimensions to Plot:": "Dimensions du diagramme:", - "Direction (N/S E/W):": "Direction (N/S E/W):", - "Disconnect": "Déconnecter", - "Discrete": "Discret", - "Dispaly Daily Options": "Options d’affichage quotidien", - "Display": "Afficher", - "Display Chi-Square Breakpoints": "Afficher les points d'arrêt chi-carré", - "Display Daily Data": "Affichage des données quotidiennes", - "Display Format:": "Format d’affichage:", - "Display From:": "Afficher à partir de:", - "Display Graph Results": "Afficher les résultats du graphique", - "Display HTML in Output Window": "Affichage HTML dans la fenêtre sortie", - "Display In Output": "Afficher en sortie", - "Display Margins": "Afficher les marges", - "Display Model": "Afficher le modèle", - "Display NA as:": "Afficher NA comme:", - "Display Objects...": "Afficher les objets...", - "Display Options": "Options d'affichage", - "Display Options...": "Options d’affichage...", - "Display Outer Margins": "Afficher les marges extérieures", - "Display Rain Days": "Afficher les jours de pluie", - "Display Summary": "Résumé d'affichage", - "Display Top N": "Afficher les N du haut", - "Display Values As": "Afficher les valeurs comme", - "Display as Decimal": "Afficher en tant que décimal", - "Display as decimal": "Afficher en tant que décimal", - "Display details of warnings and errors": "Afficher les détails des avertissements et erreurs", - "Display dialog's selected data frame in grid": "Afficher le tableau de données sélectionné dans la grille", - "Display in Interactive Viewer": "Affichage dans le visualiseur interactif", - "Display in Output Window": "Affichage dans la fenêtre sortie", - "Display in R Viewer": "Affichage dans le visualiseur de R", - "Display in R-Viewer": "Affichage dans R-visualiseur", - "Display in Separate Window": "Affichage dans une fenêtre séparée", - "Display in Separate Windows": "Affichage dans des fenêtres séparées", - "Display summary": "Résumé de l'affichage", - "Display:": "Afficher:", - "DisplayChi": "AfficherChi", - "Distance based on Soundex Encoding": "Distance basée sur l'encodage Soundex", - "Distribution Options": "Options de distribution", - "Distribution Parameters:": "Paramètres de distribution:", - "Distribution:": "Distribution:", - "Diverging": "Divergent", - "DoY average": "Moyenne du DoY", - "Dodge": "Dodge", - "Dodge2": "Esquive2", - "Domain": "Domaine", - "Don' t import data after downloading": "Ne pas importer de données après le téléchargement", - "Don't import data after downloading": "Ne pas importer de données après le téléchargement", - "Dot ": "Point", - "Dot Plot": "Diagramme à points", - "Dot Plot Options...": "Options de diagramme de point...", - "Dot plot": "Diagramme à point", - "Dot-dash": "Tableau de point", - "Dotplot": "Diagramme à point", - "Dotted": "Pointillé", - "Double Decker": "Double Decker", - "Doy:": "Jour de l'annee:", - "Drop Missing Combinations": "Abandonner les combinaisons manquantes", - "Drop Unused Levels": "Abandonner les niveaux inutilisés", - "Drop empty factor levels": "Abandonner des niveaux de facteurs vides", - "Dry Month": "Mois sec", - "Dry Period": "Période sèche", - "Dry Spell": "Sort sec", - "Dummy Variables": "Variables nominales", - "Duplicate": "Dupliquer", - "Duplicate Column": "Dupliquer la colonne", - "Duplicates": "Doublons", - "Duplicates Only": "Doublons uniquement", - "E": "E", - "ERA5 hourly data (single levels)": "ERA5 données horaires (niveaux individuels)", - "Edit Condition": "Modifier une condition", - "Edit Filter": "Modifier le filtre", - "Editor Window": "Fenêtre de l’éditeur", - "Eigenvalue": "Valeur propre", - "Eigenvalues": "Eigenvalues", - "Eigenvectors": "Vecteurs propres", - "Element": "Élément", - "Element Abbreviation": "Abréviation de l'élément", - "Element IDs": "ID de l'élément", - "Element Line": "Ligne de l’élément", - "Element Name:": "Nom d'élément:", - "Element Names": "Noms des éléments", - "Element Order": "Ordre des éléments", - "Element Text ": "Texte de l’élément ", - "Element Types": "Types d'éléments", - "Element(s):": "Élément (s):", - "Element1 (Tmax):": "Element1 (Tmax):", - "Element2 (Tmin):": "Element2 (Tmin):", - "Element:": "Élément:", - "ElementRect": "ElementRect", - "Elements": "Éléments", - "Elements to Edit:": "Éléments à modifier:", - "Elements-Stations": "Éléments-Stations", - "Elements:": "Éléments:", - "Empty": "Vide", - "Encoding:": "Codage:", - "End": "Fin", - "End :": "Fin:", - "End Date:": "Expire à fin:", - "End Day": "Fin du jour", - "End Value:": "Valeur finale:", - "End Year for Climatological Period:": "Année de fin de la période climatique:", - "End Year for Region Average:": "Année de fin pour la moyenne de la région:", - "End Year for Station Trend:": "Tendance de l'année de fin de la Station:", - "End Year for Variogram Period:": "Année de fin pour la période du Variogramme:", - "End date:": "Date de fin:", - "End of Rains": "Fin des pluies", - "End of Rains/Season": "Fin des pluies/Saison", - "End of Season": "Fin de la saison", - "End(L):": "Fin(L):", - "End:": "Fin:", - "English": "Anglais", - "Ensure complete years": "Assurer des années complètes", - "Enter": "Entrer", - "Enter Data": "Entrer les données", - "Enter Result Into:": "Entrer le résultat dans:", - "Enter value(s)": "Entrer des valeur(s)", - "Entire Range": "Plage entière", - "Entry Time:": "Heure d'entrée:", - "Equal To": "Égal à", - "Equitable Threat Score": "Score de menace équitable", - "Establish Connection..": "Établir une connexion...", - "Estimate": "Estimation", - "Estimate:": "Estimation :", - "Estimated:": "Estimé :", - "Estimates": "Estimations", - "Estimates:": "Estimations:", - "Estimation methods": "Méthodes d’estimation", - "Evaluation": "Évaluation", - "Evaporation:": "Évaporation:", - "Evapotraspiration": "Évapotranspiration", - "Event Occurs When Value is:": "L'événement se produit lorsque la valeur est:", - "Event:": "Événement:", - "Every": "Tous les", - "Exact": "Exact", - "Examine": "Examiner", - "Examples": "Exemples", - "Exceedance": "Dépassement", - "Exclude": "Exclure", - "Exclude Missing": "Exclure les éléments manquants", - "Exclude/Separate:": "Exclusion/séparé:", - "Exit Preview and Print": "Quitter l'aperçu et l'impression", - "Exit Time:": "Heure de sortie:", - "Expand": "Agrandir", - "Explanatory Model for Location or Scale": "Modèle explicatif pour l'emplacement ou l'échelle", - "Explanatory Model:": "Modèle explicatif:", - "Explanatory Variable:": "Variable explicative:", - "Explanatory Variables:": "Variables explicatives:", - "Exponential": "Exponential", - "Export Datasets": "Exporter l'ensembe de données", - "Export File(s):": "Exporter fichier(s):", - "Export File:": "Fichier d’exportation:", - "Export Graph As Image": "Exporter le graphique comme une Image", - "Export R Objects": "Exporter des objets de R", - "Export R Workspace": "Exporter l'espace de travail R", - "Export To World Weather Record": "Exporter vers un enregistrement météo mondial", - "Export for PICSA": "Exporter pour PICSA", - "Export to CMSAF R ToolBox": "Exporter vers la boîte à outils CMSAF R", - "Export to CPT": "Exporter vers CPT", - "Export to OpenRefine": "Exporter vers OpenRefine", - "Expression": "Expression", - "Exremal Dependency Index": "Indice de dépendance extrême", - "Extend Fill": "Remplir de l'extension", - "Extra Rows": "Extra lignes", - "Extract": "Extraire", - "Extreme": "Extrême", - "Extreme Dependency Score": "Score de dépendance extrême", - "Extreme Events": "Événements extrêmes", - "Extreme Maximum": "Maximum extrême", - "Extreme Minimum": "Minimum extrême", - "Extreme_Value": "Valeur_extrême", - "Extremes ": "Extrêmes ", - "Extremes Display Options": "Options d'affichage des extrêmes", - "Extremes Method": "Méthode Extrêmes", - "F": "F", - "F1": "F1", - "FALSE": "FAUX", - "FIt Model": "Modèle FIt", - "Face": "Face", - "Facet": "Facette", - "Facet (Optional):": "Facette (facultatif):", - "Facet By (Optional):": "Facette par (facultatif):", - "Facet By (Station):": "Facette par (Station):", - "Facet By:": "Facette par:", - "Facet Column(s):": "Colonne(s) de facette:", - "Facet Label Background ": "Fond d'étiquette à facettes ", - "Facet Labels": "Étiquettes de facette", - "Facet by Column Factor": "Facteur de facette par colonne", - "Facet labels": "Étiquettes de facette", - "Facet labels along horizontal direction": "Étiquettes de facette le long de la direction horizontale", - "Facet labels along vertical direction": "Étiquettes de facette le long de la direction verticale", - "Facet2 (Optional):": "Facette2 (facultatif):", - "Facet:": "Facette:", - "Facets": "Facettes", - "Facets:": "Facettes:", - "Factor": "Facteur", - "Factor (Optional):": "Facteur (facultatif):", - "Factor Data Frame": "Tableau de données facteur", - "Factor Into:": "Facteur dans:", - "Factor Level": "Niveau de facteur", - "Factor Options": "Options de facteur", - "Factor Selected:": "Facteur choisi:", - "Factor Values for Selection": "Valeurs de facteur pour la sélection", - "Factor Variable:": "Facteur Variable:", - "Factor to Unstack by:": "Facteur à désempiler par:", - "Factor:": "Facteur:", - "Factors": "Facteurs", - "Factors Selected:": "Facteurs sélectionnés:", - "Factors as Percentage:": "Facteurs en pourcentage:", - "Factors:": "Facteurs:", - "Factory Reset": "Réinitialisation d'usine", - "Fahrenheit": "Fahrenheit", - "False Alarm Ratio": "Ratio d'alarme erronée", - "Family": "Famille", - "February": "Février", - "Feet per second (ftps)": "Pieds par seconde (ftps)", - "File:": "Fichier:", - "Files with the same names will be overwritten.": "Les fichiers portant le même nom seront écrasés.", - "Fill": "Remplir", - "Fill (Optional):": "Remplir (facultatif):", - "Fill Color": "Couleur de remplissage", - "Fill Colour (Optional):": "Remplir de couleur (facultatif):", - "Fill Colour:": "Couleur de remplissage:", - "Fill Scale": "Remplir l'échelle", - "Fill date gaps": "Remplir les vides de date", - "Fill:": "Remplir:", - "Filter": "Filtre", - "Filter By:": "Filtrer par:", - "Filter From Factors": "Filtrer à partir des facteurs", - "Filter:": "Filtrer:", - "Filters": "Filtres", - "Filters From Factor": "Filtrer à partir des facteurs", - "Find Forms": "Trouver des formes", - "Find Non-Numeric Values": "Trouver des valeurs non-numériques", - "Find all": "Trouver tout", - "Find next": "Trouver le suivant", - "Find what": "Trouver quoi", - "Find whole word only": "Trouver le mot entier uniquement", - "Finish": "Terminer", - "First": "Premier", - "First Column:": "Première colonne:", - "First Context:": "Premier contexte:", - "First Data Frame": "Premier tableau de données", - "First Data Frame:": "Première structure de données:", - "First Explanatory Variable": "Première variable explicative", - "First Explanatory Variable:": "Première variable explicative:", - "First Factor:": "Premier facteur:", - "First Line is Column Headers:": "Première ligne est les en-têtes de colonnes:", - "First Row is Column Headers": "La première ligne est l'en-tête de colonne", - "First Variable(s):": "Première Variable(s):", - "First Variable:": "Première Variable:", - "First Variables:": "Premières variables:", - "First Word:": "Premier mot:", - "Fiscal Year:": "Année fiscale:", - "Fit": "Ajuster", - "Fit Model and Bootstrap Options": "Modèle et Options de démarrage", - "Fit Multiple": "Ajuster à plusieurs", - "Fit Single": "Ajuster un seul", - "Fit a Gamma Distribution": "Ajuster une distribution Gamma", - "Fit an Extreme Distribution": "Monter une répartition extrême", - "Fitted Model": "Modèle ajusté", - "Fitted Model:": "Modèle ajusté:", - "Fitted Values": "Valeurs ajustées", - "Fitting Method": "Méthode d'ajustement", - "Fitting Options": "Options d’ajustement", - "Fixed": "Fixé", - "Fixed Day": "Jour fixé", - "Fixed Number of Columns": "Nombre de colonnes fixé", - "Fixed Number of Components": "Nombre fixe de composants", - "Fixed Number of Rows": "Nombre fixe de lignes", - "Fixed width": "Largeur fixe", - "Flat Frequency Table": "Tableau de fréquence plat", - "Flip Coordinates": "Retourner les coordonnées", - "Flip coordinates": "Retourner les coordonnées", - "Fliter Preview:": "Aperçu de Flitre:", - "Font Size:": "Taille de la police:", - "For All Dialogs": "Pour toutes les boîtes de dialogue", - "For This Dialog Only": "Pour cette boîte de dialogue uniquement", - "Force positive": "Forcer le positif", - "Foreign Winner:": "Gagnant étranger:", - "Format Current or Selected Columns": "Formater les colonnes actuelles ou sélectionnées", - "Format Data": "Formater les données", - "Format Description": "Description de format", - "Format Field": "Champ format", - "Format Font:": "Polices de format:", - "Format:": "Format:", - "Four Variable Modelling": "Modélisation de quatre variables", - "Fourth Context:": "Quatrième contexte:", - "Fraction Trimmed:": "Fraction coupée:", - "Fractions": "Fractions", - "Free": "Libre", - "Free Scale Axis for Facets": "Axe de l'échelle libre pour les facettes", - "Free Scale Y Axis": "Axe Y d'échelle libre", - "Free Scales X": "Échelles libres X", - "Free Scales Y": "Échelles libres Y", - "Free Space": "Espace libre", - "Free_x": "Libre_x", - "Free_y": "Libre_y", - "Freeze Columns": "Geler les colonnes", - "Freeze Columns:": "Geler les colonnes :", - "French": "Français", - "Frequencies Options": "Options de fréquences", - "Frequency": "Fréquence", - "Frequency Polygon": "Polygone de fréquence", - "Frequency Polygon Options": "Options du Polygone de Fréquence", - "Frequency Table & Graph Options": "Tableau des fréquences & Options des graphiques", - "Frequency Tables": "Tableaux de Fréquence", - "Frequency polygon": "Polygone de fréquence", - "Frequency tables": "Tableaux de fréquence", - "From": "De", - "From Library": "Depuis la bibliothèque", - "From Package:": "À partir du paquet:", - "From:": "De:", - "Frost Days [1:FD]": "Jours de givre [1:FD]", - "Full Damerau-Levenshtein Distance": "Distance maximale de Damerau-Levenshtein", - "Full Join": "Joindre complètement", - "Full Name": "Nom complet", - "Function Name:": "Nom de la fonction:", - "Function...": "Fonction...", - "Function:": "Fonction:", - "GEV": "GEV", - "GP": "GP", - "Gamma": "Gamma", - "Gamma_With_Shape_and_Mean": "Gamma_avec_formation_et_moyenne", - "Gamma_With_Shape_and_Rate": "Gamma_avec_forme_et_taux", - "Gamma_With_Shape_and_Scale": "Gamma_de_forme_et_d'échelle", - "Gamma_With_Zeros": "Gamma_avec_Zeros", - "Gaussian": "Gaussienne", - "General ANOVA": "ANOVA Générale", - "General ANOVA Options...": "Options générales d'ANOVA...", - "General Case": "Cas général", - "General Summaries": "Résumés généraux", - "Generalized Linear Models": "Modèles linéaires généralisés", - "Generate Random Sample": "Générer l’échantillon aléatoire", - "Geom": "Geom ", - "Geom Aesthetics:": "Géom Esthétique:", - "Geom:": "Géom:", - "Geometric": "Géométrique", - "Geometry": "Géométrie", - "Geometry:": "Géométrie:", - "Gerrity Score": "Score Gerrity", - "Glance": "Coup d'œil", - "Globalminmax": "Globalminmax", - "GnBu": "GnBu", - "Goodness of Fit (MGE)": "Qualité de l’ajustement (MGE)", - "Graph": "Graphique", - "Graph Caption": "Légende de graphique ", - "Graph Caption:": "Légende de graphique:", - "Graph Columns:": "Colonnes du graphique:", - "Graph Display": "Graphique à barres", - "Graph Frequencies": "Graphique des fréquences", - "Graph Options": "Options de Graph", - "Graph Sub Title": "Sous titre de graphique", - "Graph Sub Title:": "Sous titre de graphique:", - "Graph Subtitle:": "Sous-titre du graphique:", - "Graph Title": "Titre du graphique ", - "Graph Title:": "Titre du graphique:", - "Graph and Display Options": "Graphique et Options d’affichage", - "Graph by Year": "Graphique par année", - "Graph to Use:": "Graphique à utiliser:", - "Graph to View:": "Graphique à afficher:", - "Graph:": "Graphique:", - "Graphs": "Graphiques", - "Graphs GUI": "Graphiques GUI", - "Graphs To Combine:": "Graphiques pour combiner:", - "Greater Than": "Supérieur à", - "Greater than": "Supérieur à", - "Green": "Vert", - "Greens": "Verts", - "Grey": "Gris", - "Greys": "Gris", - "Grid lines": "Lignes de grille", - "Grid square": "Grille carrée", - "Grop Height": "Grop Hauteur", - "Grop Width": "Grop Largeur", - "Group (Optional):": "Données (facultatives):", - "Group Data": "Données de groupe", - "Group to Connect": "Groupe à connecter", - "Group:": "groupe:", - "GroupBox1": "Boîte de groupe1", - "Grouping Factor (Optional):": "Facteur de regroupement (facultatif):", - "Grouping Factor:": "Facteur de regroupement:", - "Growing Season Length [5:GSL]": "Longueur de la saison grandissante [5:GSL]", - "Guess": "Deviner", - "Gumbel": "Gumbel", - "H Line Options": "Options de la ligne H", - "HTML (Browser)": "HTML (navigateur)", - "HTML Table": "Table HTML", - "Hamming Distance": "Distance du marteau", - "Hannan-Quinn": "Hannan-Quinn", - "Hargreaves Samani": "Hargreaves Schmidt", - "Harmonics:": "Harmoniques:", - "Hash #": "Hachage #", - "Have you tried: Boxplots by a factor.": "Avez-vous essayé: Diagramme en boite par un facteur.", - "Have you tried: Describing all your variables at once.": "Avez-vous essayé : De décrire toutes vos variables en une seule fois.", - "Have you tried: Using the library datasets.": "Avez-vous essayé : L'utilisation d'ensembles de données de la bibliothèque.", - "Heidke Skill Score": "Score de compétence Heidke", - "Helmert": "Helmert", - "Help ": "Aide", - "Help...": "Aide...", - "Helvetica - Narrow": "Helvetica - Étroite", - "Helveticaserif": "Helvéticaserif", - "Hidden Column(s):": "Colonne(s) cachée(s):", - "Hidden Data Frame(s):": "Image(s) de données cachées:", - "Hide": "Cacher", - "Hide (future) commands": "Cacher les commandes (futures)", - "Hide Details <<": "Masquer les détails <<", - "Hide/Unhide Column(s)": "Cacher/Démasquer la ou les colonnes(s)", - "Hide/Unhide Data Frame(s)": "Cacher/Démasquer les tableaux de données", - "High Ascending": "Haut croissant", - "High Descending": "Haut décroissant", - "Highlight Alternate Rows": "Surligner les lignes alternatives", - "Hist Plot": "Diagramme hist", - "Histogram": "Histogramme", - "Histogram (Rose Plot)": "Histogramme (Diagramme de Rose)", - "Histogram Bins:": "Bins d'histogramme:", - "Histogram Method": "Méthode d'histogramme", - "Histogram Options": "Options de l’histogramme", - "Histogram Plot": "Graphique histogramme", - "Hit Rate": "Taux de clics", - "Hjust": "Hjuste", - "Homogenization (Change Point)": "Homogénéisation (Changer de Point)", - "Horizontal": "Horizontale", - "Horizontal Label Position:": "Position de l’étiquette horizontale:", - "Horizontal Plot": "Diagramme horizontal", - "Horizontal Plot (coord-flip)": "Diagramme horizontal (coord-flip)", - "Horizontal major grid lines ": "Lignes de grille principales horizontales", - "Horizontal minor grid lines": "Lignes de grille mineures horizontales", - "Horizontally": "Horizontalement", - "Host:": "Hôte:", - "Hour": "Heure", - "How to Display": "Comment afficher", - "Humidity Max:": "Humidité Max :", - "Humidity Min:": "Humidité Min :", - "HydroGOF": "HydroGOF", - "Hypergeometric": "Hypergéométrique", - "Hyphen -": "Tiret", - "Hypothesis Tests": "Tests d'Hypothèse", - "I()": "I()", - "ID Column Name:": "Nom de la colonne ID:", - "ID Column:": "ID Column:", - "ID/Station:": "ID/Station:", - "ID:": "ID:", - "IDs": "IDs", - "IQR": "IQR", - "Icing Days [3:ID]": "Jours de glace [3:ID]", - "Identifier (Optional):": "Identifiant (facultatif):", - "Identifier:": "Identifier:", - "Identity": "Identité", - "Ignore Global Aesthetics": "Ignorer l'esthétique mondiale", - "Ignore Labels": "Ignorer les étiquettes", - "Ignore Missing Values": "Ignorer les valeurs manquantes", - "Ignore values on invalid dates": "Ignorer les valeurs à des dates non valides", - "Import": "Importer", - "Import CSV Options": "Options d'importation CSV", - "Import Dataset": "Importer l'ensemble de données", - "Import Excel Options": "Options d’importation Excel", - "Import From CSPRO": "Importation de CSPRO", - "Import From Climsoft": "Importer depuis Climsoft", - "Import From Climsoft Wizard": "Importer depuis l'assistant Climsoft", - "Import From Databases": "Importation de bases de données", - "Import From IRI (Internet connection needed)": "Importer depuis IRI (connexion Internet nécessaire)", - "Import Options": "Options d'importation", - "Import RDS Options": "Importer les options RDS", - "Import Text Options": "Options d’importation texte", - "Import and Tidy NetCDF File": "Importer et ranger le fichier NetCDF", - "Import and Tidy Shapefiles": "Importer et ranger les fichiers de forme", - "Import calculations": "Importer des calculs", - "Import changes log": "Importer le journal des modifications", - "Import csv Options": "Options d’importation csv", - "Import filters": "Importer des filtres", - "Import from CDS (Climate Data Store)": "Importer depuis MDC (Magasin de données climatiques)", - "Import from ODK": "Importer depuis ODK", - "Import from OpenRefine": "Importer depuis OpenRefine", - "Import into climate object": "Importer dans l'objet climat", - "Import metadata": "Importer les métadonnées", - "Import objects": "Importer des objets", - "Importing the following sheets:": "Importation des feuilles suivantes:", - "Imputed:": "Imputé:", - "In Steps Of:": "Dans les étapes de:", - "In Steps of:": "Dans les étapes de :", - "In steps of:": "Dans étapes de:", - "Inches": "Pouces", - "Include": "Inclure", - "Include Arguments": "Inclure les arguments", - "Include Boxplot": "Inclure Boxplot", - "Include Comments by Default": "Inclure les commentaires par défaut", - "Include Contexts": "Inclure les contextes", - "Include Default Parameter Values in R Commands": "Inclure les valeurs par défaut des paramètres dans les commandes R", - "Include Elements Information": "Inclure les informations sur les éléments", - "Include Facets": "Inclure les facettes", - "Include First Date of Occurrence": "Inclure la première date d'occurrence", - "Include Graph": "Inclure graphique", - "Include Graphs": "Inclure les graphiques", - "Include Horizontal Line": "Inclure la ligne horizontale", - "Include ID Column": "Inclure la colonne ID", - "Include Last Date of Occurrence": "Inclure la dernière date d'occurrence", - "Include Level Numbers": "Inclure les nombres de niveau", - "Include Lines of Best Fit": "Inclure les lignes de la meilleure adaptation", - "Include Major Grid Lines": "Inclure les lignes principales de la grille", - "Include Mean Line": "Inclure une ligne moyenne", - "Include Mean Lines": "Inclure les lignes moyennes", - "Include Metadata": "Inclure les métadonnées", - "Include Minor Grid Lines": "Inclure les lignes de grille mineures", - "Include Missing Values": "Inclure les valeurs manquantes", - "Include Models": "Inclure les modèles", - "Include N Occurances": "Inclure N occurrences", - "Include Observation Data": "Inclure les données d’observations", - "Include Observation Flags": "Inclure les drapeaux d’observations", - "Include P-Values": "Inclure les Valeurs-P", - "Include Percentages": "Inclure les pourcentages", - "Include Points": "Inclure les points", - "Include Regular Expressions": "Inclure les expressions régulières", - "Include Smooth Line": "Inclure une ligne lisse", - "Include Variable Name in Labels": "Inclure le nom de la variable dans les étiquettes", - "Include in Original Data": "Inclure dans les données d’origine", - "Include requested points in data (if specified)": "Inclure les points demandés dans les données (si spécifié)", - "Include value after label": "Inclure la valeur après l'étiquette", - "Including": "Incluant", - "Index": "Index", - "Index Components:": "Composants de l’indice:", - "Index Number of Duplicates": "Numéro d’index de doublons", - "Index of agreement": "Index d'accord", - "Indicators:": "Indicateurs:", - "Indices": "Indices", - "Indices Data Frame:": "Tableau de données d'Indices:", - "Indices Help": "Aide d’indices", - "Individual": "Individuel", - "Individual Plots": "Diagramme individuelles", - "Individual Summaries": "Résumés individuels", - "Individuals": "Individuels", - "Individuals Plot": "Diagrammes individuels", - "Inner Join": "Jointure interne", - "Insert": "Insérer", - "Insert ": "Insérer ", - "Insert 1 Column After": "Insérer 1 colonne après", - "Insert 1 Column Before": "Insérer 1 colonne avant", - "Insert Column(s) After": "Insérer une ou plusieurs colonnes après", - "Insert Column(s) Before": "Insérer une ou plusieurs colonnes avant", - "Insert Columns": "Insérer des colonnes", - "Insert Columns/Rows": "Insérer des colonnes/lignes", - "Insert Row(s) After": "Insérer la/les ligne(s) après", - "Insert Row(s) Before": "Insérer des lignes(s) avant", - "Insert Rows": "Inserer de(s) ligne(s)", - "Insert Values": "Insérer les valeurs", - "Insert at Position:": "Insérer à la position:", - "Inspect Values": "Inspecter les valeurs", - "Install Missing Packages (Online)": "Installer les paquets manquants (en ligne)", - "Integer": "Entier", - "Interactions:": "Interactions:", - "Interested Variable": "Variable intéressée", - "Interested variable": "Variable intéressée", - "Interpolate": "Interpoler", - "Interpolate Missing Days": "Interpoler les jours manquants", - "Interpolate Missing Entries": "Interpoler les entrées manquantes", - "Interval": "Intervalle", - "Interval Size:": "Taille de l'intervalle:", - "Interval2": "Intervalle2", - "Interval:": "Intervalle:", - "Into": "Dans", - "Into Binary Columns": "Dans les colonnes binaires", - "Into Text Components": "En éléments de texte", - "Inventory": "Inventaire", - "Inventory Plot": "Graphique de l’inventaire", - "Inventory Plot Options": "Options de graphique d'inventaire", - "Inverse": "Inverse", - "Inverse_Gaussian": "Inverse_Gaussien", - "Inward": "Intérieur", - "Is Currency": "Est une devise", - "Is_Element": "Est un élément", - "Italic": "Italique", - "J:": "J:", - "Jaccard Distance between q-Gram Profiles": "Distance Jaccard entre les profils q-Gram", - "January": "Janvier", - "Jaro or Jaro-Winker Distance": "Distance du Jaro ou du Jaro-Winker", - "Jitter": "Gigue", - "Jitter Options": "Options de Gigue", - "Jitter Plot": "Graphique de gigue", - "Jitter dodge": "Esquive de la gigue", - "Jitter:": "Gigue:", - "Join Options": "Options de connexion", - "Join Type:": "Type de jointure:", - "Join by:": "Joindre par:", - "Joining By:": "Rejoindre par:", - "Joining Columns": "Se joindre à colonnes", - "July": "Juillet", - "Jump (Element1)": "Saut (élément1)", - "June": "Juin", - "Justify Legend Box": "Justifier la boite de légende", - "KGE": "KGE", - "Kappa": "Kappa", - "Keep Attributes": "Conserver les attributs", - "Keep Raw Time": "Garder le temps brut", - "Keep as Missing": "Garder comme manquant", - "Keep existing data frames": "Garder les tableaux de données existants", - "Keep existing position": "Garder la position existante", - "Kelvin": "Kelvin", - "Kendall": "Kendall", - "Kernel": "Noyau", - "Kernel :": "Noyau:", - "Key Check:": "Vérification de la clé:", - "Key Columns": "Colonnes clés", - "Key Columns:": "Colonnes de la clé:", - "Key Name:": "Nom de la clé:", - "Keys:": "Clés:", - "Kilometres per hour (kmph)": "Kilomètres par heure (kmph)", - "Kiswahili": "Kiswahili", - "Kling-Gupta efficiency": "Efficacité Kling-Gupta", - "Knots": "Noeuds", - "Kobo": "Kobo", - "Kurtosis": "Kurtose", - "L-moments": "L-moments", - "LSD": "LSD", - "Label": "Étiquette", - "Label Cities": "Étiqueter les villes", - "Label Text (Lower):": "Texte de l’étiquette (Inférieur):", - "Label Text (Upper):": "Texte de l'étiquette (Supérieur):", - "Label Text:": "Texte de l’étiquette:", - "Label Transparency:": "Transparence de l’étiquette:", - "Label Type:": "Type d’étiquette:", - "Label Variable (Optional):": "Variable d'étiquette (facultatif):", - "Label of axes": "Étiquette des axes", - "Label:": "Étiquette:", - "Labelled Convert": "Conversion étiquetée", - "Labels": "Étiquettes", - "Labels (": "Étiquettes (", - "Labels (Optional):": "Étiquettes (facultatif):", - "Labels/Levels": "Étiquettes/niveaux", - "Labels:": "Noms :", - "Lang": "Lang", - "Language": "Langue", - "Languages": "Langues", - "Large": "Large", - "Last": "Dernier", - "Last Word:": "Dernier mot:", - "Latin-1": "Latin-1", - "Latitude": "Latitude ", - "Latitude Offset:": "Offset de latitude:", - "Latitude:": "Latitude:", - "Latitute:": "Latitute:", - "Layer Dimensions (Aesthetics)": "Dimensions de couche (esthétique)", - "Layer Options": "Options de couche", - "Layer Parameters (Geom Parameters)": "Paramètres de couche (paramètres géom.)", - "Layers": "Couches", - "Layers:": "Couches:", - "Layout": "Mise en page", - "Layout Of Data": "Mise en page des données", - "Layout incomplete: layout must contain all graphs.": "Mise en page incomplète : la mise en page doit contenir tous les graphiques.", - "Layout of data": "Mise en page des données", - "Layout:": "Mise en page:", - "Leap Year": "Année bissextile", - "Leave as Missing": "Laisser comme manquant", - "Left": "À gauche", - "Left Join": "Jointure gauche", - "Left:": "À gauche:", - "Legend": "Légende", - "Legend (More Options)": "Légende (plus d’Options)", - "Legend Adjustments": "Ajustements de légende", - "Legend Background and Key": "Clé et l’arrière-plan de la légende", - "Legend Box Spacing": "Espacement des boîtes de légende", - "Legend Direction": "Direction de la légende", - "Legend Justification": "Justification de la légende", - "Legend Key Measurement": "Mesure clé de légende", - "Legend Layout": "Mise en page de la légende", - "Legend Position": "Position de la légende", - "Legend Position:": "Position de la légende:", - "Legend Spacing": "Espacement de légende", - "Legend Title": "Titre de la légende", - "Legend Title and Text": "Texte et titre de légende", - "Legend item labels": "Étiquettes d'élément légendes", - "Legend label": "Étiquette de légende", - "Legend position": "Position de la légende", - "Length": "Longueur", - "Length of Season": "Longueur de la Saison", - "Length:": "Longueur :", - "Less Than": "Inférieur à", - "Less than": "Inférieur à", - "Level": "Niveau", - "Level Omitted": "Niveau omis", - "Levels/Labels (Optional)": "Niveaux/étiquettes (facultatifs)", - "Levenshtein Distance": "Distance de Levenshtein", - "Leverage": "Effet de levier", - "Lexical Order": "Ordre lexicale", - "Light-Blue": "Bleu clair", - "Likelihood": "Probabilité", - "Likert Graph": "Graphe de Likert", - "Likert Options": "Options de Likert", - "Limits": "Limites", - "Limits:": "Limites:", - "Line": "Ligne", - "Line ": "Ligne ", - "Line Colour:": "Couleur de la ligne:", - "Line End": "Fin de la ligne", - "Line Format": "Format de ligne", - "Line Graph": "Graphique linéaire", - "Line Height": "Hauteur de la ligne", - "Line Options": "Options de ligne", - "Line Plot": "Diagramme en ligne", - "Line Type": "Type de ligne", - "Line Type:": "Type de ligne:", - "Line along x axis": "Ligne le long de l'axe x", - "Line along y axis": "Ligne le long de l'axe y", - "Line plot": "Diagramme de ligne", - "Line width": "Largeur de ligne", - "Linear": "Linéaire", - "Lines": "Lignes", - "Lines To Skip:": "Lignes à ignorer:", - "Lines along axes": "Lignes le long des axes", - "Lines to Preview:": "Lignes à prévisualiser:", - "Link Function": "Fonction de liaison", - "Link Name:": "Nom du lien:", - "Links:": "Liens:", - "Load Backup Data": "Charger les données de sauvegarde", - "Load Script from File...": "Charger un script depuis un fichier...", - "Load from Instat collection": "Charger à partir de la collection Instat", - "Load from R": "Charger à partir de R", - "Local Capitals": "Capitales locales", - "Locate": "Localiser", - "Locating Points in Shape File": "Localisation des points dans le fichier Forme", - "Location": "Localisation", - "Location Data Frame Name:": "Nom de tableau de données de localisation:", - "Location Range": "Plage de localisation", - "Location Selection": "Sélection de localisation", - "Lock": "Verrouiller", - "Lock and unlock": "Verrouiller et déverrouiller", - "Log": "Journal", - "Log Base 10": "Base de log 10", - "Logical": "Logique", - "Logical Column": "Colonne logique", - "Logical and Symbols": "Logique et symboles", - "Logical columns": "Colonnes logiques", - "Login to CDS": "Se connecter à CDS", - "Logit": "Logit", - "Lognormal": "Lognormal", - "Lollipop": "Lollipop", - "Long": "Longue", - "Long-dash": "Tiret long", - "Longest Common Substring Distance": "Distance la plus longue de la sous-chaîne commune", - "Longitude:": "Longitude:", - "Looking for free statistics textbooks?": "Vous cherchez des manuels de statistiques gratuites ?", - "Looking for interesting case studies for teaching?": "Vous cherchez des études de cas intéressants pour enseigner?", - "Looking for training materials?": "Vous cherchez du matériel de formation?", - "Low Ascending": "Faible ascendant", - "Low Descending": "Faible décroissant", - "Lower Limit": "Limite inférieure", - "Lower Limit :": "Limite inférieure:", - "MAE": "MAE", - "MASS": "MASSE", - "MBIC": "MBIC", - "ME": "ME", - "Main": "Principal", - "Main Blocking Variable:": "Variable de blocage principale:", - "Main Context:": "Contexte principal:", - "Main Data Frame:": "Tableau de données principales:", - "Main ID:": "ID principal:", - "Main Measurement:": "Mesure principale:", - "Main Option:": "Option principale:", - "Major Grid Lines": "Grandes lignes de la grille", - "Major Tick Marks": "Graduations principales", - "Major grid lines ": "Lignes de grille principales ", - "Make": "Créer", - "Make Date": "Créer une date", - "Manipulations": "Manipulations", - "Manipulations:": "Manipulations:", - "Manual": "Manuelle", - "Map Options": "Options de carte", - "Map Options ": "Mapper les options", - "Map Outline": "Contour de la carte", - "March": "Marche", - "Margins": "Marges", - "Margins to Dispaly": "Marges à afficher", - "Markov Chains": "Chaînes de Markov", - "Markov Type:": "Type de Markov:", - "Match Case": "Cas correspondant", - "Matched With": "Correspond à", - "Matching Column (Optional)": "Colonne correspondante (facultative)", - "Matching Column:": "Colonne correspondante:", - "Matching column": "Colonne correspondante", - "Maths": "Maths", - "Max": "Max", - "Max Missing Data": "Max de données manquantes", - "Max Break Point:": "Point de rupture de max:", - "Max Duration Missing Data": "Durée max de données manquantes", - "Max Latitude:": "Latitude max:", - "Max Longitude:": "Longitude max:", - "Max Missing Days": "Jours manquants max", - "Max:": "Max:", - "Maximum": "Maximale", - "Maximum Distance from 0": "Distance maximale à partir de 0", - "Maximum Dry Days:": "Nombre maximum de jours secs:", - "Maximum Factor Levels Shown:": "Niveaux de facteur maximal indiqués:", - "Maximum Gap:": "Écart maximal:", - "Maximum Latitude": "Latitude maximale", - "Maximum Length of Dry Spell [23:CDD]": "Longueur maximale du sort sec [23:CDD]", - "Maximum Length of Wet Spell [24:CWD]": "Longueur maximale du sort mouillé [24:CWD]", - "Maximum Likelihood (MLE)": "Probabilité maximale (MLE)", - "Maximum Logitude": "Logitude maximale", - "Maximum Missing Days": "Nombre maximal de jours manquant", - "Maximum Number of Columns to Display:": "Nombre maximal de colonnes à afficher:", - "Maximum Number of Components": "Nombre maximum de composants", - "Maximum Number of Rows to Display:": "Nombre maximal de lignes à afficher :", - "Maximum Rain:": "Pluie maximale:", - "Maximum Rows To Import": "Nombre maximum de lignes à importer", - "Maximum Size:": "Taille maximale:", - "Maximum Temperature:": "Température maximale:", - "Maximum Temperatures": "Températures maximales", - "Maximum Values": "Valeurs maximales", - "Maximum likelihood": "Probabilité maximale", - "Maximum mean bias:": "Biais moyen maximum:", - "Maximum number of consecutive missing allowed": "Nombre maximum de manquant consécutif autorisé", - "Maximum number of missing allowed": "Nombre maximum d'autorisations manquantes", - "Maximum percentage of missing allowed": "Pourcentage maximal de manquants autorisé", - "Maximum stdev bias:": "Biais stdev maximum:", - "Maximum:": "Maximale:", - "May": "Mai", - "Mean": "Moyenne", - "Mean Diurnal Temperature Range [16:DTR]": "Intervalle de température diurne moyen [16:DTR]", - "Mean absolute error": "Erreur absolue moyenne", - "Mean and Variance": "Moyenne et variante", - "Mean error": "Erreur moyenne", - "Mean residual life": "Moyenne de vie résiduelle", - "Mean sea level pressure": "Pression moyenne du niveau de la mer", - "Mean squared error": "Erreur du carré moyen", - "Mean wave direction": "Direction moyenne de l'onde", - "Mean wave period": "Période moyenne des vagues", - "Mean(t-interval)": "Moyenne(t-intervalle)", - "Meanlog": "Journal moyen", - "Means": "Moyens", - "Measure:": "Mesure:", - "Measurement Y axis:": "Axe Y de la mesure:", - "Measurement:": "Mesure:", - "Measurements": "Mesures", - "Median": "Médian", - "Median Absolute Deviation (MAD)": "Écart absolu médian (MAD)", - "MedianCI Method:": "Méthode MedianCI :", - "MedianHL": "MedianHL", - "Medium": "Moyenne", - "Merge": "Fusionner", - "Merge Additional Data": "Fusionner des données supplémentaires", - "Metadata": "Métadonnées", - "Metadata Columns:": "Colonnes de métadonnées:", - "Metadata Property:": "Propriété de métadonnées:", - "Metadata to Delete": "Métadonnées à supprimer", - "Method": "Méthode", - "Method of moments": "Méthode des moments", - "Method:": "Méthode:", - "Methods": "Méthodes", - "Metres per second (mps)": "Mètre par seconde (mps)", - "Miles per hour (mph)": "Miles par heure (mph)", - "Millimetres": "Millimetres", - "Million Data Points": "Millions de Points de Données", - "Min": "Min", - "Min Break Point:": "Point de rupture min:", - "Min Latitude:": "Latitude min:", - "Min Longitude:": "Longitude min:", - "Min/Max": "Min/Max", - "Min10": "Min10", - "Min:": "Min:", - "MinSegLen:": "MinSegLen:", - "Minimum": "Minimal ", - "Minimum Base Data Present:": "Données de base minimales présentes:", - "Minimum Latitude": "Latitude minimale ", - "Minimum Longitude": "Longitude minimale ", - "Minimum Number of Points:": "Nombre minimum de Points:", - "Minimum Size:": "Taille minimale:", - "Minimum Temperature": "Température minimale", - "Minimum Temperature:": "Température minimale:", - "Minimum Temperatures": "Températures minimales", - "Minimum Values": "Valeurs minimales", - "Minimum and Maximum": "Minimum et Maximum", - "Minimum number of non missing required": "Nombre minimum de non manquant requis", - "Minimum:": "Minimal:", - "Minor Grid Lines": "Lignes mineures de la grille", - "Minor Tick Marks": "Marques de tick mineures", - "Minute": "Minute", - "Minutes": "Minutes", - "Minutes:": "Minutes:", - "Missing": "Manquant", - "Missing Colour:": "Couleur manquante:", - "Missing Data": "Données manquantes", - "Missing Data Options": "Options de données manquantes", - "Missing Data Table": "Tableau de données manquant", - "Missing Method": "Méthode introuvable", - "Missing Options": "Options manquantes", - "Missing Value": "Valeur manquante", - "Missing Value String:": "Chaîne de valeur manquante:", - "Missing Values": "Valeurs manquantes", - "Missing values shown as NA": "Valeurs manquantes affichées comme NA", - "Missing:": "Manquant:", - "Mode": "Mode", - "Model": "Modèle", - "Model Formula:": "Formulaire de modèle:", - "Model Operator:": "Opérateur de modèle:", - "Model Options": "Options de modèle", - "Model Options...": "Options du modèle...", - "Model Preview:": "Aperçu du modèle:", - "Model:": "Modèle:", - "Modelling": "Modélisation", - "Models": "Modèles", - "Models:": "Modèles:", - "Modified Nash-Sutcliffe efficiency": "Efficacité de Nash-Sutcliffe modifiée", - "Modified index of agreement": "Index modifié de l'accord", - "Modifier": "Modifier", - "Modify": "Modifier", - "Modify Event": "Modifier l'événement", - "Modulo": "Modulo", - "Moments (MME)": "Moments (MME)", - "Monte-Carlo:": "Monte-Carlo:", - "Month": "Mois ", - "Month Abbreviations": "Abréviations des mois", - "Month As Factor": "Mois comme facteur", - "Month Columns (12)": "Colonnes de mois (12)", - "Month Columns (12):": "Colonnes de mois (12):", - "Month(Full Name)-Day-Year(4-digit)": "Mois (Nom complet)-Jour-Année(4-chiffres)", - "Month(Full Name)/Day/Year(4-digit)": "Mois (Nom complet)/Jour/Année(4-chiffres)", - "Month(abbr)-Day-Year(4-digit)": "Mois(abré.)-Jour-Année(4-chiffres)", - "Month(abbr)/Day/Year(4-digit)": "Mois(abré.)/Jour/Année(4-chiffres)", - "Month-Day-Year(4-digit)": "Mois-Jour-Année(4-chiffres)", - "Month/Day/Year(4-digit)": "Mois/Jour/Année(4-chiffres)", - "Month:": "Mois:", - "Monthly": "Mensuel ", - "Monthly Precipitation 0.05 degree": "Précipitation mensuelle de 0,05 degré", - "Monthly rainfall less than:": "Les pluies mensuelles sont inférieures à:", - "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Maximum de précipitations mensuelles/annuelles d'une journée [17:Rx1day]", - "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Maximum mensuel/annuel des précipitations consécutives de 5 jours [18:Rx5day]", - "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Maximum mensuel/annuel de température maximale quotidienne [6:TXx]", - "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Maximum mensuel/annuel de température minimale quotidienne [7:TNx]", - "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Minimum mensuel/annuel de température maximale quotidienne [8:TXn]", - "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Minimum mensuel/annuel de température minimale quotidienne [9:TNn]", - "Monthly:": "Mensuel:", - "Months": "Mois", - "More": "Plus", - "More ...": "Plus...", - "More Options": "Plus d’options", - "Mosaic Plot": "Graphique mosaïque...", - "Mosaic Plot Options": "Options de graphique mosaïque", - "Moving": "Déplacement", - "Moving Average": "Moyenne mobile", - "Moving average": "Moyenne mobile", - "Multi-Plot": "Multi-graphique", - "Multiple": "Multiple", - "Multiple Columns": "Plusieurs colonnes", - "Multiple Data Columns": "Colonnes de données multiples", - "Multiple Spells": "Plusieurs sorts", - "Multiple Variables": "Variables multiples", - "Multiple columns": "Plusieurs colonnes", - "Multistate": "Multiétats", - "N": "N°", - "N Missing": "N Manquant", - "N Non Missing": "N Non Manquant", - "N Total": "Total N", - "NA": "NA", - "NASA": "NASA", - "NCMP Count Records": "Nombre d'enregistrements NCMP", - "NCMP Indices": "Indices NCMP", - "NCMP Metadata": "Métadonnées NCMP", - "NCMP Region Average": "Moyenne des régions de la NCMP", - "NCMP Summary File": "Fichier résumé NCMP", - "NCMP Trend Graphs": "Graphiques de tendance NCMP", - "NCMP Variogram": "Variogramme NCMP", - "NOAA": "NOAA", - "NSE": "NSE", - "NULL": "NULL", - "Name New Columns": "Nommer les nouvelles colonnes", - "Name:": "Nom:", - "Nash-Sutcliffe efficiency": "Efficacité de Nash-Sutcliffe", - "Native": "Natif", - "Natural Log": "Logarithme naturel", - "Negative_Binomial": "Binomiale_Négative", - "Neighbour:": "Voisin:", - "Neighbouring": "Voisinage", - "Nelder-Mead": "Nelder-Mead", - "NetCDF Options": "Options de NetCDF", - "Neutral Level:": "Niveau neutre:", - "New": "Nouveau", - "New Column Name": "Nouveau nom de colonne ", - "New Column Name:": "Nouveau nom de colonne:", - "New Data Frame": "Nouveau tableau de données", - "New Data Frame Name:": "Nouveau nom de tableau de données:", - "New Data Frame:": "Nouveau tableau de données:", - "New Distribution": "Nouvelle Distribution", - "New Filter Name:": "Nom du nouveau filtre:", - "New Label": "Nouvelle étiquette", - "New Metadata Name": "Nouveau nom de métadonnées", - "New Name:": "Nouveau nom:", - "New Theme Name": "Nouveau nom de thème", - "New Value:": "Nouvelle valeur:", - "New column will be at the: ": "La nouvelle colonne sera à la: ", - "New column will be at:": "Nouvelle colonne sera à:", - "New column will be: ": "La nouvelle colonne sera : ", - "NewCenturySchoolbook": "Répertoire scolaire du nouveau siècle", - "Next": "Suivant", - "NimbusMonURWHelvetica": "NimbusMonURWHelvetica", - "NimbusRom": "NimbusRom", - "NimbusSanCond": "NimbusSanCond", - "No": "Non", - "No ": "Non ", - "No Backup Data File Detected": "Aucun fichier de données de sauvegarde détecté", - "No Backup Debugging Log File Detected": "Aucun fichier journal de débogage de sauvegarde détecté", - "No Backup Log File Detected": "Aucun fichier journal de sauvegarde détecté", - "No Capitals": "Pas de capitales", - "No Connection": "Pas de connexion", - "No Data Loaded": "Aucune donnée chargée", - "No Decimal": "Pas de décimale", - "No Facets": "Pas de facettes", - "No Files found": "Aucun fichier trouvé", - "No Plot": "Pas de graphique", - "No Space ()": "Pas d'espace ()", - "No Title": "Pas de titre", - "No data loaded": "Aucune donnée chargée", - "No of Bins: ": "Nombre d'intervals: ", - "No of Clusters:": "Pas de groupes:", - "No package with this name.": "Aucun paquet avec ce nom.", - "No preview available.": "Aucun aperçu disponible.", - "No sheet selected.": "Aucune feuille sélectionnée.", - "No. Bids Received:": "N° Soumissions reçues:", - "No. Considered Bids:": "N° Examiné les soumissions:", - "No. of Directions:": "N° des Directions:", - "No. of Speeds:": "N° des vitesses:", - "No_Distribution": "Pas de distribution", - "Non-Parametric One Way ANOVA": "ANOVA à sens unique non paramétrique", - "Non-Parametric Two Way ANOVA": "ANOVA bidirectionnelle non paramétrique", - "Non_Parametric One Sample Tests": "Tests non paramétriques à un échantillon", - "None": "Aucun", - "Norm": "Norme", - "Normal": "Normale", - "Normal Convert": "Conversion normale", - "Normalise": "Normaliser", - "Normalised Parent Coordinates": "Coordonnées parentales normalisées", - "Normalized root mean squared error": "Erreur carrée moyenne racine normalisée", - "Northern Hemisphere": "Hémisphère Nord", - "Not Implemented": "Non implémenté", - "Not implemented": "Non implémenté", - "Notch": "Notch", - "November": "Novembre", - "Nudge": "Déplacement", - "Null Hypothesis:": "Hypothèse nulle:", - "Number": "Numéros", - "Number Of Colours:": "Nombre de couleurs:", - "Number of Categories": "Nombre de catégories", - "Number of Column(s):": "Nombre de colonnes:", - "Number of Columns": "Nombre de colonnes", - "Number of Columns to Insert:": "Nombre de colonnes à insérer :", - "Number of Columns:": "Nombre de colonnes:", - "Number of Components:": "Nombre de composants :", - "Number of Digits to Display:": "Nombre de chiffres à afficher:", - "Number of Iterations:": "Nombre d’itérations:", - "Number of Missing": "Nombre de manquant", - "Number of Pieces to Return:": "Nombre de pièces à retourner:", - "Number of Preview Rows:": "Nombre de lignes de l’aperçu:", - "Number of Quantiles:": "Nombre de quantiles:", - "Number of Rainy Days": "Nombre de jours de pluie", - "Number of Rows to Insert:": "Nombre de lignes à insérer:", - "Number of Rows:": "Nombre de lignes:", - "Number of Samples:": "Nombre d’échantillons:", - "Number of Thresholds:": "Nombre de seuils:", - "Number of non-numeric: ": "Nombre de non-numérique: ", - "Numeric": "Numérique", - "Numeric by Categorical:": "Numérique par catégorique:", - "Numeric by Numeric:": "Numérique par numérique:", - "Numeric:": "Numérique:", - "Numerical summaries": "Résumés numériques", - "Object to View:": "Objet à vue:", - "Objects": "Objets", - "Objects to Delete:": "Objets à supprimer:", - "Objects to Reorder:": "Objets à réorganiser:", - "Observations:": "Observations:", - "Observed:": "Observé:", - "Occurence": "Occurence", - "Occurrence": "Occurrence", - "October": "Octobre", - "Ok": "Ok", - "Ok: Layout contains all graphs": "Ok : La mise en page contient tous les graphiques", - "Old": "Vieux", - "Omit Below": "Omettre en dessous", - "Omit End": "Omettre la fin", - "Omit Missing Values": "Omettre les valeurs manquantes", - "Omit Months": "Omettre les mois", - "Omit Start": "Omettre le début", - "Omit Value(s)": "Omettre valeur(s)", - "Omit Zero": "Omettre Zéro", - "Ona": "Ona", - "One Data Frame": "Un tableau de données", - "One Sample": "Un échantillon", - "One Variable Compare Models": "Modèles de comparaison d'une variable", - "One Variable Fit Model": "Modèle d'ajustement d'une variable", - "One Variable Graph": "Graphique d'une variable", - "One Variable Graph Options": "Options de graphique d'une variable", - "One Variable Summarise": "Résumer une variable", - "One Variable Use Model": "Modèle d'utilisation d'une variable", - "One Way ANOVA": "ANOVA à sens unique", - "One Way Frequencies": "Fréquences à sens unique", - "One Way Frequencies Options": "Options de fréquences à sens unique", - "One-Sided (y1y2)": "Un seul côté (y1>y2)", - "Only Include Data Variables": "Inclure uniquement les variables de données", - "Only My Countries": "Seuls mes pays", - "Open": "Ouvrir", - "Open Browser": "Ouvrir le navigateur", - "Open Dataset from Library": "Ouvrir l'ensemble de données à partir de la bibliothèque", - "Open Log File": "Ouvrir le fichier journal", - "Open SST": "Ouvrir SST", - "Open Script as File": "Ouvrir le script comme fichier", - "Operator:": "Opérateur:", - "Optimal String Alignment": "Alignement optimal des chaînes de caractères", - "Optimisation": "Optimisation", - "Option 1:": "Option 1:", - "Option 2:": "Option 2:", - "Option:": "Option:", - "Options": "Options", - "Options by Context Boxplot": "Options par context de diagramme en boite", - "Options:": "Options:", - "Or": "Ou", - "Or Column": "Ou Colonne", - "OrRd": "OrRd", - "Orange": "Orange", - "Oranges": "Oranges", - "Ord.": "Ord.", - "Order": "Ordre", - "Order By:": "Ordre par", - "Order by another variable": "Ordre par une autre variable", - "Order:": "Ordre:", - "Ordered Factor": "Ordonné en facteur", - "Ordered Factor:": "Ordonné en facteur:", - "Ordinary": "Ordinaire", - "Organise": "Organiser", - "Origin": "Origine", - "Origin:": "Origine:", - "Original Level": "Niveau original", - "Orthogonal": "Orthogonal", - "Other Axis (Optional):": "Autre axe (facultatif):", - "Other Blocking Variables:": "Autres variables de blocage:", - "Other Contexts:": "Autres contextes:", - "Other IDs:": "Autres IDs:", - "Other Measurements:": "Autres mesures:", - "Other Observed Variables:": "Autres variables observées:", - "Other Options:": "Autres options:", - "Other Predicted Variables:": "Autres variables prévisibles:", - "Out of Days:": "Hors jours:", - "Outlier": "Aberrant", - "Outline": "Contour", - "Outlying": "Éloignement", - "Output": "Sortie", - "Output ": "Sortie ", - "Output Format:": "Format de sortie:", - "Output Grid Square Data": "Données de la grille de sortie", - "Output Options": "Options de sortie", - "Output for CPT": "Sortie pour CPT", - "Outward": "Extérieur", - "Over": "Sur", - "Over Day(s):": "Plus de jour(s):", - "Over Days:": "Plus de jour:", - "Overall Interval Length:": "Durée de l'intervalle global:", - "Overwrite Title": "Écraser le titre", - "Overwrite existing if duplicates found": "Écraser les doublons existants si des doublons sont trouvés", - "P10": "P10", - "P20": "P20", - "P25": "P25", - "P30": "P30", - "P33": "P33", - "P40": "P40", - "P60": "P60", - "P67": "P67", - "P70": "P70", - "P75": "P75", - "P80": "P80", - "P90": "P90", - "PBIAS": "PBIAS", - "PBIB": "PBIB", - "PCA Options": "Options de l’APC", - "PELT": "PELT", - "PICSA Crops": "PICSA Crops", - "PICSA Options": "Options de PICSA", - "PICSA Rainfall Graph": "PICSA précipitation graphique", - "PICSA Rainfall Graphs": "Graphiques de précipitations PICSA", - "PICSA Temperature": "Température PICSA", - "PP": "PP", - "PP-Plot": "PP-graphique", - "PPP Adjusted Contract Value:": "PPP ajusté la valeur du contrat:", - "PRGn": "PRGn", - "Package Name:": "Nom du paquet:", - "Package exists and not currently installed.": "Le paquet existe et n'est pas installé.", - "Package is installed and up to date.": "Le paquet est installé et à jour.", - "Package is installed. Newer version available: ": "Paquet est installé. Version plus récente disponible: ", - "Package is installed. No version information available.": "Le paquet est installé. Aucune information de version disponible.", - "Packages Documenation": "Documentation des paquets", - "Pad": "Tampon", - "Pad Date": "Date du tampon", - "Pad:": "Tampon:", - "Page by:": "Page réalisée par:", - "Pairwise": "Par paire", - "Pairwise Plot": "Diagramme par paire", - "Palatino": "Palatino", - "Palette:": "Palette:", - "Panel": "Panneau", - "Panel (More Options)": "Panneau (plus d’Options)", - "Panel Background": "Arrière-plan du panneau", - "Panel Border": "Bordure du panneau", - "Panel Border and Background ": "Bordure et fond du panneau ", - "Panel Grid": "Panneau Grille", - "Panel Spacing": "Espacement de panneau", - "Panel and Background ": "Panneau et arrière-plan ", - "Panel background": "Arrière-plan du panneau", - "Panel border": "Bordure du panneau", - "Panel.ontop": "Panneau en haut", - "Parallel Coordinate Plot": "Graphique de coordonnées parallèle", - "Parallel Plots": "Graphiques parallèles", - "Parameter:": "Paramètre:", - "Parametric": "Paramétrique", - "Parcoord Options": "Options de Parcoord", - "Pars": "Pars", - "Partial": "Partiel", - "Partitioning:": "Partitionnement:", - "Paste Data to New Column(s)": "Coller des données dans une/plusieurs nouvelles colonnes", - "Paste Data to New Data Frame": "Coller les données dans un nouveau itableau de données", - "Pastel1": "Pastel1", - "Pastel2": "Pastel2", - "Path:": "Chemin:", - "Pattern:": "Motif:", - "Peaks": "Pics", - "Pearson": "Pearson", - "Pearson Correlation": "Corrélation Pearson", - "Pen.Value:": "Pen.Valeur:", - "Penalty:": "Pénalité:", - "PenmanMonteith": "PenmanMonteith", - "Pentad": "Pentade", - "Perc": "Perc", - "Percent": "Pourcentage", - "Percent Correct": "Pourcentage correct", - "Percent bias": "Pourcentage de biais", - "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Pourcentage de jours lorsque le maximum est supérieur au 90e centile [13:TX90p]", - "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Pourcentage de jours quand le maximum est inférieur au 10e centile [11:TX10p]", - "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Pourcentage de jours quand le seuil est supérieur au 90e centile [12:TN90p]", - "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Pourcentage de jours quand le seuil est inférieur au 10e centile [10:TN10p]", - "Percentage of factor": "Pourcentage de facteur", - "Percentages": "Pourcentages", - "Percentages of overall total": "Pourcentage du total global", - "Percentile": "Pourcentage", - "Percentile Rose": "Rose en centile", - "Percentile:": "Pourcentage:", - "Percents": "Pourcentages", - "Period .": "Période.", - "Period(.)": "Période(.)", - "Period:": "Période:", - "Permute Column": "Permuter la colonne", - "Pettitt": "Pettitt", - "PiYG": "PiYG", - "Picas": "Picas", - "Pie Chart": "Camembert", - "Pie Chart Options": "Options de Camembert", - "Pierce Skill Score": "Percer le score de compétence", - "Pink": "Rose", - "Plain": "Plaine", - "Planting Day(s):": "Jour(s) de plantation:", - "Plot": "Graphique", - "Plot Anomaly": "Tracer Anomalie", - "Plot Background ": "Tracer l'arrière-plan ", - "Plot Capitals:": "Tracer des Capitales:", - "Plot Cities": "Tracer les Villes", - "Plot Coast Lines": "Tracer les lignes côtières", - "Plot Countries": "Tracer les Pays", - "Plot Graph": "Tracer le Graphique", - "Plot Height:": "Tracer la Hauteur:", - "Plot High Resolution": "Tracer une haute résolution", - "Plot Likelihood": "Tracer la Probabilité", - "Plot Log-Likelihood": "Tracer la Log-Probabilité", - "Plot Margin": "Tracer la Marge", - "Plot Options": "Options des graphiques", - "Plot Options...": "Options des graphiques...", - "Plot Own Locations": "Tracer ses propres emplacements", - "Plot Region": "Tracer la Région", - "Plot Rivers": "Tracer les rivières", - "Plot Title": "Graphique Titre", - "Plot Title and Caption": "Graphique titre et légende", - "Plot Type": "Type de graphique", - "Plot Width:": "Largeur du graphique:", - "Plot character": "Caractère de graphique", - "Plot subtitle (text appearance)": "Sous-titre du graphique (apparence texte)", - "Plot title (text appearance)": "Titre du graphique (apparence texte)", - "Plot type": "Type de graphique", - "Plot window": "Fenêtre de graphique", - "Plots": "Graphiques", - "Plus4": "Plus4", - "Plus:": "Plus:", - "Point": "Point", - "Point Jitter:": "Gigue des points:", - "Point Options": "Options des points", - "Point Plot": "Point de graphique", - "Point Transparency:": "Transparence du point :", - "Point plot": "Graphique par point", - "Points": "Points", - "Poisson": "Poisson", - "Polar Annulus": "Annulaire polaire", - "Polar Cluster": "Cluster polaire", - "Polar Coordinate:": "Coordonnée polaire:", - "Polar Coordinates": "Coordonnées polaires", - "Polar Cordinates": "Coordonnées polaires", - "Polar Plot": "Graphique polaire", - "Polar frequency": "Fréquence polaire", - "Pollutant:": "Pollutant:", - "Polygon Options": "Options de polygone", - "Polynomial:": "Polynômes:", - "Polynomials": "Polynômes", - "Population Pyramids": "Pyramides de la population", - "Population_Failures": "Population_défaillances ", - "Population_Successes": "Population_Succès", - "Port:": "Port:", - "Position": "Position", - "Position - Estimates:": "Position - Estimations:", - "Position - Reference:": "Position - Référence:", - "Position:": "Position:", - "Postion:": "Position:", - "Precipitation": "Précipitation", - "Precipitation >= 10mm Per Day [20:R10mm]": "Précipitation >= 10mm par jour [20:R10mm]", - "Precipitation >= 20mm Per Day [21:R20mm]": "Précipitation >= 20mm par jour [21:R20mm]", - "Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Précipitation >= un montant spécifié par jour [22:Rnnmm]", - "Precipitation Quantiles:": "Quantiles de précipitation:", - "Precipitation:": "Précipitation:", - "Predict": "Prédire", - "Predict...": "Prédire...", - "Prediction": "Prédiction", - "Predictions:": "Prédictions:", - "Prefix For Inserted Column(s):": "Préfixe pour la/les colonne(s) insérée(s):", - "Prefix for Data Frames:": "Préfixe pour les tableaux de données:", - "Prefix for New Column:": "Préfixe pour la nouvelle colonne:", - "Prefix for New Columns:": "Préfixe pour les nouvelles colonnes:", - "Preview Current Sheet": "Aperçu de la feuille courante", - "Preview Log": "Aperçu Journal", - "Preview Output": "Aperçu de sortie", - "Preview not yet implemented for this file type.": "Aperçu non encore mis en place pour ce type de fichier.", - "Preview:": "Aperçu:", - "Primary": "Primaire", - "Primary data": "Données primaires", - "Principal Component Analysis": "Analyse en composantes principales", - "Print": "Imprimer", - "Print Current Sheet": "Imprimer la feuille en cours", - "Print Log": "Impression Journal", - "Print Output": "Sortie d’impression", - "Print Proportions Table(s)": "Imprimer table(s) de proportions", - "Print Results to Output Window": "Imprimer les résultats dans la fenêtre de sortie", - "Print and Preview Options": "Imprimer et Options d’aperçu", - "Print declustered summary": "Imprimer le résumé dégroupé", - "Print to Output Window": "Imprimer dans la fenêtre de sortie", - "Prob-prob Plot": "Graphique Prob-prob", - "Probabilities": "Probabilités", - "Probability": "Probabilité", - "Probability plot": "Graphique de probabilité", - "Probit": "Probit", - "Procedure Type:": "Type de procédure:", - "Procurement Category:": "Catégorie d’approvisionnement:", - "Procurement Type 2:": "Approvisionnement Type 2:", - "Procurement Type 3:": "Approvisionnement Type 3:", - "Procurement Type Categories:": "Catégories d'approvisionnement de types:", - "Procuring Authority ID:": "ID d’autorité adjudicatrice:", - "Procuring Authority:": "Autorité adjudicatrice:", - "Produce Bootstrap": "Produire Bootstrap", - "Project ID:": "ID de projet:", - "Project Name:": "Nom du projet:", - "Prop. and Percentages...": "Prop. et pourcentages...", - "Property": "Propriété", - "Property:": "Propriété:", - "Proportion": "Proportion", - "Proportions": "Proportions", - "Proportions or Percentages": "Proportions ou pourcentages", - "Proportions/Percentiles/Count": "Proportions/Percentiles/Comptage", - "Provincial": "Provincial", - "PuBu": "PuBu", - "PuBuGn": "PuBuGn", - "PuOr": "PuOr", - "PuRd": "PuRd", - "Purple": "Violet", - "Purples": "Violets", - "Q-Q": "Q-Q", - "Q. Method:": "Q. Méthode:", - "Q1": "Q1", - "Q3": "Q3", - "Q:": "Q:", - "QQ": "QQ", - "QQ-Plot": "QQ-Plot", - "QQ2 Plot": "QQ2 Plot", - "Qn": "Qn", - "Qualitative": "Qualitatif", - "Qualitative Supplementary Variables": "Variables qualitatives supplémentaires", - "Quality Control Level for Rain:": "Niveau de contrôle de la qualité pour pluie:", - "Quality Control Level for Temperature:": "Niveau de contrôle de la qualité pour la température:", - "Quantile": "Quantile", - "Quantile Algorithm:": "Quantile Algorithm:", - "Quantile:": "Quantité:", - "Quantiles": "Quantiles", - "Quantitative Supplementary Variables": "Variables supplémentaires quantitatives", - "Quarter": "Quart", - "Quartiles && Terciles": "Quartiles & Terciles", - "Quartiles (QME)": "Quartiles (MEQ)", - "Quasi": "Quasi", - "Quasibinomial": "Quasibinomial", - "Quasipoisson": "Quasipoisson", - "R Options": "Options de R", - "R Package Issues": "Problèmes au paquet R", - "R Package:": "Paquet R:", - "R Packages": "Paquets R", - "R package:": "Paquet R:", - "REGW": "REGW", - "RFE2 10-day Precipitation": "Précipitation de 10 jours RFE2", - "RFE2 Daily Precipitation": "Précipitations quotidiennes RFE2", - "RMSE": "RMSE", - "R^2": "R^2", - "Radiation:": "Rayonnement:", - "RadioButton1": "Bouton radio 1", - "Rain": "Pluie", - "Rain Column:": "Colonne pluie:", - "Rain:": "Pluie:", - "Rainfall": "Précipitation", - "Random": "Aléatoire", - "Random Examples": "Exemples aléatoires", - "Random String (Salt):": "Chaîne aléatoire (Salt):", - "Random Subsets": "Sous-ensembles aléatoires", - "Range": "Plage", - "Range:": "Plage:", - "Rank": "Rang", - "Rate": "Taux", - "Rates": "Taux", - "Rating Data": "Données d'évaluation", - "Ratio of root mean square error": "Ratio d'erreur carrée moyenne de la racine", - "Ratio of standard deviations": "Ratio des écarts types", - "RdBu": "RdBu", - "RdGy": "RdGy", - "RdPu": "RdPu", - "RdYlBu": "RdYlBu", - "RdYlGn": "RdYlGn", - "Recode Factor": "Facteur de recodage", - "Recode Numeric": "Recodage Numérique", - "Recode Numeric Into Quantiles": "Recoder les quantités numériques en quantité", - "Rectangular": "Rectangulaire", - "Red": "Rouge", - "Red Flags:": "Drapeaux rouges:", - "Redo": "Refaire", - "Reds": "Rouges", - "Reference Level": "Niveau de référence", - "Reference Values:": "Valeurs de référence:", - "Refresh Preview": "Actualiser l'aperçu", - "Regex": "Regex", - "Regex Keyboard": "Clavier Regex", - "Region Average Data Frame:": "Cadre de données moyen de la région:", - "Region:": "Région:", - "Regular Sequence": "Séquence régulière", - "Relationships": "Relations", - "Relative Nash-Sutcliffe efficiency": "Efficacité Nash-Sutcliffe relative", - "Relative index of agreement": "Index relatif de l'accord", - "Remember Credentials": "Se souvenir des identifiants", - "Remove All Pairs": "Supprimer toutes les paires", - "Remove Colour": "Supprimer la couleur", - "Remove Condition": "Supprimer la condition", - "Remove Current Filter": "Supprimer le filtre actuel", - "Remove Legend": "Supprimer la légende", - "Remove Missing Values": "Supprimer les valeurs manquantes", - "Remove Selected Pair": "Supprimer la paire sélectionnée", - "Remove Unused Labels": "Supprimer les étiquettes inutilisées", - "Remove Unused Levels": "Supprimer des niveaux non utilisés", - "Remove rows with any missing values": "Supprimer les lignes avec des valeurs manquantes", - "Rename Column": "Renommer la colonne", - "Rename Data Frame": "Renommer le tableau de données", - "Rename Metadata": "Renommer des métadonnées", - "Rename Objects": "Renommer les objets", - "ReoGridControl1": "ReoGridControl1", - "Reoder Metadata": "Réorganiser les métadonnées", - "Reorder Column(s)...": "Réorganiser la/les colonne(s)...", - "Reorder Columns": "Réorganiser les colonnes", - "Reorder Data Frames": "Réorganiser les tableaux de données", - "Reorder Levels": "Réorganiser les niveaux", - "Reorder Objects": "Réorganiser les objets", - "Repeat Values:": "Répéter les valeurs:", - "Replace All": "Remplacer tout", - "Replace By:": "Remplacer par:", - "Replace Missing Values": "Remplacer les valeurs manquantes", - "Replace NA with:": "Remplacer NA par:", - "Replace Values": "Remplacer les valeurs", - "Replace if Already Exists": "Remplacer si existe déjà", - "Replicates": "Répliques", - "Require start day before planting day": "Nécessite le jour de début avant le jour de plantation", - "Required Format": "Format requis", - "Required Time Format": "Format d'heure requis", - "Reserve Free Space": "Réserver un espace libre", - "Reset": "Réinitialiser", - "Reset ": "Réinitialiser", - "Reset Row Names to Positive Integers": "Réinitialiser des noms de ligne en nombres entiers positifs", - "Residuals": "Résidus", - "Residuals v Fitted Values": "Résidus v Valeurs ajustées", - "Residuals v Leverage": "Résidus v effet de levier", - "Resolution:": "Résolution:", - "Response": "Réponse", - "Response Variable Type:": "Type de variable de réponse:", - "Response Variable:": "Réponse Variable:", - "Restore Hierarchy": "Rétablir la hiérarchie", - "Restrict Entry:": "Restreindre l'entrée:", - "Restrict data values": "Restreindre les valeurs de données", - "Result Name": "Nom du résultat ", - "Result Name:": "Nom du résultat:", - "Result into:": "Résultat dans:", - "Return": "Retourner", - "Reverse Order Of Colours": "Inverser l'ordre des couleurs", - "Rho": "Rhoo", - "Right": "Droite", - "Right Join": "Jointure droite", - "Right:": "À droite:", - "Rl Plot": "Graphique Rl", - "Robust": "Robuste", - "Rolling Contract Number Issuer:": "Roulement émetteur numéro du contrat :", - "Rolling Contract Number Winner:": "Rouler le contrat numéro gagnant :", - "Rolling Contract Share Winner:": "Roulant action adjudicataire :", - "Rolling Contract Sum Issuer:": "Roulement de l’émetteur du contrat somme :", - "Rolling Contract Sum Winner:": "Laminage adjudicataire de la somme :", - "Root mean squared error": "Erreur du carré de la moyenne racine", - "Rotation": "Rotation", - "Row": "Ligne", - "Row (%)": "Ligne (%)", - "Row Names Or Numbers": "Les noms de ligne ou de numéros", - "Row Statistic": "Statistique de ligne", - "Row Summaries": "Ligne des résumés", - "Row Variable (Factor):": "Variable de ligne (facteur) :", - "Row Variable(s):": "Variable(s) de ligne:", - "Row:": "Ligne:", - "Rows": "Lignes", - "Rows to Count Over:": "Lignes à compter sur:", - "Rows to Skip:": "Nombre de lignes à ignorer :", - "Rows to Summarise:": "Lignes à résumer:", - "Rows to Take Max Over:": "Lignes à prendre plus de Max:", - "Rows:": "Lignes:", - "Rug": "Tapis", - "Rug Color:": "Couleur tapis:", - "Rug Plot": "Graphique de tapis", - "Rug Plot Options": "Options de graphique de tapis", - "Rugs": "Tapis", - "Run All Text": "Exécuter tout le texte", - "Run Backup Log": "Lancer le journal de sauvegarde", - "Run Current Line": "Lancer la ligne actuelle", - "Run Length": "Longueur de l'exécution", - "Run Selected Text": "Exécuter le texte sélectionné", - "SANN": "SANN", - "SDlog": "SDlog", - "SF Options": "Options SF", - "SIC": "SIC", - "SNHT": "SNHT", - "SNK": "SNK", - "SPEI": "SPEI", - "SPI": "SPI", - "SPI/SPEI": "SPI/SPEI", - "SS 2009:": "SS 2009:", - "SS 2011:": "SS 2011:", - "SS 2013": "SS 2013 ", - "SS 2015:": "SS 2015:", - "SST Data Frame Name:": "Nom de tableau de données SST:", - "Same": "Pareil", - "Same (Element1)": "Même (élément1)", - "Same Scale (coord-equal)": "Même échelle (coord-égal)", - "Sample": "Échantillon", - "Sample Size:": "Taille de l’échantillon:", - "Sample_Size": "Taille_de_l'échantillon", - "Sampling Fraction:": "Fraction d'échantillonnage:", - "Satelite": "Satellite", - "Satelite Anomalies": "Anomalies de satelite", - "Satelite Element:": "Élément de satelite:", - "Save": "Enregistrer", - "Save Backup Data...": "Enregistrer les données de sauvegarde...", - "Save Backup Internal Log...": "Enregistrer le journal interne de sauvegarde...", - "Save Backup Log...": "Enregistrer le journal de sauvegarde...", - "Save Bootstrap": "Enregistrer Bootstrap", - "Save Calculation Only": "Enregistrer le calcul uniquement", - "Save Calculation and Result": "Enregistrer le calcul et le résultat", - "Save Column Position": "Enregistrer la position des colonnes", - "Save Data As": "Enregistrer des données comme", - "Save Data To:": "Enregistrer des données à:", - "Save Date:": "Enregistrer date:", - "Save Details": "Enregistrer les détails", - "Save Downloaded File To:": "Enregistrer le fichier téléchargé dans:", - "Save Downloaded File to:": "Enregistrer le fichier téléchargé dans:", - "Save Dummy:": "Enregistrer un factice:", - "Save Estimate": "Enregistrer l'estimation", - "Save File As:": "Enregistrer le fichier sous:", - "Save Fit": "Enregistrer l'ajustement", - "Save Graph": "Enregistrez le graphique", - "Save Graph Result:": "Enregistrer le résultat du graphique:", - "Save Graph:": "Enregistrer le graphique:", - "Save Index into:": "Enregistrer l'index dans:", - "Save Indices": "Enregistrer les indices", - "Save Log File...": "Enregistrer le journal de fichier...", - "Save Map": "Enregistrer la carte", - "Save Model": "Enregistrez le modèle", - "Save Model:": "Enregistrez le modèle:", - "Save Nothing": "Rien enregistrer", - "Save Output": "Enregistrer la sortie", - "Save Plot": "Enregistrer le graphique", - "Save Result": "Enregistrer le résultat", - "Save Result ": "Enregistrer le résultat ", - "Save Result:": "Résultat de la sauvegarde:", - "Save Script...": "Enregistrer le script...", - "Save Table": "Enregistrer la table", - "Save Test": "Enregistrer le test", - "Save Test Object:": "Enregistrer l'objet de test:", - "Save Treemap": "Enregistrer l'arborescence", - "Save as single file": "Enregistrer comme fichier unique", - "Save estimates in": "Enregistrer les estimations dans", - "Save file(s) to:": "Enregistrer le(s) fichier(s) dans:", - "Save test object": "Enregistrer l'objet de test", - "Save values": "Enregistrer les valeurs", - "Saving Options": "Options d'enregistrement", - "Saving at:": "Sauvegarde dans:", - "Scale": "Échelle", - "Scale Data": "Données d'échelle", - "Scale Numeric Variables": "Échelle Variables Numériques", - "Scale by:": "Échelle par:", - "Scale-Location": "Emplacement de l'échelle", - "Scale:": "Échelle:", - "Scaled Fractions": "Fractions à l'échelle", - "Scaled Points": "Points de mise à l'échelle", - "Scales": "Echelles", - "Scatter Matrix": "Matrice de dispersion", - "Scatter Plot": "Graphique de dispersion", - "Scatter Plot Options": "Options de graphique de dispersion", - "Scatter and line plot": "Graphique de dispersion et ligne", - "Scatter plot": "Graphique de dispersion", - "Score": "Score", - "Scree Plot": "Graphique de cri", - "Sd": "Sd", - "Sd_Pop:": "Sd_Pop:", - "Sea surface temperature": "Température de surface de la mer", - "Search in ": "Rechercher dans ", - "Search to end only": "Recherche à la fin uniquement", - "Season Dates": "Dates de la saison", - "Seasonal Comparisons": "Comparaisons saisonnières", - "Seasonal Summary": "Résumé de la saison", - "Seasonality (Harmonics)": "Saisonnalité (harmoniques)", - "Seasonality:": "Saisonnalité:", - "Second": "Seconde", - "Second Column:": "Deuxième colonne:", - "Second Context:": "Deuxième contexte:", - "Second Data Frame": "Deuxième tableau de données", - "Second Data Frame:": "Deuxième tableau de données:", - "Second Explanatory Variable": "Deuxième variable explicative", - "Second Explanatory Variable:": "Deuxième variable explicative:", - "Second Factor": "Deuxième facteur ", - "Second Factor (Optional):": "Deuxième facteur (facultatif):", - "Second Factor:": "Deuxième facteur:", - "Second Variable": "Deuxième Variable ", - "Second Variable:": "Deuxième Variable:", - "Seconds:": "Secondes:", - "Secrecy Score:": "Score de secret:", - "Seed": "Graine", - "SegNeigh": "SegNeigh", - "Select": "Choisir", - "Select All": "Sélectionner tout", - "Select All Levels": "Choisir tous les niveaux", - "Select And Stuck": "Choisir et cocher", - "Select Contrast Name:": "Choisir le nom de contraste:", - "Select Date Range": "Choisir la plage de dates", - "Select Day of Year Range": "Choisir la plage de jour de l'année", - "Select Elements Observation Data to Import": "Choisir les données d’observation des éléments à importer", - "Select File Type:": "Choisir le type de fichier:", - "Select Levels:": "Choisir niveaux:", - "Select Month": "Choisir le mois", - "Select Month(s) to Omit:": "Choisir le(s) mois(s) à omettre:", - "Select Sheets:": "Choisir les feuilles:", - "Select Station:": "Choisir la station:", - "Select Stations to Import": "Choisir les stations à importer", - "Select Theme": "Choisir un thème", - "Select all": "Choisir tout", - "Select by condition": "Choisir par condition", - "Select by factor values": "Choisir par valeur de facteur", - "Selected Column": "Colonnes Choisies", - "Selected Column(s):": "Colonnes choisies:", - "Selected Column:": "Colonne sélectionnée:", - "Selected Columns:": "Colonnes sélectionnées:", - "Selected Data Frame": "Tableau de données sélectionné", - "Selected Data Frames:": "Tableaux de données sélectionnés:", - "Selected Elements:": "Éléments Choisis:", - "Selected Factor:": "Facteur de choisi:", - "Selected Filter Preview": "Aperçu du filtre choisi", - "Selected Filter Preview:": "Aperçu du filtre choisi:", - "Selected Graph:": "Graphique choisi:", - "Selected Graphs:": "Graphiques choisis:", - "Selected Key:": "Clé choisie:", - "Selected Link:": "Lien choisi:", - "Selected Metadata": "Métadonnées choisies", - "Selected Model:": "Modèle choisi:", - "Selected Object(s):": "Objet(s) choisi(s):", - "Selected Object:": "Objet choisi:", - "Selected Objects:": "Objets sélectionnés:", - "Selected Set:": "Ensemble sélectionné:", - "Selected Stations:": "Stations sélectionnées:", - "Selected Variable:": "Variable sélectionnée:", - "Selected Variables": "Variables sélectionnées", - "Selected Variables:": "Variables sélectionnées:", - "Selected column": "Colonne sélectionnée", - "Selection": "Sélection", - "Semi Join": "Semi-joint", - "Semi-Colon(;)": "Point-virgule(;)", - "Semicolon ;": "Point-virgule ;", - "Send Debugging Log to R-Instat Team": "Envoyer le journal de débogage à l'équipe R-Instat", - "Separate Tables": "Tables séparées", - "Separator": "Séparateur", - "Separator:": "Séparateur:", - "September": "Septembre", - "Sequence": "Séquence", - "Sequence Definition": "Définition de la séquence", - "Sequence Preview:": "Aperçu de la séquence:", - "Sequence extended to match": "Séquence étendue correspondante", - "Sequence matches the length of the data frame.": "La séquence correspond à la longueur de tableau de données.", - "Sequence of Values": "Séquence de valeurs", - "Sequence truncated to match": "Séquence tronquée pour correspondre", - "Sequential": "Séquentiel", - "Serif": "Serif", - "Set Colour Breaks": "Définir les ruptures de couleurs", - "Set New Name:": "Définir un nouveau nom:", - "Set Row Names from Column": "Définir les noms des lignes à partir des colonnes", - "Set Seed": "Définir une graine", - "Set Seed:": "Définir la graine:", - "Set1": "Ensemble1", - "Set2": "Ensemble2", - "Set3": "Ensemble3", - "Sets:": "Ensembles:", - "Settings": "Paramètres", - "Shape": "Forme", - "Shape (Optional):": "Forme (facultative): ", - "Shape File": "Fichier Forme", - "Shape1": "Forme1", - "Shape2": "Forme2", - "Sheet Metadata": "Métadonnées de feuille", - "Shift Daily Data": "Décaler les données quotidiennes", - "Shift:": "Décaler:", - "Shifted": "Décalé", - "Short": "Courte", - "Show": "Afficher", - "Show Arguments": "Afficher les arguments", - "Show Calculator": "Afficher la calculatrice", - "Show Climatic Menu": "Afficher le menu Climatique", - "Show Column Types": "Afficher les types de colonnes", - "Show Count": "Afficher le nombre", - "Show Details >>": "Afficher les détails >>", - "Show Frequencies": "Afficher les Fréquences", - "Show Hidden Columns in Selector": "Afficher les colonnes masquées dans le sélecteur", - "Show ID": "Afficher l'ID", - "Show Missing": "Afficher les manquants", - "Show Missing Values": "Afficher les valeurs manquantes", - "Show Model": "Afficher le modèle", - "Show Model Summary": "Afficher le résumé du modèle", - "Show Non Missing": "Afficher les non-manquants", - "Show Numeric Values": "Afficher les valeurs numériques", - "Show Options By Context Menu": "Afficher les options par menu contextuel", - "Show Parameters": "Afficher les paramètres", - "Show Percentage": "Afficher le pourcentage", - "Show Percentages": "Afficher les pourcentages", - "Show Procurement Menu": "Afficher le menu d'achats", - "Show Row Names": "Afficher les noms des lignes", - "Show Strings": "Afficher les chaînes de caractères", - "Show Structured Menu": "Afficher le menu structuré", - "Show Summary": "Afficher résumé", - "Show Variable Labels": "Afficher les libellés des variables", - "Show calculator": "Afficher la calculatrice", - "Show commands": "Afficher les commandes", - "Show grid lines": "Afficher les lignes de la grille", - "Show stars on summary tables for coefficients": "Afficher les étoiles sur les tableaux sommaires pour les coefficients", - "Show waiting dialog when command takes longer than": "Afficher la boîte de dialogue d'attente lorsque la commande prend plus de temps que", - "Showing ": "Affichage", - "Shrink: ": "Rétrécissement: ", - "Sign Test": "Signer le test", - "Signature Date:": "Date de signature:", - "Signature Period (25 Quartiles):": "Période de signature (25 Quartiles):", - "Signature Period (5 Quartiles):": "Période de signature (5 Quartiles):", - "Signature Period Categories:": "Catégories de période signature:", - "Signature Period Corrected:": "Signature de période corrigé:", - "Signature Period:": "Période de signature:", - "Significance Level": "Niveau de signification ", - "Significance Level:": "Niveau de signification:", - "Significance Stars": "Étoiles de signification", - "Significance Test": "Teste de signification", - "Significant Figures:": "Chiffres significatifs:", - "Significant Height of combined wind waves And swell": "Hauteur significative des vagues combinées de vent et houle", - "Simple": "Simple", - "Simple Convert": "Conversion simple", - "Simple Options": "Options simples", - "Simple Precipitation Intensity Index [19:SDII]": "Indice d'intensité des précipitations simple [19:SDII]", - "Single": "Unique", - "Single Bidder:": "Soumissionnaire unique:", - "Single Column": "Colonne unique", - "Single Graphs": "Graphiques uniques", - "Single Point": "Point unique", - "Single Value:": "Valeur unique:", - "Single Variable": "Variable simple", - "Single column": "Colonne simple", - "Site": "Site", - "Size": "Taille", - "Size Of Cities:": "Taille des villes:", - "Size Of City Labels:": "Taille des étiquettes de la ville:", - "Size X-Axis": "Taille de l'axe X", - "Size Y-Axis": "Taille de l'axe Y", - "Size:": "Taille:", - "Skewness": "Coefficient d’asymétrie", - "Skewness (3rd Moment)": "Coefficient d’asymétrie (3ème minute)", - "Skewness Weight:": "Poids de coefficient d’asymétrie:", - "Slope": "Pente", - "Small State:": "Petit État:", - "Smooth": "Lisse", - "Smoothing Curves": "Lissage des courbes", - "Sn": "Sn", - "Solar": "Solaire", - "Solid": "Solide", - "Sort": "Trier", - "Sort Data after filling gaps": "Trier les données après remplissage les vides", - "Sort Variables": "Trier les variables", - "Sort by Column": "Trier par colonne", - "Sort by Name": "Trier par nom", - "Sort by Row Names": "Trier par noms de ligne", - "Sort by:": "Trier par:", - "Sort values": "Trier les valeurs", - "Source:": "Source:", - "Space ( )": "Espace ( )", - "Space between Strips and Axes": "Espace entre les bandes et les axes", - "Span:": "Espagnol:", - "Spanish": "Espagnol", - "Spearman": "Spearman", - "Specific": "Spécifique", - "Specifiy": "Spécifier", - "Specify": "Spécifier", - "Specify Breaks": "Spécifier les ruptures", - "Specify Decimals (from Numeric)": "Spécifier les décimales (à partir numérique)", - "Specify Format": "Spécifier le format", - "Specify Layout": "Spécifier la mise en page", - "Specify Link": "Spécifier le lien", - "Specify Lower Limit": "Spécifier la limite inférieure", - "Specify Order": "Spécifier l'ordre", - "Specify Rows": "Spécifier les lignes", - "Specify Title": "Spécifier le titre", - "Specify Upper Limit": "Spécifier la limite supérieure", - "Spectral": "Spectrale", - "Speed Cuts:": "Coupes rapides:", - "Spell": "Trier", - "Spell Can Span Years": "Le sort peut s'étaler sur des années", - "Spell Length": "Longueur du sort", - "Spells": "Trier", - "Spline": "Spline", - "Spline d.f.": "Spline d.f.", - "Split Geometry": "Diviser la géométrie", - "Split Text Column": "Diviser la colonne de texte", - "Split by:": "Diviser par:", - "Sqrt": "Rac", - "Square Normalised Parent Coordinates": "Coordonnées parentes normalisées carrées", - "Square Root": "Racine carrée", - "Stack": "Empiler", - "Stack (melt) Columns": "Colonnes de mise en forme longue", - "Stack Bar Graph": "Graphique à barres de pile", - "Stack Daily Data": "Empiler les données quotidiennes", - "Stack Data Into:": "Données Empilées:", - "Stack Multiple Column Sets": "Empiler plusieurs ensembles de colonnes", - "Stack in reverse": "Pile inversée", - "Stacked Graph": "Graphique empilé", - "Standard Deviation": "Écart type", - "Standard Error of the Mean": "Erreur standard de la moyenne", - "Standard_deviation": "Standard_deviation", - "Standardise Country Names": "Noms de pays standard", - "Start Date:": "Date de début:", - "Start Day": "Jour de début", - "Start Month:": "Mois de départ:", - "Start New Session": "Démarrer une nouvelle session", - "Start Value:": "Valeur de départ:", - "Start Year for Climatological Period:": "Année de début de la période climatologique:", - "Start Year for Region Average:": "Année de début pour la moyenne de la région:", - "Start Year for Station Trend:": "Année de début de la tendance de la station:", - "Start Year for Variogram Period:": "Année de début pour la période du variogramme:", - "Start and End": "Début et fin", - "Start date:": "Date de début:", - "Start of Rains": "Début des pluies", - "Start(L):": "Début(L):", - "Start:": "Début:", - "Starting Angle:": "Angle de départ:", - "Starting Month:": "Mois de début:", - "Starting from:": "À partir de:", - "Station": "Station ", - "Station (Optional):": "Station (facultative):", - "Station Anomalies": "Anomalies de la station", - "Station Element:": "Élément de la station:", - "Station Height:": "Hauteur de la station:", - "Station IDs": "ID de la station", - "Station Identifier:": "Station Identifier:", - "Station Metadata": "Métadonnées de la station", - "Station Name": "Nom de la station", - "Station Name:": "Nom de la station:", - "Station Names": "Noms de la station", - "Station Qualifiers": "Qualificateurs de Station", - "Station name": "Nom de la station", - "Station-Element": "Station-Élément", - "Station:": "Station:", - "StationFile": "Fichier de la station", - "Stations": "Stations", - "Stations-Elements": "Éléments-Stations", - "Stations:": "Stations:", - "Statistic:": "Statistique:", - "Statistics:": "Stats:", - "Stats": "Statistiques", - "Stats1": "Stats1", - "Stats2": "Stats2", - "Std": "Sd", - "Std Residuals": "Résidus sd", - "Stem and Leaf": "Tige et feuille", - "Store Results": "Stocker les résultats", - "Store Results in Data Frame": "Stocker les résultats dans le tableau de données", - "String": "Chaîne", - "String Distance": "Distance de la chaîne", - "String Handling": "Manipulation de chaînes", - "String Height": "Hauteur de la chaîne", - "String Width": "Largeur de la chaîne", - "Strings (Character Columns)": "Chaînes (colonnes de caractères)", - "StructTS": "StructuresTS", - "Structure": "Structure", - "Stud": "Stud", - "Students_t": "Étudiants_t", - "Sub Calculations": "Sous-calculs", - "Sub Title Size:": "Taille du sous titre:", - "Sub-Calculations:": "Sous-calculs:", - "Subset": "Sous-ensemble", - "Substring": "Sous-chaîne", - "Subtitle Size:": "Taille des sous-titres:", - "Success:": "Succès:", - "Successive Values": "Valeurs successives", - "Sum": "Somme", - "Sum of squared residuals": "Somme des résidus carrés", - "Sum to Zero": "Somme à zéro", - "Summaries": "Résumés", - "Summaries:": "Résumés:", - "Summarise By:": "Résumé par:", - "Summary": "Résumé", - "Summary Annotations": "Résumé des annotations", - "Summary Columns:": "Colonnes de résumé:", - "Summary Model": "Modèle de résumé", - "Summary Options": "Options de résumé", - "Summary Statistics": "Résumé des statistiques", - "Summary Tables": "Tableaux récapitulatifs", - "Summary data": "Données récapitulatives", - "Summary:": "Résumé:", - "Summer Days [2:SU]": "Jours d'été [2:SU]", - "Sunshine": "Ensoleillement", - "Sunshine Hours:": "Heures d’ensoleillement:", - "Supplementary Individuals": "Particuliers supplémentaires", - "Surface pressure": "Pression de surface", - "Survival Object Name:": "Nom de l'objet de survie:", - "Symbol:": "Symbole:", - "Symbols": "Symboles", - "Symmetric Extremal Dependence Index": "Indice symétrique de dépendance extrême", - "Symmetric Extreme Dependency Score": "Score de dépendance symétrique extrême", - "Symmetry": "Symétrie", - "System.Data.DataRowView": "Système.Données.VueLignesDonnées", - "TAMSAT v3.0": "TAMSAT v3.0", - "TAMSAT v3.1": "TAMSAT v3.1", - "TRMM 3B42 3-Hourly Precipitation": "Précipitation TRMM 3B42 3-Heures", - "TRMM 3B42 Daily Precipitation": "Précipitation quotidienne TRMM 3B42", - "TRUE": "VRAI", - "Table": "Tableau", - "Table Frequencies": "Tableau des fréquences", - "Table Title:": "Titre du tableau:", - "Tables": "Tableaux", - "Tailored Menus": "Menus sur mesure", - "Tax Haven 2:": "Paradis fiscal 2:", - "Tax Haven 3:": "Paradis fiscal 3:", - "Tax Haven 3bi:": "Paradis fiscal 3bi:", - "Tax Haven:": "Paradis fiscal:", - "Taylor Diagram": "Diagramme Taylor", - "Taylor Diagram Options": "Options du diagramme Taylor", - "Temperature": "Température", - "Temperature Quantiles:": "Quantiles de température:", - "Test": "Tester", - "Test:": "Tester:", - "Text": "Texte", - "Text (Output Window)": "Texte (fenêtre de sortie)", - "Text File Preview:": "Aperçu de fichier texte:", - "Text colour:": "Couleur du texte:", - "The backup versions come from periodic system backups.": "Les versions de sauvegarde proviennent des sauvegardes du système périodique.", - "The following R packages could not be installed:": "Les paquets R suivants n'ont pas pu être installés:", - "Theme Options": "Options de thème", - "Theme to Edit:": "Thème à modifier:", - "Theme:": "Thème:", - "Themes": "Thèmes", - "Thickness:": "Épaisseur:", - "Third Context:": "Troisième contexte:", - "Third Explanatory Variable:": "Troisième variable explicative:", - "Threat Score": "Score de menace", - "Three Summaries": "Trois résumés", - "Three Variable Frequencies": "Trois variables des fréquences", - "Three Variable Modelling": "Modélisation des trois variables", - "Threshold": "Seuil ", - "Threshold ": "Seuil  ", - "Threshold range ": "Plage de seuil ", - "Threshold:": "Seuil:", - "Tick Mark Labels ": "Étiquettes de marque Tick ", - "Tick marks along axes": "Cocher les marques le long des axes", - "Tick marks label along axes": "Cocher pour marquer l'étiquette le long des axes", - "TickMarkers": "Marqueurs de ticks", - "Tidy": "Bien rangé", - "Tidy Daily Data": "Données quotidiennes bien rangées", - "Ties": "Liens", - "Tile": "Tuile", - "Tile colour:": "Couleur de tuile:", - "Time (X axis):": "Temps (axe X):", - "Time Period": "Période de temps", - "Time Point:": "Point dans le temps:", - "Time Scale (Months):": "Échelle de temps (mois):", - "Time Selection": "Sélection de l'heure", - "Time Series Comparisons": "Comparaisons de séries temporelles", - "Time Step": "Pas de temps", - "Time(s)": "Temps", - "Times Roman": "Temps romains", - "Title": "Titre", - "Title Size:": "Taille du titre:", - "Title of legend": "Titre de légende", - "Title:": "Titre:", - "Titles": "Titres", - "Titles ": "Titres ", - "Tmax/Tmin": "Tmax/Tmin", - "Tmax:": "Tmax:", - "Tmin:": "Tmin:", - "To": "À", - "To Script": "Au Script", - "To be implemented": "À implémenter", - "To circular:": "À circulaire :", - "To:": "À:", - "Tolerance": "Tolérance", - "Top": "Haut", - "Top levels displayed:": "Niveaux les plus hauts affichés:", - "Top:": "Haut:", - "Total Column Name": "Nom total de la colonne", - "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Seuil journalier des précipitations dépassant le 95e centile [25:R95pTOT]", - "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Seuil de 99ème centile de précipitation quotidienne totale [26:R99pTOT]", - "Total Daily Precipitation [27:PRCPTOT]": "Précipitation journalière totale [27:PRCPTOT]", - "Total Days": "Nombre total de jours", - "Total Rainfall": "Précipitation totale", - "Total precipitation": "Précipitation totale", - "Totals Column/Row Background Highlighted": "Arrière-plan de la colonne/de la ligne des totaux surligné", - "Trace Plot": "Trace de graphique", - "Trace Values": "Valeurs de Trace", - "Transform": "Transformer", - "Transform Text Column": "Transformer la colonne de texte", - "Transform:": "Transformer:", - "Transformation": "Transformation", - "Transparency:": "Transparence:", - "Transpose": "Transposer", - "Transpose Columns": "Transposer colonnes", - "Treat Row Names as Numeric": "Traiter les noms de ligne comme des noms numériques", - "Treat Summary Columns as a Further Factor": "Traiter les colonnes résumées comme un autre facteur", - "Treatment structure": "Structure de traitement", - "Treatment/Control": "Traitement/Contrôle", - "Treatment:": "Traitement:", - "Treemap": "Treemap", - "Trend": "Tendance", - "Triangular": "Triangulaire", - "Trim": "Supprespace", - "Trim Trailing White Space": "Ajuster l'espace blanc translucide", - "Trimmed Mean": "Moyenne coupée", - "Tropical Nights [4:TR]": "Nuits tropicales [4:TR]", - "True Values(Optional):": "Vrai valeurs (facultative):", - "Try": "Essayer", - "Two Columns": "Deux colonnes", - "Two Columns in Same Data Frame": "Deux colonnes dans le même cadre de données", - "Two Columns in Separate Data Frames": "Deux colonnes dans des images de données séparées", - "Two Data Frames Long": "Deux long tableaux de données", - "Two Data Frames Wide": "Deux tableaux de données de l’échelle", - "Two Sample Non parametric Tests": "Deux exemples de tests non paramétriques", - "Two Variable Fit Model": "Modèle à deux variables", - "Two Variable Graph": "Graphique à deux variables", - "Two Variable Use Model": "Modèle d'utilisation de deux variables", - "Two Way Frequencies": "Fréquences bidirectionnelles", - "Two sided": "Recto-verso", - "Two-Dash": "Deux tirets", - "Two-Sided": "Recto-verso", - "Type": "Type ", - "Type of Graph": "Type de graphe", - "Type of Layer (Geom):": "Type de couche (Geom):", - "Type of Palette": "Type de palette", - "Type of Test": "Type de test", - "Type of test": "Type de test", - "Type:": "Type:", - "Types": "Types", - "Typical": "Typique", - "UCSB CHIRPS": "CHIRPS UCSB", - "UID:": "UID:", - "UN Code:": "Code NU:", - "URWBookman": "URWBookman", - "URWGothic": "URWGothic", - "URWPalladioURWTimes": "Nombre d'URWPalladioURWTimes", - "UTF-8": "UTF-8", - "UnTransform": "Annuler la transformation", - "Underscore _": "Soulignement _", - "Undo": "Annuler", - "Unhide...": "Afficher...", - "Uniform": "Uniforme", - "Uniminmax": "Uniminmax", - "Units": "Unités", - "Units:": "Unités:", - "Unlock": "Déverrouiller", - "Unselect all": "Désélectionner tout", - "Unstack Columns": "Désempiler les colonnes", - "Unstack Data": "Désempiler les données", - "Unstack elements": "Désempiler les éléments", - "Upper Limit": "Limite supérieure", - "Upper Limit :": "Limite supérieure:", - "Use Date": "Date d’utilisation", - "Use Factor Sheet": "Feuille de facteur d’utilisation", - "Use Graph": "Utilisation graphique", - "Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Utiliser la distance de Great Circle (WGS84 ellipsoid) pour les points les plus proches", - "Use Model ": "Utiliser le modèle ", - "Use Summaries": "Utiliser des résumés", - "Use unique values for comparison": "Utiliser des valeurs uniques pour la comparaison", - "User Define": "Définir utilisateur", - "User Defined": "Défini par l'utilisateur", - "Username:": "Nom d'utilisateur:", - "VE": "VE", - "Value": "Valeur", - "Value From Above": "Valeur d’en haut", - "Value From Below": "Valeur d’en bas", - "Value(Vector):": "Valeur(Vecteur):", - "Value:": "Valeur", - "Values": "Valeurs", - "Values in both columns (intersection)": "Valeurs dans les deux colonnes (intersection)", - "Values in either column (union)": "Valeurs dans l'une des colonnes (union)", - "Values in first column not in second": "Valeurs de la première colonne ne sont pas dans la seconde", - "Values in second column not in first": "Valeurs de la deuxième colonne ne sont pas en premier", - "Var": "Var", - "VarCI Method:": "Méthode VarCI:", - "Variable": "Variable", - "Variable Day": "Jour variable", - "Variable Options": "Options de la variables", - "Variable Sets": "Ensembles de variables", - "Variable Transformations": "Transformations de variables", - "Variable Width": "Largeur des variables", - "Variable to Check:": "Variable à vérifier:", - "Variable(s) to Summarise:": "Variable(s) à résumer:", - "Variable(s) to View:": "Variable(s) à vue:", - "Variable:": "Variable:", - "Variables": "Variables ", - "Variables Plot": "Graphique de variables", - "Variables and Summaries": "Variables et résumés", - "Variables to Check:": "Variables à vérifier:", - "Variables to Include:": "Variables à inclure:", - "Variables to View:": "Variables à voir:", - "Variables:": "Variables:", - "Variance": "Variance", - "Variate:": "Variable aléatoire :", - "Variogram Data Frame:": "Variogramme de tableau de données:", - "Verification": "Vérification", - "Verification Summaries": "Résumés de vérification", - "Vertcal-Line(|)": "Vertcale-Ligne(|)", - "Vertical": "Verticale", - "Vertical Label Position:": "Position de l’étiquette verticale:", - "Vertical X Tick Markers": "Marqueurs verticaux en X ticks", - "Vertical major grid lines ": "Grille principale verticale ", - "Vertical minor grid lines": "Ligne de grille mineure verticale", - "Vertically": "Verticalement", - "View Data": "Afficher les données", - "View Data Frame": "Visionner la tableau de données", - "View Graph": "Afficher graphique", - "View Key": "Afficher clé", - "View Labels/Levels": "Afficher des étiquettes/niveaux", - "View Link": "Afficher le lien", - "View Object": "Afficher l'objet", - "View and Remove Keys": "Afficher et supprimer de clés", - "View and Remove Links": "Afficher et supprimer les liens", - "Vignettes": "Vignettes", - "Violet": "Violet", - "Violin": "Violon", - "Violin + Boxplot": "Violin + Boxplot", - "Violin + Jitter": "Violin + Jitter", - "Violin Options": "Options de violon", - "Violin Plot": "Graphique de violon", - "Violin Plot Options": "Options du Plot de Violin", - "Visualise Data": "Visualiser les données", - "Vjust": "Vjust", - "Volumetric efficiency": "Efficacité volumétrique", - "WB PPP:": "WB PPP :", - "WIGOS Station Identifier:": "Identifiant de la station WIGOS:", - "WMO Number": "Numéro WMO", - "WMO Number:": "Numéro WMO:", - "Wakefield": "Wakefield", - "Wald": "Wald", - "Warm Spell Duration Index [14:WSDI]": "Indice de durée des sorts de chaleur [14:WSDI]", - "Water Amount(s):": "Quantité d'Eau:", - "Water Balance": "Équilibre de l'eau", - "Water Balance <=": "Équilibre de l'eau <=", - "Week": "Semaine", - "Week Day": "Jour de la semaine", - "Weeks": "Semaines", - "Weibull": "Weibull", - "Weight By (Optional):": "Poids par (facultatif):", - "Weight By:": "Poids par:", - "Weights": "Poids ", - "Weights (Optional):": "Poids (facultatif):", - "Weights:": "Poids:", - "West East": "Ouest Est", - "While you're waiting...": "En attente...", - "Whisk Line Type": "Type de ligne Whisk", - "Whisker Colour": "Whisker couleur", - "Whisklty": "Whisklty", - "White": "Blancs", - "White Space:": "Espace blanc:", - "Whitespace": "Espace blanc", - "Width": "Largeur ", - "Width:": "Largeur:", - "Wilcoxon": "Wilcoxon", - "Wilson": "Wilson", - "Wind": "Vent", - "Wind Direction:": "Direction du vent:", - "Wind Rose": "Rose des vents", - "Wind Speed": "Vitesse du vent", - "Wind Speed:": "Vitesse du vent:", - "Wind/Pollution Rose": "Rose du vent/pollution", - "WindSpeed:": "Vitesse du vent:", - "Windrose Options": "Options rose des vents", - "Winner Country ISO2:": "ISO2 pays de gagnant:", - "Winner Country ISO3:": "Vainqueur pays ISO3:", - "Winner Country:": "Pays gagnant:", - "Winner ID:": "ID du gagnant:", - "Winner Name:": "Nom du gagnant:", - "With Replacement": "Avec remplacement", - "With Standard Error": "Avec erreur standard", - "With X Variable": "Avec la variable X", - "With column": "Avec colonne", - "Within Year": "Dans l’année", - "Within Year:": "Dans l'année:", - "Words": "Mots", - "Working Directory": "Répertoire de travail", - "Working Directory:": "Répertoire de travail:", - "X Label": "Étiquette X", - "X Variable": "Variable X", - "X Variable:": "Variable X:", - "X Variables": "Variables X", - "X Variables:": "Variables X:", - "X and Y-Axis Labels": "Étiquettes d'axes X et Y", - "X and Y-Axis Tick Markers": "Marqueurs de ticks X et Y", - "X axis Label Size": "Taille de l'étiquette de l'axe X", - "X axis Tick Labels Angle": "Angle des étiquettes de ticks de l'axe X", - "X axis Tick Mark Label Size": "Taille du libellé de la marque de l'axe X", - "X axis label ": "L'étiquette de l'axe X ", - "X axis label on top axis": "L'étiquette de l'axe X sur l'axe supérieur", - "X axis labels angle:": "Angle d'étiquettes de l'axe X:", - "X axis tick labels": "Etiquettes de tick de l'axe X", - "X axis tick labels on top axis": "Etiquettes des ticks de l'axe supérieur", - "X axis tick marks": "Marques de tick de l'axe X", - "X axis:": "Axe X:", - "X label": "Libellé X", - "X-Axis": "Axe X", - "X-Axis Labels": "Libellés de l'axe X", - "X-Axis Line": "Ligne d'axe X", - "X-Axis Tick Markers": "Marqueurs de ticks de l'axe X", - "X-Axis Title": "Titre axe X", - "X-Lab Title": "Titre X-Lab", - "X-axis": "Axe X", - "X-axis Options:": "Options de l'axe X:", - "XY-Axes": "Axes XY", - "Xlim": "XLIM", - "Y Label": "Libellé Y", - "Y Value": "Valeur Y", - "Y Value:": "Valeur Y:", - "Y Variable": "Variable de Y ", - "Y Variable:": "Variable de Y:", - "Y Variables": "Variables Y", - "Y Variables:": "Variables Y:", - "Y Variate:": "Variante Y :", - "Y axis Label Size": "Taille du libellé de l'axe Y", - "Y axis Tick Mark Label Size": "Taille d'étiquette de marquage en Y", - "Y axis labels": "Libellés de l'axe Y", - "Y axis labels on right axis": "Libellés de l'axe Y sur l'axe droit", - "Y axis tick labels": "Libellés des ticks de l'axe Y", - "Y axis tick labels on right axis": "Libellés de l'axe Y sur l'axe droit", - "Y axis tick marks": "Marques de tick de l'axe Y", - "Y label": "Libellé Y", - "Y variable": "Variable Y", - "Y-Axis": "Axe Y", - "Y-Axis Labels": "Étiquettes Axe Y", - "Y-Axis Line": "Ligne axe Y", - "Y-Axis Tick Markers": "Marqueurs de ticks de l'axe Y", - "Y-Axis Title": "Titre axe Y", - "Y-Lab Title": "Titre de Y-Lab", - "Y-axis": "Axe Y", - "Y-axis Options:": "Options de l'axe Y :", - "Y-axis Upper:": "Axe Supérieur des Y:", - "Year": "Année", - "Year - DOY Plot": "An - intrigue DOY", - "Year - Month - Day": "Année - mois - jour", - "Year As Factor": "Année comme facteur", - "Year Columns": "Colonnes de l’année", - "Year Columns:": "Colonnes de l’année :", - "Year Month Day": "Année mois jour", - "Year and Day of Year": "Année et jour de l’année", - "Year(4 digit)MonthDay(YEARMODA)": "Année (4 chiffres)JourMensuel(ANNÉE)", - "Year(4-digit)-Month(Full Name)-Day": "Année(4-chiffre)-Mois (Nom complet)-Jour", - "Year(4-digit)-Month(abbr)-Day": "Année(4-chiffre)-Mois(abr)-Jour", - "Year(4-digit)-Month-Day": "Année(4-chiffre)-Mois-Jour", - "Year(4-digit)/Month(Full Name)/Day": "Année(4-chiffre)/Mois(Nom complet)/Jour", - "Year(4-digit)/Month(abbr)/Day": "Année(4-chiffre)/Mois(abr)/Jour", - "Year(4-digit)/Month/Day": "Année(4-chiffre)/Mois/Jour", - "Year(4-digit)Doy(Julian)": "Année(4-chiffre)Doy(Julien)", - "Year:": "Année:", - "Years": "Années", - "Yellow": "Jaune", - "Yellow-Green": "Jaune-vert", - "Yes": "Oui", - "YlGn": "YlGn", - "YlGnBu": "YlGnBu", - "YlOrBr": "YlOrBr", - "YlOrRd": "YlOrRd", - "Ylim": "Ylim", - "Zero Values": "Zéro valeurs", - "Zplot Plot": "Graphique Zplot", - "[ ] or": "[ ] ou", - "[^ ] not": "[^ ] pas", - "^ begin": "^ début", - "________": "________", - "__________": "__________", - "aapc": "aapc", - "abs": "abs", - "acos": "acos", - "add_na": "Ajouter_na", - "age": "âge", - "all": "tout", - "am": "matin", - "and": "et", - "ang.dev": "ang.dev", - "ang.var": "ang.var", - "animal (f)": "animal (f)", - "annual": "annuel", - "anon": "anon", - "anova": "anova", - "ansari": "ansari", - "answer (f)": "réponse (f)", - "any": "tout", - "anyDup": "tout Dup", - "aov": "aov", - "ar": "ar", - "arima": "ARIMA", - "asin": "asin", - "asis": "asis", - "asn": "asn", - "aspect.ratio": "aspect.ratio", - "asymptotic ": "asymptotique", - "atan": "atan", - "atan2": "atan2", - "atanh": "atanh", - "award_date": "date_d'attribution", - "axis.line": "axe.ligne", - "axis.line.x": "axe.ligne.x", - "axis.line.y": "axe.ligne.y", - "axis.text": "axe.texte", - "axis.text.x": "axe.texte.x", - "axis.text.x.top": "axe.texte.x.haut", - "axis.text.y": "axe.texte.y", - "axis.text.y.right": "axe.texte.y.droit", - "axis.ticks": "axe.ticks", - "axis.ticks.length": "axe.ticks.longueur", - "axis.ticks.x": "axe.ticks.x", - "axis.ticks.y": "axe.ticks.y", - "axis.title": "axe.titre", - "axis.title.x": "axe.titre.x", - "axis.title.x.top": "axe.titre.x.haut", - "axis.title.y": "axe.titre.y", - "axis.title.y.right": "axe.titre.y.droit", - "bartels": "bartels", - "bartlett": "bartlette", - "beta": "bêta", - "between": "entre", - "binary": "binaire", - "binom.test": "binom.teste", - "boot": "démarrer", - "boundary": "limite", - "boxcox": "boxcox", - "br": "br", - "br2": "br2", - "broken": "cassé", - "browser (f)": "navigateur (f)", - "bu": "bu", - "butt": "butt", - "bw": "bw", - "by": "par ", - "c( )": "c( )", - "caption": "légende", - "car (f)": "voiture (f)", - "cat": "cat", - "cb_safe": "cb_safe", - "ceiling": "plafond", - "children": "enfants", - "chisq": "chisq", - "choose": "choisir", - "ci": "ci", - "circular": "circulaire", - "cividis": "cividis", - "classic": "classique", - "cloglog": "cloglog", - "cloud": "nuage", - "cm": "cm", - "cmh": "cmh", - "coefficient": "coefficient", - "coin (f)": "pièce (f)", - "collapse": "Réduire", - "collate": "collationner", - "color (f)": "couleur (f)", - "combine": "combiner", - "confint": "confiner", - "conover": "conover", - "cont": "cont", - "contract_sector": "secteur_contrat", - "contract_title": "titre_contrat", - "cor": "cor", - "cos": "cos", - "count": "compter", - "country": "pays ", - "cov": "cov", - "cp": "cp", - "crc32": "crc32", - "cross": "croix", - "cs": "cs", - "csmk": "csmk", - "csv": "csv", - "cumdist": "cumdist", - "cummax": "cummax", - "cummean": "cummoyenne", - "cummin": "cummin", - "cumsum": "cumsomme", - "cv": "cv", - "d": "d", - "d_in_m": "d_dans_m", - "d_rank": "d_rang", - "daily": "quotidien", - "data": "données", - "data.frame(data=matrix(data=NA": "data.frame(data=matrice(data=NA", - "date": "date", - "date_stamp": "date_timbre", - "datetime": "date-heure", - "davies": "davies", - "day": "jour", - "day of the month (01-31)": "jour du mois (01-31)", - "day of the month (1-31)": "jour du mois (1-31)", - "day of the week": "jour de la semaine", - "days": "jours", - "death (L)": "mort (L)", - "default": "par défaut", - "deg": "deg", - "degrees": "degrés", - "detect": "détecter", - "dice": "dé", - "died (L)": "mort (L)", - "diff": "diff", - "digamma": "digamma", - "distill": "distiller", - "distinct": "distincts", - "dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain", - "dlgSetupForDataEntry": "dlgSetupForDataEntry", - "dmy": "dmy", - "dna (f)": "dna (f)", - "dob (D)": "dob (D)", - "drop": "supprimer", - "dummy": "factice", - "duncan": "duncan", - "duplicated": "dupliqué", - "durbin": "durbin", - "durbinWatsonTest": "durbinWatsonTest", - "education (f)": "éducation (f)", - "ela": "ela", - "employment (f)": "emploi (f)", - "encode ": "encoder ", - "end": "fin", - "erlevd": "erlevd", - "exact": "exacts", - "exp": "exp", - "expand": "agrandir", - "extRemes": "extrêmes", - "extract": "extraire", - "extract2": "extrait2", - "eye (f)": "oeil (f)", - "fact": "fait", - "factor": "facteur ", - "factor ": "facteur  ", - "fevd": "fevd", - "findpars": "trouverpars", - "first": "premier", - "fiscal_year": "année_fiscale", - "fisyat": "fisyat", - "fixed": "fixé", - "fligner": "fligner", - "floor": "étage", - "frLabels:": "frLabels:", - "friedman": "friedman", - "gamma": "gamma", - "gender (f)": "sexe (f)", - "glm": "glm", - "glm.nb": "glm.nb", - "glmer": "glmer", - "glmmPQL": "glmmPQL", - "gpa": "gpa", - "grade": "grade", - "grade_level (f)": "niveau_grade (f)", - "grey": "gris", - "group (f)": "groupe (f)", - "grpTickLength": "Longueur de ticket grp", - "hair (f)": "cheveux (f)", - "height": "hauteur", - "hour": "heure", - "hours": "heures", - "hydroGOF ": "hydroGOF ", - "identity": "identité", - "ifelse": "si autre", - "inches": "pouces", - "income": "revenu", - "indices selected out of": "indices sélectionnés en dehors de", - "inferno": "infernale", - "infreq": "infreq", - "inorder": "dans l'ordre", - "inseq": "inséq", - "intercept": "intercepter", - "iq": "iq", - "is false": "est faux", - "is true": "est vrai", - "is.fixedfevd": "est.fixéfevd", - "is.na": "est.na", - "j:": "j:", - "kge": "kge", - "klotz": "klotz", - "koziol": "koziol", - "kruskal": "kruskal", - "ks": "ks", - "kurtosis": "coefficient d’aplatissement", - "l()": "l()", - "label": "étiquette", - "labelled ": "étiqueté ", - "lag": "décalage", - "language (f)": "langue (f)", - "lanzante": "lanzante", - "last": "dernier", - "lbeta": "lBêta", - "lbl": "lbl", - "lchoose": "lchoisir", - "lda": "lda", - "lead": "prospect", - "leap": "saut", - "legend bty": "légende bty", - "legend.background": "légendes.arrière-plan", - "legend.box.background": "légendes.boite.arrière-plan", - "legend.box.margin": "espacement.cases.marge", - "legend.box.spacing": "espacement.cases.légende", - "legend.key": "clé.légend", - "legend.key.height": "légende.clé.hauteur", - "legend.key.size": "légende.clé.taille", - "legend.key.width": "légende.clé.largeur", - "legend.margin": "légende.marge", - "legend.spacing": "espacement.légende", - "legend.spacing.x": "espacement.légende.x", - "legend.spacing.y": "espacement.légende.y", - "legend.text": "texte.légende", - "legend.text.align": "légende.texte.alignement", - "legend.title": "légende.titre", - "legend.title.align": "légende.titre.alignement", - "length": "longueur", - "letters": "lettres", - "levd": "levd", - "level": "niveau", - "lfact": "lfact", - "lgamma": "lgamma", - "light": "lumière", - "likert (o.f)": "likert (o.f)", - "line": "ligne", - "linedraw": "tracé des lignes", - "linkert7 (o.f)": "linkert7 (o.f)", - "lm": "lm", - "lme4": "lme4", - "lmer": "lmer", - "locate": "localiser", - "locate2": "localiser2", - "loess": "loess", - "log": "log", - "log10": "log10", - "log1p": "log1p", - "log2": "log2", - "logical": "logique", - "logistic": "logistique", - "logit": "logit", - "loglin": "loglin", - "loglm": "loglm", - "lorem_ipsum (c)": "lorem_ipsum (c)", - "lower": "inférieures", - "lowess": "basse", - "lqs": "lqs", - "lr.Test": "lr.Teste", - "lump": "morceau", - "m": "m", - "mNSE": "mNSE", - "m_rank": "m_grade", - "mad": "mad", - "mae": "mae", - "magma": "magma", - "mantelhaen": "mantelhaen", - "mariadb_climsoft_db_v4": "mariadb_escalade_db_v4", - "mariadb_climsoft_test_db_v4": "mariadb_climsoft_test_db_v4", - "marital (f)": "matrimonial (f)", - "match": "correspondance", - "math": "math", - "mauchly": "mauchly", - "max": "max", - "mc": "mc", - "mca": "mca", - "mcnemar": "mcnemar", - "md": "md", - "md5": "md5", - "mdy": "mdy", - "me": "me", - "mean": "moyenne", - "median": "médiane", - "medianHL": "medianHL", - "method_type": "type_méthode", - "military (f)": "militaire (f)", - "min": "min", - "minimal": "minimum", - "minute (00-59)": "minute (00-59)", - "miss": "manquer", - "mk": "mk", - "mm": "mm", - "mm(Large or negative Value)": "mm (grande ou valeur négative)", - "mmk ": "mmk ", - "mode": "mode", - "mode1": "mode1", - "month": "mois", - "month (f)": "mois (f)", - "monthly": "mensuel ", - "monthly average": "moyenne mensuelle", - "months ": "mois ", - "mood": "humeur", - "moving": "déplacement", - "movmax": "dépmax", - "movmean": "dépmoyen", - "movmed": "dépmed", - "movmin": "dépmin", - "movsum": "dépsomme", - "mse": "mse", - "murmur32": "murmur32", - "n": "n", - "n:": "n:", - "n_distinct": "n_distincts", - "naapprox": "naapprox", - "naest": "naest", - "nafill": "nafill", - "name (c)": "nom (c)", - "nasplin": "nasplin", - "ncvTest": "Test ncv", - "near": "près de", - "neighbouring average": "moyenne voisine", - "nlmer": "nlmer", - "nls": "nls", - "no_bids_considered": "aucune_offre_considérée", - "no_bids_received": "aucune_offre_reçue", - "non miss": "non manque", - "nonadditivity ": "nonadditivité ", - "normal": "normale", - "nrmse": "nrmse", - "nth": "nième", - "ntile": "ntile", - "oneway": "unique", - "or Named Region:": "ou région nommée:", - "or matching values 1 to n": "ou les valeurs correspondantes 1 à n", - "order": "ordre", - "original_contract_value": "valeur_contrat_original", - "other": "autre", - "outlierTest": "test des aberrations", - "pad": "tampon", - "pairwise.Prop": "par-paire.Prop", - "pairwise.t": "par-paire.t", - "pairwise.wilcox": "par-paire.wilcox", - "panel.background": "panneau.arrière-plan", - "panel.border": "panneau.bordure", - "panel.grid": "panneau.grille", - "panel.grid.major": "panneau.grille.majeure", - "panel.grid.major.x": "panneau.grille.majeure.x", - "panel.grid.major.y": "panneau.grille.majeure.y", - "panel.grid.minor": "panneau.grille.mineur", - "panel.grid.minor.x": "panel.grille.mineur.x", - "panel.grid.minor.y": "panneau.grille.mineur.y", - "panel.spacing": "espacement.du.panneau", - "panel.spacing.x": "espacement.du.panneau.x", - "panel.spacing.y": "espacement.du.panneau.y", - "pbeta": "pbêta", - "pbias": "pbias", - "pbiasfdc": "pbiasfdc", - "pbinom": "pbinom", - "pbirth": "pnaissance", - "pchisq": "pchisq", - "pcor ": "pcor ", - "percentages": "pourcentages", - "pet (f)": "pet (f)", - "pettitt ": "pettitt ", - "pf": "pf", - "pgamma": "pgamma", - "pi": "pi", - "plasma": "plasma", - "plot ": "graphique", - "plot.background": "graphique.fond", - "plot.caption": "graphique.légende", - "plot.fevd": "graphique.fevd", - "plot.margin": "graphique.marge", - "plot.subtitle": "graphique.sous-titre", - "plot.title": "graphique.titre", - "pm": "soir", - "pmax": "pmax", - "pmin": "pmin", - "pmk ": "pmk ", - "pnbin": "pnbin", - "pnorm": "pnorm", - "points": "points", - "poisson": "poisson", - "political (f)": "politique (f)", - "polr": "polr", - "power.anova": "anova.puissance", - "power.prop": "prop.puissance", - "power.t": "puissance.t", - "ppois": "ppois", - "ppr": "ppr", - "precip": "precip", - "predict": "prédire", - "prediction": "prédiction", - "primary (f)": "primaire (f)", - "princomp": "princomp", - "print": "imprimer", - "print.fevd": "imprimer.fevd", - "probability": "probabilité", - "probit": "probité", - "procurement_category": "catégorie_achat", - "procuring_authority": "autorité_acquise", - "prop": "prop", - "prop.test": "prop.test", - "prop.trend": "prop.tendance", - "propn": "propn", - "proportion": "proportion", - "pscore": "pscore", - "pt": "pt", - "q-Gram Distance": "distance q-Gram", - "q1": "q1", - "q3": "q3", - "qbeta": "qbeta", - "qbinom": "qbinom", - "qbirth": "qnaissance", - "qchisq": "qchisq", - "qda": "qda", - "qf": "qf", - "qgamma": "qgamma", - "qnbin": "qnbin", - "qnorm": "qnorm", - "qpois": "qpois", - "qq": "qq", - "qt": "qt", - "quade": "quade", - "quadrant": "quadrant", - "qual": "qual", - "quantile": "quantile", - "quarter": "quart", - "rNSE": "rNSE", - "rPearson": "rPearson", - "rSD": "rSD", - "r_rank": "r_rang", - "race (f)": "race (f)", - "rad": "rad", - "radians": "radians", - "rain days": "jours de pluie", - "range": "plage", - "rd": "rd", - "reciprocal": "réciproque", - "recode": "recoder", - "rect": "rect", - "regex": "regex", - "region": "région ", - "relevel": "reniveau", - "religion (f)": "religion (f)", - "remove": "supprimer", - "remove2": "supprimer2", - "reorder": "réordonner", - "rep": "rép", - "replace": "remplacer", - "replace2": "remplacer2", - "residuals": "résiduels", - "reverse": "inversé", - "rho": "rho", - "rlm": "rlm", - "rmse": "rmse", - "round": "arrondi", - "row(s)": "ligne(s)", - "rrod ": "rrod", - "rsd": "rsd", - "rsr": "rr", - "sat": "sat", - "savage": "sauvage", - "scheffe": "scheffe", - "sd": "sd", - "seasonal average": "moyenne saisonnière", - "sec": "sec", - "second (00-59)": "deuxième (00-59)", - "seconds": "secondes", - "segmented": "segmenté", - "selected variable": "variable sélectionnée", - "sens ": "sens ", - "sentence (c)": "phrase (c)", - "seq": "seq", - "sex (f)": "sexe (f)", - "sex_inclusive (f)": "sex_inclusif (f)", - "sha1": "sha1", - "sha256": "sha256", - "sha512": "sha512", - "shapiro": "shapiro", - "shift": "décalage ", - "short": "court", - "shuffle": "mélanger", - "siginf": "siginf", - "sign": "signer", - "signature_date": "date_de_signature", - "sin": "sin", - "skew": "incliner", - "slope": "pente", - "smk ": "smk ", - "smokes (L)": "fumée (L)", - "snh ": "snh ", - "sort": "trier", - "spearman": "spearman", - "specify1": "spécifier1", - "specify2": "spécifier2", - "specify3": "spécifier3", - "speed": "vitesse", - "spline": "spline", - "split": "fractionner", - "sqrt": "racine", - "square": "carré", - "squish ": "grincer ", - "ssens ": "ssens ", - "ssq": "ssq", - "starts": "début", - "state (f)": "état (f)", - "stats": "stats", - "string (c)": "chaîne (c)", - "strip.background": "strip.arrière-plan", - "strip.placement": "strip.placement", - "strip.switch.pad.grid": "strip.changer.tampon.grille", - "strip.switch.pad.wrap": "strip.changer.tampon.enveloppe", - "strip.text": "strip.texte", - "strip.text.x": "strip.texte.x", - "strip.text.y": "Texte de la bande", - "sub.title": "sous-titre", - "sum": "somme", - "summary": "résumé", - "summary.fevd": "summary.fevd", - "sunh": "soleilh", - "sunshine hours": "heures de soleil", - "swap Parameters": "changer les paramètres", - "t": "t", - "taha": "taha", - "tall": "haut", - "tan": "brun tanné", - "text": "texte", - "time": "Heure", - "title": "titre", - "tmax": "tmax ", - "tmin": "tmin ", - "to": "à", - "tr": "tr", - "trigamma": "trigamma", - "trim": "couper", - "trunc": "tronquer", - "unknown": "inconnue", - "upper": "supérieur", - "upper (c)": "supérieur (c)", - "v3.0 Daily Rainfall": "v3.0 Pluie Journalière", - "v3.0 Dekadal Rainfall": "v3.0 Pluie de Dekadal", - "v3.0 Monthly Rainfall": "v3.0 Pluie mensuelle", - "v3.0 Monthly Rainfall (Calculated)": "v3.0 Pluie mensuelle (Calculée)", - "v3.1 Daily Rainfall": "v3.1 Pluie Journalière", - "v3.1 Daily Rainfall Complete (Filled)": "v3.1 Pluie Quotidienne Complétée (Complète)", - "v3.1 Dekadal Rainfall": "v3.1 Dekadal Rainfall", - "v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 Pluie mortelle Pluie complète (remplie)", - "v3.1 Monthly Rainfall": "v3.1 Pluie Mensuelle", - "v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Pluie Mensuelle Complète (Fille)", - "valid (L)": "valid (L)", - "var": "var", - "variable": "variable", - "vcov": "vcov", - "viridis": "viridis", - "von_mises": "von_mises", - "vonmises": "vonmises", - "waerden": "waerden", - "wakefield::r_data_theme(n = 100": "wakefield::r_thème_de_donnée(n = 100", - "waller ": "waller ", - "wd": "wd", - "wday": "wjour", - "when": "quand", - "which": "qui", - "wilcox": "wilcox", - "wilcoxsign": "wilcoxsign", - "winner_country": "pays_gagnant", - "winner_name": "nom_gagnant", - "wrappednormal": "enveloppénormal", - "ws": "ws", - "xxhash32": "xxhash32", - "xxhash64": "xxhash64", - "yday": "yjour", - "year": "année", - "ymd": "ymd" + " (lat) ": " (lat) ", + " (lon) ": " (lon) ", + " 5. Total Precipitation:": " 5. Précipitation totale:", + " All combined with &&": " Tous combinés avec &&", + " Keys:": " Clés:", + " Options": " Options", + " Show R Commands in Output Window": " Afficher les commandes R dans la fenêtre de sortie", + " Two-Variables": " Deux Variables", + " Word Count": " Nombre de mots", + " binom": " binom", + " box": " boite", + " comment(s) entered": " commentaire(s) entré(s)", + " fisher": " pêcheur", + " kruskal": " kruskal", + " row(s) entered": " ligne(s) entrée(s)", + " | Showing ": " | Affichage ", + "!is.na": "!is.na", + "$ end": "fin $", + "% Bias": "% Biais", + "% rank": "rang %", + "%in%": "%dans%", + ". any": ". tout", + ".nc files found to import": "fichiers .nc trouvés à importer", + "10m u-component of wind": "10m u-composante vent", + "10m v-component of wind": "10m v-composante du vent", + "1st Factor:": "1er facteur:", + "2 Digit": "2 chiffres", + "2-digit years": "Années à 2 chiffres", + "2. Mean Station Pressure:": "2. Moyenne de pression de la station:", + "2m dewpoint temperature": "2m de température du point de rosée", + "2m temperature": "2m de température", + "2nd Factor (Optional):": "2e facteur (facultatif):", + "2pi": "2pi", + "3. Mean Sea Level Pressure:": "3. Moyenne pression du niveau de la mer:", + "4 Digit": "4 chiffres", + "4. Mean Daily Air Temperature:": "4. Température moyenne quotidienne de l'air:", + "4C88C488": "4C88C488", + "6. Mean Daily Max Air Temperature:": "6. Température maximale quotidienne moyenne de l'air:", + "7. Mean Daily Min Air Temperature:": "7. Température minimale quotidienne moyenne de l'air:", + "8. Mean Daily Relative Humidity:": "8. Moyenne d'humidité relative quotidienne:", + "? 0 or 1": "? 0 ou 1", + "AIC": "AIC", + "AMOC": "AMOC", + "ANOVA": "ANOVA", + "ANOVA tables": "Tableaux ANOVA", + "API Key:": "Clé API:", + "ARC2 Daily Precipitation": "Précipitation quotidienne ARC2", + "ARC2 Monthly Precipitation": "Précipitation mensuelle ARC2", + "AT": "À", + "Abbr.:": "Abr. :", + "Abbreviation": "Abréviation", + "Absolute deviation": "Déviation absolue", + "Accent": "Accent", + "Acceptable Range (Element1)": "Étendue acceptable (Élément 1)", + "Acceptable Range (Element2)": "Étendue acceptable (Élément 2)", + "Add": "Ajouter", + "Add Calculation": "Ajouter un calcul", + "Add Colour Scale": "Ajouter une échelle de couleurs", + "Add Comment": "Ajouter un commentaire", + "Add Component": "Ajouter un composant", + "Add Condition": "Ajouter une condition", + "Add Current Contrasts": "Ajouter des contrastes actuels", + "Add Date Column": "Ajouter une colonne de date", + "Add Distribution": "Ajouter une distribution", + "Add Factor Level": "Ajouter le niveau de facteur", + "Add Fill Scale": "Ajouter une échelle de remplissage", + "Add Flag Variables": "Ajouter des variables drapeau", + "Add Key": "Ajouter une clé", + "Add Label": "Ajouter une étiquette", + "Add Labels": "Ajouter des étiquettes", + "Add Line of Best Fit": "Ajouter une ligne de meilleure adaptation", + "Add Link": "Ajouter un lien", + "Add Manipulation": "Ajouter une manipulation", + "Add Margins": "Ajouter des marges", + "Add Mean Line": "Ajouter une ligne moyenne", + "Add Median Line": "Ajouter une ligne médiane", + "Add New Distribution": "Ajouter une nouvelle distribution", + "Add Pair": "Ajouter la paire", + "Add Peaks": "Ajouter des pics", + "Add Points": "Ajouter des points", + "Add Rug Plot": "Ajouter un graphique de tapis", + "Add Sub Calculation": "Ajouter un sous-calcul", + "Add Tercile Lines": "Ajouter des lignes terciles", + "Add To Title:": "Ajouter au titre:", + "Add Valleys": "Ajouter des vallées", + "Add flag field data": "Ajouter des données de champ de drapeau", + "Add legend": "Ajouter une légende", + "Add to Data Frame:": "Ajouter au tableau de données:", + "Added Distribution": "Distribution ajoutée", + "Additional Data Frame:": "Tableau de données supplémentaire:", + "Additional Features": "Fonctionnalités supplémentaires", + "Additional Variables:": "Variables supplémentaires:", + "Advance Options": "Options avancées", + "After": "Après", + "Agresti-Coull": "Agresti-Coull", + "Agricolae": "Agricolae", + "Algorithm :": "Algorithme:", + "Alignment:": "Alignement:", + "All": "Tous", + "All Bids (Trimmed):": "Toutes les quotes (coupés):", + "All Bids:": "Toutes les quotes:", + "All Class": "Toutes les classes", + "All Columns": "Toutes les colonnes", + "All Combined with &&": "Tous combinés avec &&", + "All Contents": "Tous les contenus", + "All Duplicate Cases": "Tous les cas des doublons", + "All Options": "Toutes les options", + "All but (unordered) Factor": "Tout sauf facteur (non ordonné)", + "All combined with |": "Tous combinés avec |", + "All files of this type": "Tous les fichiers de ce type", + "All values if columns are equal": "Toutes les valeurs si les colonnes sont égales", + "Allow t for Trace": "Autoriser t pour trace", + "Alpha:": "Alpha:", + "Alternate (Horizontal first)": "Alternatif (Horizontal d'abord)", + "Alternate (Vertical first)": "Alternatif (Vertical d'abord)", + "Always Use Levels": "Utilisez toujours les niveaux", + "Always Use Values": "Utilisez toujours les valeurs", + "Amount": "Montant", + "Amount:": "Montant:", + "An R Command is Running": "Une commande R est en cours d'exécution", + "An order": "Un ordre", + "Analysis": "Analyse", + "Ang_dev": "Ang_dev", + "Ang_var": "Ang_var", + "Angle": "Angle", + "Annual": "Annuel", + "Annual Rain total": "Total annuel de la pluie", + "Annual+Within": "Annuel+Entre", + "Annual/Monthly": "Annuelle/mensuelle", + "Annual:": "Annuel:", + "Anomalies": "Anomalies", + "Anonymise ID Column": "Anonymiser la colonne d'identification", + "Anova": "Anova", + "Anova Options": "Options d’Anova", + "Anti Join": "Anti jointure", + "Anticlockwise Direction": "Direction dans le sens anti-horaire", + "Any Class": "N'importe quelle classe", + "Append": "Ajouter", + "Append Data Frames": "Ajouter les tableaux de données", + "Apply": "Appliquer", + "Apply As Filter": "Appliquer comme filtre", + "Apply As Subset": "Appliquer comme sous-ensemble", + "Apply Options": "Options d'application", + "Apply on All Layers": "Appliquer sur toutes les couches", + "April": "Avril", + "Area": "Région", + "Arrow": "Flèche", + "As Percentage": "En pourcentage", + "As Percentages": "En pourcentages", + "As Proportion of Factors (Optional):": "En proportion de facteurs (facultatif):", + "Ascending": "Croissant", + "Ascending Frequencies": "Fréquences ascendantes", + "Assume condition not satisfied at start of each period": "Supposons que la condition ne soit pas satisfaite au début de chaque période", + "Assumed median value": "Valeur médiane supposée", + "Asymptotic": "Asymptotique", + "At End": "À la fin", + "At Start": "Au début", + "At Y =": "À Y =", + "Augment": "Augmenter", + "August": "Août", + "Auto": "Automatique", + "Auto ": "Auto", + "Auto Save Recovery Options": "Options de récupération de sauvegarde automatique", + "Auto save a backup of data": "Sauvegarde automatique des données", + "Auto saving data...": "Sauvergade automatique des données...", + "Auto-Generate": "Générer automatiquement", + "Automatic": "Automatique", + "AvantGarde": "AvantGarde", + "Average": "Moyen", + "Award Date:": "Date de l'octroi:", + "Award Year:": "Année d’octroi:", + "Axes": "Axes", + "Axis Lines": "Lignes d'axe", + "Axis Title": "Titre de l’axe", + "BFGS": "BFGS", + "BIB": "BIB", + "BIC": "BIC", + "Back": "Précédent", + "Background": "Arrière-plan", + "Background of facet labels": "Arrière-plan des étiquettes de facettes", + "Background of legend": "Arrière-plan de la légende", + "Background of legend area": "Arrière-plan de la zone de légende", + "Background of the entire plot": "Arrière-plan du graphique", + "Background underneath legend keys": "Arrière-plan sous les clés de légende", + "Backup Data File Detected": "Fichier de données de sauvegarde détecté", + "Backup Debugging Log File Detected": "Fichier journal de débogage de sauvegarde détecté", + "Backup Internal Log File Detected": "Fichier de journal interne de sauvegarde détecté", + "Backup Log File Detected": "Fichier de journal de sauvegarde détecté", + "Backup Manager": "Gestionnaire de sauvegarde", + "Backup versions :": "Versions de sauvegarde:", + "Bandwidth: ": "Largeur de bande: ", + "Bar": "Barre", + "Bar Chart": "Graphique à barres", + "Bar Chart Options": "Options de graphique à barres", + "Bar Colour:": "Couleur de la barre:", + "Bar Graph": "Graphique à barres", + "Bar and Pie Chart": "Diagramme à barres et camembert", + "Bar plot": "Diagramme à barres", + "Barometer Height:": "Hauteur du baromètre:", + "Base Range": "Étendue de base", + "Basic": "Basique", + "Bayesian": "Bayésien", + "Bca": "Bca", + "Before": "Avant", + "Before or After Column": "Avant ou après la colonne", + "Bernouli": "Bernouli", + "Beta": "Bêta", + "Bias": "Biais", + "Big Points": "Grands Points", + "Bin Axis:": "Axe de bin:", + "BinSeg": "BinSeg", + "Binary": "Binaire", + "Binomial": "Binomial", + "Biplot": "Biplot", + "Black": "Noir", + "Blank": "Vide", + "Blocking Variables": "Blocage des variables", + "Blocking Variables:": "Blocage des variables:", + "Blue": "Bleu", + "Blues": "Bleus", + "Bold": "Gras", + "Bold italic": "Gras italique", + "Bonett": "Bonett", + "Bookman": "Libraire", + "Boot": "Démarrage", + "Bootci.Type:": "Bootci.Type:", + "Bootstrap Options": "Options de démarrage", + "Border": "Bordure", + "Both": "Les deux", + "Bottom": "En bas:", + "Bottom:": "En bas:", + "Box plot": "Graphique en boîtes", + "Boxplot": "Graphique à boite", + "Boxplot + Jitter": "Boîte a moustaches + gigue", + "Boxplot Count Variable": "Variable du nombre du diagramme en boîte", + "Boxplot Method": "Méthode de diagramme en boîte", + "Boxplot Options": "Options de boîte à moustache", + "BrBG": "BrBG", + "Break Points:": "Points de rupture:", + "Breaks": "Ruptures", + "Broken Stick": "Bâton cassé", + "Brown": "Marron", + "Browse": "Parcourir", + "Browse File": "Parcourir le fichier", + "Browse Folder": "Parcourir le dossier", + "BuGn": "BuGn", + "BuPu": "BuPu", + "Buishand": "Buishand", + "By": "Par", + "By Column": "Par colonne", + "By Factor (Optional):": "Par facteur (facultatif):", + "By Factor(s)": "Par facteur(s)", + "By Factors:": "De facteurs:", + "By Filter": "Par filtre", + "By Month": "Par mois", + "By Variable (Optional):": "Par Variable (facultatif):", + "By Year": "Par année", + "By:": "Par:", + "C.I band": "Bande C.I", + "C.I.Method:": "Méthode C.I.:", + "CCA Options": "Options de la CCA", + "CDF": "CDF", + "CDF Plot": "Diagramme CDF", + "CDF Plot with Confidence Intervals": "Diagramme CDF avec intervalles de confiance", + "CPF": "CPF", + "CPT to Tabular Data": "CPT vers les données tabulaires", + "CROPS": "CROPS", + "CSS": "CSS", + "CUSUM": "CUSUM", + "Calculate Difference Categories": "Calculer les catégories différentes", + "Calculate Option Differences": "Calculer l'option différence", + "Calculate Proportions": "Calculer les proportions", + "Calculate Proportions or Percentages": "Calculer les proportions ou pourcentages", + "Calculate Rainfall Value by:": "Calculer la valeur des précipitations par:", + "Calculate by Year": "Calculer par année", + "Calculated Columns": "Colonnes calculées", + "Calculated columns": "Colonnes calculées", + "Calculation Name:": "Nom du calcul:", + "Calculations": "Calculs", + "Calculations:": "Calculs:", + "Calm Wind:": "Vent calme:", + "Cancel": "Annuler", + "Cannot get package information.": "Impossible d'obtenir les informations du paquet.", + "Cannot get package information. Check your internet connection.": "Impossible d'obtenir les informations du paquet. Vérifiez votre connexion Internet.", + "Cannot show text preview of file:": "Impossible d'afficher l'aperçu du fichier:", + "Canonical Correlations": "Corrélations canoniques", + "Canonicalmono": "Canonicalmono", + "Capacity:": "Capacité:", + "Caption Size:": "Taille des légendes:", + "Caption below the plot (text appearance)": "Légende en dessous du graphique (apparence du texte)", + "Caret(^)": "Caret(^)", + "Carry": "Porter", + "Carry Columns": "Porter les colonnes", + "Carry Columns:": "Porter les colonnes:", + "Categorical": "Catégorique", + "Categorical by Categorical:": "Catégorique par catégorique:", + "Categorical by Numeric:": "Catégorique par numérique:", + "Categorical:": "Catégorique:", + "Category Column:": "Colonne de catégorie:", + "Cauchit": "Cauchit", + "Cauchy": "Cauchy", + "Cell": "Cellule", + "Cell (%)": "Cellule (%)", + "Celsius": "Celsius", + "Center": "Centrer", + "CenterObs": "CentrerObs", + "Centimetres": "Centimètres", + "Centre Mean on Last Day": "Moyenne du centre le dernier jour", + "Centred": "Centré", + "CenturySch": "CentenaireSch", + "Change Limits": "Modifier les limites", + "Change Point Options": "Changer les options de point", + "Change type": "Changer le type", + "Change...": "Modifier...", + "Character": "Caractère", + "Character Column:": "Colonne de type caractère:", + "Check": "Contrôler", + "Check Duplicates": "Vérifier les doublons", + "Check Unique": "Vérifier Unique", + "Chi-Square Test": "Test du chi carré", + "Chi_Square": "Chi_Carré", + "Choice:": "Choix:", + "Choose Columns": "Choisir des colonnes", + "Choose Columns:": "Choisissez les colonnes:", + "Choose Form:": "Choisir la forme:", + "Choose Function": "Choisir la fonction", + "Choose Property": "Choisir la propriété", + "Choose Region": "Choisir la région", + "Choose Subset of Columns to Merge": "Choisir un sous-ensemble de colonnes à fusionner", + "Choose Summaries...": "Choisir les résumés...", + "Choose one of the following to proceed": "Choisir l'un des éléments suivants pour continuer", + "Choose...": "Choisir...", + "Cicero": "Cicero", + "Circle": "Cercle", + "Circular": "Circulaire", + "Circular Plots": "Diagrammes circulaires", + "Circular:": "Circulaire:", + "Classic": "Classique", + "Clear": "Effacer", + "Clear Conditions": "Effacer les conditions", + "Clear Script": "Effacer le script", + "Clear contents": "Effacer le contenu", + "CliData": "CliData", + "CliPlot": "CliPlot", + "Cliboxplot": "Cliboxplot", + "Click Ok to Confirm the Export.": "Cliquez sur Ok pour confirmer l'exportation.", + "Click Ok to confirm the save": "Cliquez sur Ok pour confirmer la sauvegarde", + "Climatic Boxplot": "Boxplot climatique", + "Climatic Check Data Rainfall": "Contrôle climatique de la pluie des données", + "Climatic Check Data Temperature": "Contrôle climatique de la température des données", + "Climatic Data Entry": "Entrée de données climatiques", + "Climatic Maps": "Cartes Climatiques", + "Climatic Summary": "Résumé climatique", + "Climatic_Type": "Type_climatique", + "Climdex Indices": "Indices de Climdex", + "Climsoft": "Climsoft", + "Clopper-Pearson": "Clopper-Pearson", + "Close": "Fermer", + "Close R-Instat now": "Fermer R-Instat maintenant", + "Closed On": "Fermé sur", + "Cloud Cover:": "Couverture nuageuse:", + "Code Missing Values as:": "Code les valeurs manquantes comme:", + "Coeff": "Coeff", + "Coeff:": "Coeff:", + "Coefficient Of Variation": "Coefficient de variation", + "Coefficient of determination": "Coefficient de détermination", + "Coefficient of persistence": "Coefficient de persistance", + "Coefficients": "Coefficients", + "Coin": "Pièce", + "Cold Spell Duration Index [15:CSDI]": "Indice de durée des sorts froids [15:CSDI]", + "Colon :": "Colonne:", + "Colon(:)": "Colonne(:)", + "Color (Optional):": "Couleur (facultative):", + "Color:": "Couleur:", + "Colour": "Couleur ", + "Colour Bar Max:": "Barre de couleur Max:", + "Colour Bar Min:": "Barre de couleur Min:", + "Colour By (Optional):": "Couleur par (facultative):", + "Colour By:": "Couleur par:", + "Colour Columns by Structure": "Colorer les colonnes par structure", + "Colour Lines by Difference": "Colorer les lignes par différence", + "Colour Palette:": "Palette de couleur:", + "Colour Scale": "Échelle de couleur", + "Colour by Property": "Couleur par propriété", + "Colour rainbow": "Arc-en-ciel de couleur", + "Colour:": "Couleur:", + "Colours": "Couleurs", + "Colours for Summaries": "Couleurs pour les résumés", + "Column": "Colonne", + "Column (%)": "Colonne (%)", + "Column :": "Colonne:", + "Column Chart Options": "Options du graphique de colonne", + "Column Factor:": "Facteur de colonne:", + "Column Factors:": "Facteurs de colonne:", + "Column Label:": "Étiquette de colonne:", + "Column Name": "Nom de la colonne", + "Column Name Event Day": "Nom de la colonne du jour de l'événement", + "Column Name Extreme Event": "Nom de la colonne de l'événement extrême", + "Column Name:": "Nom de la colonne:", + "Column Selection": "Sélection de colonne", + "Column Statistics": "Statistiques de colonnes", + "Column Structure": "Structure de la colonne", + "Column Type:": "Type de colonne:", + "Column Variable(s) (Factor):": "Variable(s) de colonne (acteurs):", + "Column Width:": "Largeur de la colonne:", + "Column to Duplicate:": "Colonne à dupliquer:", + "Column to Split:": "Colonne à diviser:", + "Column to Transform:": "Colonne de transformation:", + "Column to Unstack:": "Colonne à désempiler:", + "Column(s):": "Colonne(s):", + "Column:": "Colonne:", + "Column: ": "Colonne: ", + "Columns": "Colonnes", + "Columns to Combine:": "Colonnes à combiner:", + "Columns to Convert:": "Colonnes à convertir:", + "Columns to Delete:": "Colonnes à supprimer:", + "Columns to Include": "Colonnes à inclure", + "Columns to Rank:": "Colonnes à classer:", + "Columns to Reorder:": "Colonnes à réorganiser:", + "Columns to Sort by:": "Colonnes à trier par:", + "Columns to Stack:": "Colonnes pour empiler:", + "Columns to Transpose:": "Colonnes à transposer:", + "Columns to Unstack:": "Colonnes à désempiler:", + "Columns to be formatted ": "Colonnes à formater ", + "Columns:": "Colonnes:", + "Combine": "Combiner", + "Combine Factors": "Combiner les facteurs", + "Combine Graphs": "Combiner des graphiques", + "Combine Text Columns": "Combiner des colonnes de texte", + "Combined Graph": "Graphique combiné", + "Comma ": "Virgule", + "Comma separated file (*.csv)": "Fichier séparé par des virgules (*.csv)", + "Comma(": "Virgule(", + "Command": "Commande", + "Command Examples": "Exemples de commande", + "Command Format:": "Format de la commande:", + "Command Ok.": "Commande Ok.", + "Command produced an error or no output to display.": "La commande a produit une erreur ou aucune sortie à afficher.", + "Command produced an error.": "La commande a produit une erreur.", + "Command:": "Commande:", + "Commands": "Commandes", + "Comment Format:": "Format de commentaire:", + "Comment:": "Commentaire:", + "Comments": "Commentaires", + "Common": "Commun", + "Common Options": "Options communes", + "Common Regions:": "Régions communes:", + "Compare Columns": "Comparer de colonnes", + "Compare Satellite Data": "Comparer des données satellitaires", + "Compare Two Options": "Comparer deux Options", + "Comparison": "Comparaison", + "Comparison Summaries": "Résumés de comparaison", + "Comparisons to Display:": "Comparaisons d’affichage:", + "Complete records only": "Enregistrements complets uniquement", + "Complete rows only": "Lignes complètes seulement", + "Component": "Composant", + "Component:": "Composant:", + "Condition": "Condition", + "Condition Factors (Optional):": "Facteurs de condition (facultatifs):", + "Condition for Selection": "Condition pour la sélection", + "Condition for selection": "Condition pour la sélection", + "Condition:": "Condition:", + "Conditional": "Conditionnel", + "Conditional Eval Options": "Options d'Evaluation Conditionnelle", + "Conditional Quantile Options": "Options de quantile conditionnel", + "Conditional Quantile Plot": "Quantité conditionnelle", + "Conditions for Start of Rains": "Conditions de début des pluies", + "Conf=0.95": "Conf = 0,95", + "Confidence Interval:": "Intervalle de confiance:", + "Confidence Level:": "Niveau de confiance:", + "Confidence Limits": "Limites de confiance", + "Confidence interval": "Intervalle de confiance", + "Conjugent Gradent (CG)": "Gradent conjugué (CG)", + "Connect": "Connecter", + "Connect To ClimSoft Database": "Se connecter à la base de données ClimSoft", + "Connect to Climsoft Database": "Se connecter à la base de données Climsoft", + "Connected": "Connecté", + "Connecting Lines": "Lignes de connexion", + "Consecutive": "Consécutif", + "Constant": "Constante", + "Construct": "Construction", + "Construct Examples": "Construire des exemples", + "Contexts": "Contextes", + "Contexts to carry:": "Contextes à transporter:", + "Contingency": "Contingence", + "Continuity correction": "Correction de la continuité", + "Continuous": "En continu", + "Contract Sector:": "Contrat du secteur :", + "Contract Title:": "Titre du contrat:", + "Contract Value Categories:": "Catégories de valeur du contrat:", + "Contract Value Share Threshold:": "Seuil de part de marché valeur:", + "Contract Value:": "Valeur du contrat:", + "Contrast": "Contraste", + "Contrasts": "Contrastes", + "Control Options": "Options de contrôle", + "Control Variables:": "Variables de contrôle:", + "Conversions": "Conversions", + "Convert": "Convertir", + "Convert Case": "Majuscule/Minuscule", + "Convert Columns": "Convertir les colonnes", + "Convert Strings to Factor Columns": "Convertir des chaînes en colonnes de facteur", + "Convert To": "Convertir en", + "Convert to Character": "Convertir en caractère", + "Convert to Circular": "Convertir en Circulaire", + "Convert to Factor": "Convertir en facteur", + "Convert to Logical": "Convertir en Logique", + "Convert to Numeric": "Convertir en Numérique", + "Convert to Ordered Factor": "Convertir en facteur ordonné", + "Convert to Variate": "Convertir en variable", + "Convert to:": "Convertir en:", + "Cook's Distance": "Distance du cuisinier", + "Cook's Distance v Leverage": "Distance v effet de levier de cuisson", + "Coordinates": "Coordonnées", + "Copy Data Frame": "Copier le tableau de données", + "Copy Image": "Copier l'image", + "Copy RichText": "Copier le texte riche", + "Copy Row Names into Column": "Copier les noms de ligne dans la colonne", + "Copy from Below": "Copier depuis le bas", + "Copy...": "Copier...", + "Cor": "Cor", + "Corrected Hue Where Colour Map Begins:": "Teinte corrigée où commence la carte des couleurs:", + "Corrected Hue Where Colour Map Ends:": "Teinte corrigée où se termine la carte des couleurs :", + "Correlation": "Corrélation", + "Correlation Display and Graphics": "Graphiques et affichage de corrélation", + "Correlation Matrix": "Matrice de corrélation", + "Correlation Plot": "Diagramme de corrélation", + "Correlations": "Corrélations", + "Corruption Output:": "Sortie de la corruption:", + "Corruption Outputs:": "Sorties de la corruption:", + "Cosine Distance between q-Gram Profiles": "Distance cosinus entre les profils q-Gram", + "Could not read time dimension dates from file.": "Impossible de lire les dates de la dimension temporelle depuis le fichier.", + "Count": "Compter", + "Count Records Data Frame:": "Compter des enregistrements du tableau des données:", + "Count in Factor": "Compter en facteur", + "Counting Process": "Processus de comptage", + "Countries:": "Pays:", + "Country Capitals": "Capitales de pays", + "Country Coloured Map": "Carte de pays colorée", + "Country ISO2:": "Pays ISO2:", + "Country ISO3:": "Pays ISO3:", + "Country Level": "Niveau du pays", + "Country Level Columns": "Colonnes de niveau de pays", + "Country Names:": "Noms de pays:", + "Country:": "Pays:", + "Counts": "Comptes", + "Counts on Y Axis": "Compter sur l'axe Y", + "Counts totals": "Comptes totaux", + "Courier": "Courrier", + "Couriersans": "Courriersans", + "Covariance": "Covariance", + "Create Labels": "Créer des étiquettes", + "Create Survival Object": "Créer un objet de survi", + "Create an account": "Créer un compte", + "Create subset of non-numeric cases": "Créer un sous-ensemble de cas non numériques", + "Crop Definitions": "Définitions de rognage", + "Crop Length Day(s):": "Jour(s) de longueur de culture:", + "Cumulative": "Cumulatif", + "Cumulative exceedance": "Dépassement cummulatif", + "Cumulative graph": "Graphique cumulatif", + "Cumulative/Exceedance Graph": "Graphique cumulatif/dépassement", + "Current Name:": "Nom actuel:", + "Current Value:": "Valeur actuelle:", + "Custom": "Personnalisé", + "Custom Range": "Étendue personnalisée", + "Customised": "Personnalisé", + "Cutoff for 2000 years:": "Coupure pour 2000 ans:", + "DF": "DF", + "DF1": "DF1", + "DF2": "DF2", + "Daily": "Quotidien", + "Daily Data Entry": "Saisie de données quotidiennes", + "Daily Precipitation 0.05 degree": "Précipitation quotidienne de 0,05 degré", + "Daily Precipitation 0.25 degree": "Précipitation quotidienne de 0,25 degré", + "Dark2": "Sombre2", + "Dashed": "En pointillé", + "Data": "Données", + "Data (Optional):": "Données (facultatives):", + "Data Column and Factor Column": "Colonne de données et colonne de facteurs", + "Data Column:": "Colonne de données:", + "Data Columns": "Colonnes de données", + "Data Frame Label:": "Étiquette de tableau de données:", + "Data Frame Preview:": "Aperçu de tableau de données:", + "Data Frame(s):": "Tableau(x) de données:", + "Data Frame:": "Tableau de données:", + "Data Frames to Reorder:": "Cadres de données à réorganiser:", + "Data Frames:": "Tableaux de données:", + "Data From Row:": "Données de ligne:", + "Data Options": "Options de données", + "Data Period": "Période de données", + "Data Period Label": "Étiquette de période de données", + "Data Period label": "Étiquette de période de données", + "Data column": "Colonne de données", + "Data frame Metadata": "Métadonnées du tableau de données", + "Data list not implemented": "Liste de données non implémentée", + "Data:": "Données:", + "Database Name:": "Nom de la base de données:", + "Dataframe Name:": "Nom du tableau de données:", + "Dataset Name:": "Nom de l'ensemble de données:", + "Date": "Date", + "Date Order": "Ordre de date", + "Date Plot": "Diagramme de date", + "Date Range": "Plage de dates", + "Date Scales": "Échelle de dates", + "Date and Time": "Date et heure", + "Date labels": "Étiquettes de dates", + "Date:": "Date:", + "Dates/Times": "Date/Heures", + "Day": "Jour", + "Day Columns (31/62)": "Colonnes du jour (31/62)", + "Day Columns (31/62):": "Colonnes du jour (31/62):", + "Day Length": "Longueur du jour", + "Day Month": "Mois du jour", + "Day Month (1 Jan)": "Mois du jour (1 Jan)", + "Day Month Full (1 January)": "Mois du jour complet (1 janvier)", + "Day Number (1-366)": "Numéro du jour (1-366)", + "Day Of Month:": "Jour du mois", + "Day Range": "Étendue de jours", + "Day in Month": "Jour en mois", + "Day in Year:": "Jour en année:", + "Day of Month:": "Jour du mois:", + "Day of Year": "Jour de l'année", + "Day of Year:": "Jour de l’année:", + "Day-Month(Full Name)-Year(4-digit)": "Jour-Mois (Nom complet)-Année(4-chiffres)", + "Day-Month(abbr)-Year(4-digit)": "Jour-Mois(abr)-Année(4-chiffre)", + "Day-Month-Year(4-digit)": "Jour-Mois-Année(4-chiffres)", + "Day/Month(Full Name)/Year(4-digit)": "Jour/Mois (Nom complet)/Année(4-chiffres)", + "Day/Month(abbr)/Year(4-digit)": "Jour/Mois(abr)/Année(4-chiffre)", + "Day/Month/Year(4-digit)": "Jour/mois/Année(4-chiffres)", + "Day:": "Jour:", + "Days": "Jours", + "Days for Quantiles:": "Jours pour les Quantiles:", + "Days in Month": "Jours du mois", + "December": "Décembre", + "Deciles && Quintiles": "Déciles && Quintiles", + "Decimal": "Décimal", + "Decimal Places for Percentages:": "Décimales pour les pourcentages:", + "Decimal:": "Décimal:", + "Declustering": "Décomposition", + "Default": "Par défaut", + "Default Format": "Format par défaut", + "Default Value:": "Valeur par défaut:", + "Define As Factor": "Définir comme Facteur", + "Define CRI": "Définir CRI", + "Define Climatic Data": "Définir les données climatiques", + "Define Corruption Outputs": "Définir la Corruption sorties", + "Define New Column Selection": "Définir la nouvelle sélection de colonne", + "Define New Filter": "Définir le nouveau filtre", + "Define New Property": "Définir la nouvelle propriété", + "Define Options By Context Data": "Définir les options par données contextuelles", + "Define Procurement Data": "Définir les données sur l’approvisionnement", + "Define Red Flags": "Définir des drapeaux rouges", + "Define Survival Data": "Définir les données de survie", + "Define a Contrast:": "Définir un contraste:", + "Degree:": "Degré:", + "Degrees of freedom:": "Degrés de liberté:", + "Degrees:": "Degrés:", + "Dekad": "Dekad", + "Dekad Precipitation 0.05 degree": "Précipitation Dekad 0,05 degré", + "Del": "Suppr", + "Delete": "Supprimer", + "Delete Column": "Supprimer la colonne", + "Delete Column(s)": "Supprimer la ou les colonnes", + "Delete Columns": "Supprimer les colonnes", + "Delete Data Frames": "Supprimer les tableaux de données", + "Delete From:": "Supprimer de:", + "Delete Key": "Supprimer la clé", + "Delete Link": "Supprimer le lien", + "Delete Metadata": "Supprimer les métadonnées", + "Delete Objects": "Supprimer les objets", + "Delete Row(s)": "Supprimer le(s) ligne(s)", + "Delete Rows/Columns": "Supprimer des lignes/colonnes", + "Delete Selected": "Supprimer la sélection", + "Delete Theme": "Supprimer le thème", + "Density": "Densité", + "Density Options": "Options de densité", + "Density Plot": "Diagramme de densité", + "Density plot": "Diagramme de densité", + "Descending": "Décroissant", + "Descending Frequencies": "Descendant des fréquences", + "Describe Display Options": "Décrire les Options d’affichage", + "Describe Survival": "Décrire la survie", + "Describe Two Variables": "Décrire deux Variables", + "Deselect All Levels": "Désélectionner tous les niveaux", + "Details": "Détails", + "Details Options": "Options de détails", + "Detect": "Détecter", + "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Le saviez-vous : L'importation de données provenant d'autres paquets statistiques est facile. Allez dans 'Fichier > Ouvrir à partir d'un fichier...' et choisissez votre fichier.", + "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Le saviez-vous : R-Instat a commencé en tant que campagne de financement de la foule en 2015 par des partenaires travaillant dans toute l'Afrique.", + "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Le saviez-vous : R-Instat stocke les métadonnées sur les colonnes et les images de données que vous pouvez modifier. Allez dans Affichage > Metadonnées de colonnes... ou Metadonnées de tableau de données... pour afficher et modifier les métadonnées.", + "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Le saviez-vous : R-Instat a été développé en Afrique par l'African Maths Initiative (AMI)?", + "Did you know: You can easily view a whole data frame in a separate window.": "Le saviez-vous : Vous pouvez facilement voir une image de données entière dans une fenêtre séparée.", + "Dida": "Dida", + "Difference": "Différence", + "Difference Column:": "Colonne de différence:", + "Differences": "Différences", + "Dimensions to Plot:": "Dimensions du diagramme:", + "Direction (N/S E/W):": "Direction (N/S E/W):", + "Disconnect": "Déconnecter", + "Discrete": "Discret", + "Dispaly Daily Options": "Options d’affichage quotidien", + "Display": "Afficher", + "Display Chi-Square Breakpoints": "Afficher les points d'arrêt chi-carré", + "Display Daily Data": "Affichage des données quotidiennes", + "Display Format:": "Format d’affichage:", + "Display From:": "Afficher à partir de:", + "Display Graph Results": "Afficher les résultats du graphique", + "Display HTML in Output Window": "Afficher HTML dans la fenêtre sortie", + "Display In Output": "Afficher en sortie", + "Display Margins": "Afficher les marges", + "Display Model": "Afficher le modèle", + "Display NA as:": "Afficher NA comme:", + "Display Objects...": "Afficher les objets...", + "Display Options": "Options d'affichage", + "Display Options...": "Options d’affichage...", + "Display Outer Margins": "Afficher les marges extérieures", + "Display Rain Days": "Afficher les jours de pluie", + "Display Summary": "Résumé d'affichage", + "Display Top N": "Afficher les N du haut", + "Display Values As": "Afficher les valeurs comme", + "Display as Decimal": "Afficher en tant que décimal", + "Display as decimal": "Afficher en tant que décimal", + "Display details of warnings and errors": "Afficher les détails des avertissements et erreurs", + "Display dialog's selected data frame in grid": "Afficher le tableau de données sélectionné dans la grille", + "Display in Interactive Viewer": "Afficher dans le visualiseur interactif", + "Display in Output Window": "Affichage dans la fenêtre sortie", + "Display in R Viewer": "Affichage dans le visualiseur de R", + "Display in R-Viewer": "Afficher dans le visualiseur de R", + "Display in Separate Window": "Afficher dans une fenêtre séparée", + "Display in Separate Windows": "Afficher dans des fenêtres séparées", + "Display summary": "Afficher le résumé", + "Display:": "Afficher:", + "DisplayChi": "AfficherChi", + "Distance based on Soundex Encoding": "Distance basée sur l'encodage Soundex", + "Distribution Options": "Options de distribution", + "Distribution Parameters:": "Paramètres de distribution:", + "Distribution:": "Distribution:", + "Diverging": "Divergent", + "DoY average": "Moyenne du DoY", + "Dodge": "Dodge", + "Dodge2": "Esquive2", + "Domain": "Domaine", + "Don' t import data after downloading": "Ne pas importer de données après le téléchargement", + "Don't import data after downloading": "Ne pas importer de données après le téléchargement", + "Dot ": "Point", + "Dot Plot": "Diagramme à points", + "Dot Plot Options...": "Options de diagramme de point...", + "Dot plot": "Diagramme à point", + "Dot-dash": "Tableau de point", + "Dotplot": "Diagramme à point", + "Dotted": "Pointillé", + "Double Decker": "Double Decker", + "Doy:": "Jour de l'annee:", + "Drop Missing Combinations": "Abandonner les combinaisons manquantes", + "Drop Unused Levels": "Abandonner les niveaux inutilisés", + "Drop empty factor levels": "Abandonner des niveaux de facteurs vides", + "Dry Month": "Mois sec", + "Dry Period": "Période sèche", + "Dry Spell": "Sort sec", + "Dummy Variables": "Variables factices", + "Duplicate": "Dupliquer", + "Duplicate Column": "Dupliquer la colonne", + "Duplicates": "Doublons", + "Duplicates Only": "Doublons uniquement", + "E": "E", + "ERA5 hourly data (single levels)": "ERA5 données horaires (niveaux individuels)", + "Edit Condition": "Modifier une condition", + "Edit Filter": "Modifier le filtre", + "Editor Window": "Fenêtre de l’éditeur", + "Eigenvalue": "Valeur propre", + "Eigenvalues": "Eigenvalues", + "Eigenvectors": "Vecteurs propres", + "Element": "Élément", + "Element Abbreviation": "Abréviation de l'élément", + "Element IDs": "ID de l'élément", + "Element Line": "Ligne de l’élément", + "Element Name:": "Nom d'élément:", + "Element Names": "Noms des éléments", + "Element Order": "Ordre des éléments", + "Element Text ": "Texte de l’élément ", + "Element Types": "Types d'éléments", + "Element(s):": "Élément (s):", + "Element1 (Tmax):": "Element1 (Tmax):", + "Element2 (Tmin):": "Element2 (Tmin):", + "Element:": "Élément:", + "ElementRect": "ElementRect", + "Elements": "Éléments", + "Elements to Edit:": "Éléments à modifier:", + "Elements-Stations": "Éléments-Stations", + "Elements:": "Éléments:", + "Empty": "Vide", + "Encoding:": "Codage:", + "End": "Fin", + "End :": "Fin:", + "End Date:": "Expire à fin:", + "End Day": "Fin du jour", + "End Value:": "Valeur finale:", + "End Year for Climatological Period:": "Année de fin de la période climatique:", + "End Year for Region Average:": "Année de fin pour la moyenne de la région:", + "End Year for Station Trend:": "Tendance de l'année de fin de la Station:", + "End Year for Variogram Period:": "Année de fin pour la période du Variogramme:", + "End date:": "Date de fin:", + "End of Rains": "Fin des pluies", + "End of Rains/Season": "Fin des pluies/Saison", + "End of Season": "Fin de la saison", + "End(L):": "Fin(L):", + "End:": "Fin:", + "English": "Anglais", + "Ensure complete years": "Assurer des années complètes", + "Enter": "Entrer", + "Enter Data": "Entrer les données", + "Enter Result Into:": "Entrer le résultat dans:", + "Enter value(s)": "Entrer des valeur(s)", + "Entire Range": "Étendue complete", + "Entry Time:": "Heure d'entrée:", + "Equal To": "Égal à", + "Equitable Threat Score": "Score de menace équitable", + "Establish Connection..": "Établir une connexion...", + "Estimate": "Estimation", + "Estimate:": "Estimation :", + "Estimated:": "Estimé :", + "Estimates": "Estimations", + "Estimates:": "Estimations:", + "Estimation methods": "Méthodes d’estimation", + "Evaluation": "Évaluation", + "Evaporation:": "Évaporation:", + "Evapotraspiration": "Évapotranspiration", + "Event Occurs When Value is:": "L'événement se produit lorsque la valeur est:", + "Event:": "Événement:", + "Every": "Tous les", + "Exact": "Exact", + "Examine": "Examiner", + "Examples": "Exemples", + "Exceedance": "Dépassement", + "Exclude": "Exclure", + "Exclude Missing": "Exclure les éléments manquants", + "Exclude/Separate:": "Exclusion/séparé:", + "Exit Preview and Print": "Quitter l'aperçu et l'impression", + "Exit Time:": "Heure de sortie:", + "Expand": "Agrandir", + "Explanatory Model for Location or Scale": "Modèle explicatif pour l'emplacement ou l'échelle", + "Explanatory Model:": "Modèle explicatif:", + "Explanatory Variable:": "Variable explicative:", + "Explanatory Variables:": "Variables explicatives:", + "Exponential": "Exponential", + "Export Datasets": "Exporter l'ensembe de données", + "Export File(s):": "Exporter fichier(s):", + "Export File:": "Fichier d’exportation:", + "Export Graph As Image": "Exporter le graphique en tant qu'image", + "Export R Objects": "Exporter des objets de R", + "Export R Workspace": "Exporter l'espace de travail R", + "Export To World Weather Record": "Exporter vers un enregistrement météo mondial", + "Export for PICSA": "Exporter pour PICSA", + "Export to CMSAF R ToolBox": "Exporter vers la boîte à outils CMSAF R", + "Export to CPT": "Exporter vers CPT", + "Export to OpenRefine": "Exporter vers OpenRefine", + "Expression": "Expression", + "Exremal Dependency Index": "Indice de dépendance extrême", + "Extend Fill": "Remplir de l'extension", + "Extra Rows": "Extra lignes", + "Extract": "Extraire", + "Extreme": "Extrême", + "Extreme Dependency Score": "Score de dépendance extrême", + "Extreme Events": "Événements extrêmes", + "Extreme Maximum": "Maximum extrême", + "Extreme Minimum": "Minimum extrême", + "Extreme_Value": "Valeur_extrême", + "Extremes ": "Extrêmes ", + "Extremes Display Options": "Options d'affichage des extrêmes", + "Extremes Method": "Méthode Extrêmes", + "F": "F", + "F1": "F1", + "FALSE": "FAUX", + "FIt Model": "Modèle FIt", + "Face": "Face", + "Facet": "Facette", + "Facet (Optional):": "Facette (facultatif):", + "Facet By (Optional):": "Facette par (facultatif):", + "Facet By (Station):": "Facette par (Station):", + "Facet By:": "Facette par:", + "Facet Column(s):": "Colonne(s) de facette:", + "Facet Label Background ": "Fond d'étiquette à facettes ", + "Facet Labels": "Étiquettes de facette", + "Facet by Column Factor": "Facteur de facette par colonne", + "Facet labels": "Étiquettes de facette", + "Facet labels along horizontal direction": "Étiquettes de facette le long de la direction horizontale", + "Facet labels along vertical direction": "Étiquettes de facette le long de la direction verticale", + "Facet2 (Optional):": "Facette2 (facultatif):", + "Facet:": "Facette:", + "Facets": "Facettes", + "Facets:": "Facettes:", + "Factor": "Facteur", + "Factor (Optional):": "Facteur (facultatif):", + "Factor Data Frame": "Tableau de données facteur", + "Factor Into:": "Facteur dans:", + "Factor Level": "Niveau de facteur", + "Factor Options": "Options de facteur", + "Factor Selected:": "Facteur choisi:", + "Factor Values for Selection": "Valeurs de facteur pour la sélection", + "Factor Variable:": "Facteur Variable:", + "Factor to Unstack by:": "Facteur à désempiler par:", + "Factor:": "Facteur:", + "Factors": "Facteurs", + "Factors Selected:": "Facteurs sélectionnés:", + "Factors as Percentage:": "Facteurs en pourcentage:", + "Factors:": "Facteurs:", + "Factory Reset": "Réinitialisation d'usine", + "Fahrenheit": "Fahrenheit", + "False Alarm Ratio": "Ratio d'alarme erronée", + "Family": "Famille", + "February": "Février", + "Feet per second (ftps)": "Pieds par seconde (ftps)", + "File:": "Fichier:", + "Files with the same names will be overwritten.": "Les fichiers portant le même nom seront écrasés.", + "Fill": "Remplir", + "Fill (Optional):": "Remplir (facultatif):", + "Fill Color": "Couleur de remplissage", + "Fill Colour (Optional):": "Remplir de couleur (facultatif):", + "Fill Colour:": "Couleur de remplissage:", + "Fill Scale": "Remplir l'échelle", + "Fill date gaps": "Remplir les écarts de dates", + "Fill:": "Remplir:", + "Filter": "Filtre", + "Filter By:": "Filtrer par:", + "Filter From Factors": "Filtrer à partir des facteurs", + "Filter:": "Filtrer:", + "Filters": "Filtres", + "Filters From Factor": "Filtrer à partir des facteurs", + "Find Forms": "Trouver des formes", + "Find Non-Numeric Values": "Trouver des valeurs non-numériques", + "Find all": "Trouver tout", + "Find next": "Trouver le suivant", + "Find what": "Trouver quoi", + "Find whole word only": "Trouver le mot entier uniquement", + "Finish": "Terminer", + "First": "Premier", + "First Column:": "Première colonne:", + "First Context:": "Premier contexte:", + "First Data Frame": "Premier tableau de données", + "First Data Frame:": "Première structure de données:", + "First Explanatory Variable": "Première variable explicative", + "First Explanatory Variable:": "Première variable explicative:", + "First Factor:": "Premier facteur:", + "First Line is Column Headers:": "Première ligne est les noms de colonnes:", + "First Row is Column Headers": "La première ligne est l'en-tête de colonne", + "First Variable(s):": "Première Variable(s):", + "First Variable:": "Première Variable:", + "First Variables:": "Premières variables:", + "First Word:": "Premier mot:", + "Fiscal Year:": "Année fiscale:", + "Fit": "Ajuster", + "Fit Model and Bootstrap Options": "Options de modèle d’ajustement et bootstrap", + "Fit Multiple": "Ajuster à plusieurs", + "Fit Single": "Ajuster un seul", + "Fit a Gamma Distribution": "Ajuster une distribution Gamma", + "Fit an Extreme Distribution": "Monter une répartition extrême", + "Fitted Model": "Modèle ajusté", + "Fitted Model:": "Modèle ajusté:", + "Fitted Values": "Valeurs ajustées", + "Fitting Method": "Méthode d'ajustement", + "Fitting Options": "Options d’ajustement", + "Fixed": "Fixé", + "Fixed Day": "Jour fixé", + "Fixed Number of Columns": "Nombre de colonnes fixe", + "Fixed Number of Components": "Nombre de composants fixe", + "Fixed Number of Rows": "Nombre de lignes fixe", + "Fixed width": "Largeur fixe", + "Flat Frequency Table": "Tableau de fréquence plat", + "Flip Coordinates": "Retourner les coordonnées", + "Flip coordinates": "Retourner les coordonnées", + "Fliter Preview:": "Aperçu de Flitre:", + "Font Size:": "Taille de la police:", + "For All Dialogs": "Pour toutes les boîtes de dialogue", + "For This Dialog Only": "Pour cette boîte de dialogue uniquement", + "Force positive": "Forcer le positif", + "Foreign Winner:": "Gagnant étranger:", + "Format Current or Selected Columns": "Formater les colonnes actuelles ou sélectionnées", + "Format Data": "Formater les données", + "Format Description": "Description de format", + "Format Field": "Champ format", + "Format Font:": "Polices de format:", + "Format:": "Format:", + "Four Variable Modelling": "Modélisation de quatre variables", + "Fourth Context:": "Quatrième contexte:", + "Fraction Trimmed:": "Fraction coupée:", + "Fractions": "Fractions", + "Free": "Libre", + "Free Scale Axis for Facets": "Axe à échelle libre pour les facettes", + "Free Scale Y Axis": "Axe Y d'échelle libre", + "Free Scales X": "Échelles libres X", + "Free Scales Y": "Échelles libres Y", + "Free Space": "Espace libre", + "Free_x": "Libre_x", + "Free_y": "Libre_y", + "Freeze Columns": "Geler les colonnes", + "Freeze Columns:": "Geler les colonnes :", + "French": "Français", + "Frequencies Options": "Options de fréquences", + "Frequency": "Fréquence", + "Frequency Polygon": "Polygone de fréquence", + "Frequency Polygon Options": "Options du Polygone de Fréquence", + "Frequency Table & Graph Options": "Tableau des fréquences & Options des graphiques", + "Frequency Tables": "Tableaux de Fréquence", + "Frequency polygon": "Polygone de fréquence", + "Frequency tables": "Tableaux de fréquence", + "From": "De", + "From Library": "Depuis la bibliothèque", + "From Package:": "À partir du paquet:", + "From:": "De:", + "Frost Days [1:FD]": "Jours de givre [1:FD]", + "Full Damerau-Levenshtein Distance": "Distance maximale de Damerau-Levenshtein", + "Full Join": "Joindre complètement", + "Full Name": "Nom complet", + "Function Name:": "Nom de la fonction:", + "Function...": "Fonction...", + "Function:": "Fonction:", + "GEV": "GEV", + "GP": "GP", + "Gamma": "Gamma", + "Gamma_With_Shape_and_Mean": "Gamma_avec_formation_et_moyenne", + "Gamma_With_Shape_and_Rate": "Gamma_avec_forme_et_taux", + "Gamma_With_Shape_and_Scale": "Gamma_de_forme_et_d'échelle", + "Gamma_With_Zeros": "Gamma_avec_Zeros", + "Gaussian": "Gaussienne", + "General ANOVA": "ANOVA Générale", + "General ANOVA Options...": "Options générales d'ANOVA...", + "General Case": "Cas général", + "General Summaries": "Résumés généraux", + "Generalized Linear Models": "Modèles linéaires généralisés", + "Generate Random Sample": "Générer l’échantillon aléatoire", + "Geom": "Geom ", + "Geom Aesthetics:": "Géom Esthétique:", + "Geom:": "Géom:", + "Geometric": "Géométrique", + "Geometry": "Géométrie", + "Geometry:": "Géométrie:", + "Gerrity Score": "Score Gerrity", + "Glance": "Coup d'œil", + "Globalminmax": "Globalminmax", + "GnBu": "GnBu", + "Goodness of Fit (MGE)": "Qualité de l’ajustement (MGE)", + "Graph": "Graphique", + "Graph Caption": "Légende de graphique ", + "Graph Caption:": "Légende de graphique:", + "Graph Columns:": "Colonnes du graphique:", + "Graph Display": "Graphique à barres", + "Graph Frequencies": "Graphique des fréquences", + "Graph Options": "Options de graphique", + "Graph Sub Title": "Sous titre de graphique", + "Graph Sub Title:": "Sous titre de graphique:", + "Graph Subtitle:": "Sous-titre du graphique:", + "Graph Title": "Titre du graphique ", + "Graph Title:": "Titre du graphique:", + "Graph and Display Options": "Options de graphique et d’affichage", + "Graph by Year": "Graphique par année", + "Graph to Use:": "Graphique à utiliser:", + "Graph to View:": "Graphique à afficher:", + "Graph:": "Graphique:", + "Graphs": "Graphiques", + "Graphs GUI": "Graphiques GUI", + "Graphs To Combine:": "Graphiques pour combiner:", + "Greater Than": "Supérieur à", + "Greater than": "Supérieur à", + "Green": "Vert", + "Greens": "Verts", + "Grey": "Gris", + "Greys": "Gris", + "Grid lines": "Lignes de grille", + "Grid square": "Grille carrée", + "Grop Height": "Grop Hauteur", + "Grop Width": "Grop Largeur", + "Group (Optional):": "Données (facultatives):", + "Group Data": "Regrouper les données", + "Group to Connect": "Groupe à connecter", + "Group:": "Groupe:", + "GroupBox1": "Boîte de groupe1", + "Grouping Factor (Optional):": "Facteur de regroupement (facultatif):", + "Grouping Factor:": "Facteur de regroupement:", + "Growing Season Length [5:GSL]": "Longueur de la saison grandissante [5:GSL]", + "Guess": "Deviner", + "Gumbel": "Gumbel", + "H Line Options": "Options de la ligne H", + "HTML (Browser)": "HTML (navigateur)", + "HTML Table": "Table HTML", + "Hamming Distance": "Distance du marteau", + "Hannan-Quinn": "Hannan-Quinn", + "Hargreaves Samani": "Hargreaves Schmidt", + "Harmonics:": "Harmoniques:", + "Hash #": "Hachage #", + "Have you tried: Boxplots by a factor.": "Avez-vous essayé: Diagramme en boite par un facteur.", + "Have you tried: Describing all your variables at once.": "Avez-vous essayé : De décrire toutes vos variables en une seule fois.", + "Have you tried: Using the library datasets.": "Avez-vous essayé : L'utilisation d'ensembles de données de la bibliothèque.", + "Heidke Skill Score": "Score de compétence Heidke", + "Helmert": "Helmert", + "Help ": "Aide", + "Help...": "Aide...", + "Helvetica - Narrow": "Helvetica - Étroite", + "Helveticaserif": "Helvéticaserif", + "Hidden Column(s):": "Colonne(s) cachée(s):", + "Hidden Data Frame(s):": "Image(s) de données cachées:", + "Hide": "Cacher", + "Hide (future) commands": "Cacher les commandes (futures)", + "Hide Details <<": "Masquer les détails <<", + "Hide/Unhide Column(s)": "Cacher/afficher la ou les colonnes(s)", + "Hide/Unhide Data Frame(s)": "Cacher/afficher la ou les tableau(x) de données", + "High Ascending": "Haut croissant", + "High Descending": "Haut décroissant", + "Highlight Alternate Rows": "Surligner les lignes alternatives", + "Hist Plot": "Diagramme hist", + "Histogram": "Histogramme", + "Histogram (Rose Plot)": "Histogramme (Diagramme de Rose)", + "Histogram Bins:": "Bins d'histogramme:", + "Histogram Method": "Méthode d'histogramme", + "Histogram Options": "Options de l’histogramme", + "Histogram Plot": "Graphique histogramme", + "Hit Rate": "Taux de clics", + "Hjust": "Hjust", + "Homogenization (Change Point)": "Homogénéisation (Changer de Point)", + "Horizontal": "Horizontale", + "Horizontal Label Position:": "Position de l’étiquette horizontale:", + "Horizontal Plot": "Diagramme horizontal", + "Horizontal Plot (coord-flip)": "Diagramme horizontal (coord-flip)", + "Horizontal major grid lines ": "Lignes de grille principales horizontales", + "Horizontal minor grid lines": "Lignes de grille mineures horizontales", + "Horizontally": "Horizontalement", + "Host:": "Hôte:", + "Hour": "Heure", + "How to Display": "Comment afficher", + "Humidity Max:": "Humidité Max :", + "Humidity Min:": "Humidité Min :", + "HydroGOF": "HydroGOF", + "Hypergeometric": "Hypergéométrique", + "Hyphen -": "Tiret", + "Hypothesis Tests": "Tests d'Hypothèse", + "I()": "I()", + "ID Column Name:": "Nom de la colonne ID:", + "ID Column:": "ID Column:", + "ID/Station:": "ID/Station:", + "ID:": "ID:", + "IDs": "IDs", + "IQR": "IQR", + "Icing Days [3:ID]": "Jours de glace [3:ID]", + "Identifier (Optional):": "Identifiant (facultatif):", + "Identifier:": "Identifier:", + "Identity": "Identité", + "Ignore Global Aesthetics": "Ignorer l'esthétique mondiale", + "Ignore Labels": "Ignorer les étiquettes", + "Ignore Missing Values": "Ignorer les valeurs manquantes", + "Ignore values on invalid dates": "Ignorer les valeurs à des dates non valides", + "Import": "Importer", + "Import CSV Options": "Options d'importation CSV", + "Import Dataset": "Importer l'ensemble de données", + "Import Excel Options": "Options d’importation Excel", + "Import From CSPRO": "Importation de CSPRO", + "Import From Climsoft": "Importer depuis Climsoft", + "Import From Climsoft Wizard": "Importer depuis l'assistant Climsoft", + "Import From Databases": "Importation de bases de données", + "Import From IRI (Internet connection needed)": "Importer depuis IRI (connexion Internet nécessaire)", + "Import Options": "Options d'importation", + "Import RDS Options": "Importer les options RDS", + "Import Text Options": "Options d’importation texte", + "Import and Tidy NetCDF File": "Importer et ranger le fichier NetCDF", + "Import and Tidy Shapefiles": "Importer et ranger les fichiers de forme", + "Import calculations": "Importer des calculs", + "Import changes log": "Importer le journal des modifications", + "Import csv Options": "Options d’importation csv", + "Import filters": "Importer des filtres", + "Import from CDS (Climate Data Store)": "Importer depuis MDC (Magasin de données climatiques)", + "Import from ODK": "Importer depuis ODK", + "Import from OpenRefine": "Importer depuis OpenRefine", + "Import into climate object": "Importer dans l'objet climat", + "Import metadata": "Importer les métadonnées", + "Import objects": "Importer des objets", + "Importing the following sheets:": "Importation des feuilles suivantes:", + "Imputed:": "Imputé:", + "In Steps Of:": "Dans les étapes de:", + "In Steps of:": "Dans les étapes de :", + "In steps of:": "Dans étapes de:", + "Inches": "Pouces", + "Include": "Inclure", + "Include Arguments": "Inclure les arguments", + "Include Boxplot": "Inclure Boxplot", + "Include Comments by Default": "Inclure les commentaires par défaut", + "Include Contexts": "Inclure les contextes", + "Include Default Parameter Values in R Commands": "Inclure les valeurs par défaut des paramètres dans les commandes R", + "Include Elements Information": "Inclure les informations sur les éléments", + "Include Facets": "Inclure les facettes", + "Include First Date of Occurrence": "Inclure la première date d'occurrence", + "Include Graph": "Inclure graphique", + "Include Graphs": "Inclure les graphiques", + "Include Horizontal Line": "Inclure la ligne horizontale", + "Include ID Column": "Inclure la colonne ID", + "Include Last Date of Occurrence": "Inclure la dernière date d'occurrence", + "Include Level Numbers": "Inclure les nombres de niveau", + "Include Lines of Best Fit": "Inclure les lignes de la meilleure adaptation", + "Include Major Grid Lines": "Inclure les lignes principales de la grille", + "Include Mean Line": "Inclure une ligne moyenne", + "Include Mean Lines": "Inclure les lignes moyennes", + "Include Metadata": "Inclure les métadonnées", + "Include Minor Grid Lines": "Inclure les lignes de grille mineures", + "Include Missing Values": "Inclure les valeurs manquantes", + "Include Models": "Inclure les modèles", + "Include N Occurances": "Inclure N occurrences", + "Include Observation Data": "Inclure les données d’observations", + "Include Observation Flags": "Inclure les drapeaux d’observations", + "Include P-Values": "Inclure les Valeurs-P", + "Include Percentages": "Inclure les pourcentages", + "Include Points": "Inclure les points", + "Include Regular Expressions": "Inclure les expressions régulières", + "Include Smooth Line": "Inclure une ligne lisse", + "Include Variable Name in Labels": "Inclure le nom de la variable dans les étiquettes", + "Include in Original Data": "Inclure dans les données d’origine", + "Include requested points in data (if specified)": "Inclure les points demandés dans les données (si spécifié)", + "Include value after label": "Inclure la valeur après l'étiquette", + "Including": "Incluant", + "Index": "Index", + "Index Components:": "Composants de l’indice:", + "Index Number of Duplicates": "Numéro d’index de doublons", + "Index of agreement": "Index d'accord", + "Indicators:": "Indicateurs:", + "Indices": "Indices", + "Indices Data Frame:": "Tableau de données d'Indices:", + "Indices Help": "Aide d’indices", + "Individual": "Individuel", + "Individual Plots": "Diagramme individuelles", + "Individual Summaries": "Résumés individuels", + "Individuals": "Individuels", + "Individuals Plot": "Diagrammes individuels", + "Inner Join": "Jointure interne", + "Insert": "Insérer", + "Insert ": "Insérer ", + "Insert 1 Column After": "Insérer 1 colonne après", + "Insert 1 Column Before": "Insérer 1 colonne avant", + "Insert Column(s) After": "Insérer une ou plusieurs colonnes après", + "Insert Column(s) Before": "Insérer une ou plusieurs colonnes avant", + "Insert Columns": "Insérer des colonnes", + "Insert Columns/Rows": "Insérer des colonnes/lignes", + "Insert Row(s) After": "Insérer la/les ligne(s) après", + "Insert Row(s) Before": "Insérer des lignes(s) avant", + "Insert Rows": "Inserer de(s) ligne(s)", + "Insert Values": "Insérer les valeurs", + "Insert at Position:": "Insérer à la position:", + "Inspect Values": "Inspecter les valeurs", + "Install Missing Packages (Online)": "Installer les paquets manquants (en ligne)", + "Integer": "Entier", + "Interactions:": "Interactions:", + "Interested Variable": "Variable intéressée", + "Interested variable": "Variable intéressée", + "Interpolate": "Interpoler", + "Interpolate Missing Days": "Interpoler les jours manquants", + "Interpolate Missing Entries": "Interpoler les entrées manquantes", + "Interval": "Intervalle", + "Interval Size:": "Taille de l'intervalle:", + "Interval2": "Intervalle2", + "Interval:": "Intervalle:", + "Into": "Dans", + "Into Binary Columns": "Dans les colonnes binaires", + "Into Text Components": "En éléments de texte", + "Inventory": "Inventaire", + "Inventory Plot": "Graphique de l’inventaire", + "Inventory Plot Options": "Options de graphique d'inventaire", + "Inverse": "Inverse", + "Inverse_Gaussian": "Inverse_Gaussien", + "Inward": "Intérieur", + "Is Currency": "Est une devise", + "Is_Element": "Est un élément", + "Italic": "Italique", + "J:": "J:", + "Jaccard Distance between q-Gram Profiles": "Distance Jaccard entre les profils q-Gram", + "January": "Janvier", + "Jaro or Jaro-Winker Distance": "Distance du Jaro ou du Jaro-Winker", + "Jitter": "Gigue", + "Jitter Options": "Options de Gigue", + "Jitter Plot": "Graphique de gigue", + "Jitter dodge": "Esquive de la gigue", + "Jitter:": "Gigue:", + "Join Options": "Options de connexion", + "Join Type:": "Type de jointure:", + "Join by:": "Joindre par:", + "Joining By:": "Rejoindre par:", + "Joining Columns": "Se joindre à colonnes", + "July": "Juillet", + "Jump (Element1)": "Saut (élément1)", + "June": "Juin", + "Justify Legend Box": "Justifier la boite de légende", + "KGE": "KGE", + "Kappa": "Kappa", + "Keep Attributes": "Conserver les attributs", + "Keep Raw Time": "Garder le temps brut", + "Keep as Missing": "Garder comme manquant", + "Keep existing data frames": "Garder les tableaux de données existants", + "Keep existing position": "Garder la position existante", + "Kelvin": "Kelvin", + "Kendall": "Kendall", + "Kernel": "Noyau", + "Kernel :": "Noyau:", + "Key Check:": "Vérification de la clé:", + "Key Columns": "Colonnes clés", + "Key Columns:": "Colonnes de la clé:", + "Key Name:": "Nom de la clé:", + "Keys:": "Clés:", + "Kilometres per hour (kmph)": "Kilomètres par heure (kmph)", + "Kiswahili": "Kiswahili", + "Kling-Gupta efficiency": "Efficacité Kling-Gupta", + "Knots": "Noeuds", + "Kobo": "Kobo", + "Kurtosis": "Kurtose", + "L-moments": "L-moments", + "LSD": "LSD", + "Label": "Étiquette", + "Label Cities": "Étiqueter les villes", + "Label Text (Lower):": "Texte de l’étiquette (Inférieur):", + "Label Text (Upper):": "Texte de l'étiquette (Supérieur):", + "Label Text:": "Texte de l’étiquette:", + "Label Transparency:": "Transparence de l’étiquette:", + "Label Type:": "Type d’étiquette:", + "Label Variable (Optional):": "Variable d'étiquette (facultatif):", + "Label of axes": "Étiquette des axes", + "Label:": "Étiquette:", + "Labelled Convert": "Conversion étiquetée", + "Labels": "Étiquettes", + "Labels (": "Étiquettes (", + "Labels (Optional):": "Étiquettes (facultatif):", + "Labels/Levels": "Étiquettes/niveaux", + "Labels:": "Noms :", + "Lang": "Lang", + "Language": "Langue", + "Languages": "Langues", + "Large": "Large", + "Last": "Dernier", + "Last Word:": "Dernier mot:", + "Latin-1": "Latin-1", + "Latitude": "Latitude ", + "Latitude Offset:": "Offset de latitude:", + "Latitude:": "Latitude:", + "Latitute:": "Latitute:", + "Layer Dimensions (Aesthetics)": "Dimensions de couche (esthétique)", + "Layer Options": "Options de couche", + "Layer Parameters (Geom Parameters)": "Paramètres de couche (paramètres géom.)", + "Layers": "Couches", + "Layers:": "Couches:", + "Layout": "Mise en page", + "Layout Of Data": "Mise en page des données", + "Layout incomplete: layout must contain all graphs.": "Mise en page incomplète : la mise en page doit contenir tous les graphiques.", + "Layout of data": "Mise en page des données", + "Layout:": "Mise en page:", + "Leap Year": "Année bissextile", + "Leave as Missing": "Laisser comme manquant", + "Left": "À gauche", + "Left Join": "Jointure gauche", + "Left:": "À gauche:", + "Legend": "Légende", + "Legend (More Options)": "Légende (plus d’Options)", + "Legend Adjustments": "Ajustements de légende", + "Legend Background and Key": "Clé et l’arrière-plan de la légende", + "Legend Box Spacing": "Espacement des boîtes de légende", + "Legend Direction": "Direction de la légende", + "Legend Justification": "Justification de la légende", + "Legend Key Measurement": "Mesure clé de légende", + "Legend Layout": "Mise en page de la légende", + "Legend Position": "Position de la légende", + "Legend Position:": "Position de la légende:", + "Legend Spacing": "Espacement de légende", + "Legend Title": "Titre de la légende", + "Legend Title and Text": "Texte et titre de légende", + "Legend item labels": "Étiquettes d'élément légendes", + "Legend label": "Étiquette de légende", + "Legend position": "Position de la légende", + "Length": "Longueur", + "Length of Season": "Longueur de la Saison", + "Length:": "Longueur :", + "Less Than": "Inférieur à", + "Less than": "Inférieur à", + "Level": "Niveau", + "Level Omitted": "Niveau omis", + "Levels/Labels (Optional)": "Niveaux/étiquettes (facultatifs)", + "Levenshtein Distance": "Distance de Levenshtein", + "Leverage": "Effet de levier", + "Lexical Order": "Ordre lexicale", + "Light-Blue": "Bleu clair", + "Likelihood": "Probabilité", + "Likert Graph": "Graphe de Likert", + "Likert Options": "Options de Likert", + "Limits": "Limites", + "Limits:": "Limites:", + "Line": "Ligne", + "Line ": "Ligne ", + "Line Colour:": "Couleur de la ligne:", + "Line End": "Fin de la ligne", + "Line Format": "Format de ligne", + "Line Graph": "Graphique linéaire", + "Line Height": "Hauteur de la ligne", + "Line Options": "Options de ligne", + "Line Plot": "Diagramme en ligne", + "Line Type": "Type de ligne", + "Line Type:": "Type de ligne:", + "Line along x axis": "Ligne le long de l'axe x", + "Line along y axis": "Ligne le long de l'axe y", + "Line plot": "Diagramme de ligne", + "Line width": "Largeur de ligne", + "Linear": "Linéaire", + "Lines": "Lignes", + "Lines To Skip:": "Lignes à ignorer:", + "Lines along axes": "Lignes le long des axes", + "Lines to Preview:": "Lignes à prévisualiser:", + "Link Function": "Fonction de liaison", + "Link Name:": "Nom du lien:", + "Links:": "Liens:", + "Load Backup Data": "Charger les données de sauvegarde", + "Load Script from File...": "Charger un script depuis un fichier...", + "Load from Instat collection": "Charger à partir de la collection Instat", + "Load from R": "Charger à partir de R", + "Local Capitals": "Capitales locales", + "Locate": "Localiser", + "Locating Points in Shape File": "Localisation des points dans le fichier Forme", + "Location": "Localisation", + "Location Data Frame Name:": "Nom de tableau de données de localisation:", + "Location Range": "Plage d'emplacement", + "Location Selection": "Sélection de localisation", + "Lock": "Verrouiller", + "Lock and unlock": "Verrouiller et déverrouiller", + "Log": "Journal", + "Log Base 10": "Base de log 10", + "Logical": "Logique", + "Logical Column": "Colonne logique", + "Logical and Symbols": "Logique et symboles", + "Logical columns": "Colonnes logiques", + "Login to CDS": "Se connecter à CDS", + "Logit": "Logit", + "Lognormal": "Lognormal", + "Lollipop": "Lollipop", + "Long": "Longue", + "Long-dash": "Tiret long", + "Longest Common Substring Distance": "Distance la plus longue de la sous-chaîne commune", + "Longitude:": "Longitude:", + "Looking for free statistics textbooks?": "Vous cherchez des manuels de statistiques gratuites ?", + "Looking for interesting case studies for teaching?": "Vous cherchez des études de cas intéressants pour enseigner?", + "Looking for training materials?": "Vous cherchez du matériel de formation?", + "Low Ascending": "Faible ascendant", + "Low Descending": "Faible décroissant", + "Lower Limit": "Limite inférieure", + "Lower Limit :": "Limite inférieure:", + "MAE": "MAE", + "MASS": "MASSE", + "MBIC": "MBIC", + "ME": "ME", + "Main": "Principal", + "Main Blocking Variable:": "Variable de blocage principale:", + "Main Context:": "Contexte principal:", + "Main Data Frame:": "Tableau de données principales:", + "Main ID:": "ID principal:", + "Main Measurement:": "Mesure principale:", + "Main Option:": "Option principale:", + "Major Grid Lines": "Lignes de grille principales", + "Major Tick Marks": "Graduations principales", + "Major grid lines ": "Lignes de grille principales ", + "Make": "Créer", + "Make Date": "Créer une date", + "Manipulations": "Manipulations", + "Manipulations:": "Manipulations:", + "Manual": "Manuelle", + "Map Options": "Options de carte", + "Map Options ": "Mapper les options", + "Map Outline": "Contour de la carte", + "March": "Marche", + "Margins": "Marges", + "Margins to Dispaly": "Marges à afficher", + "Markov Chains": "Chaînes de Markov", + "Markov Type:": "Type de Markov:", + "Match Case": "Cas correspondant", + "Matched With": "Correspond à", + "Matching Column (Optional)": "Colonne correspondante (facultative)", + "Matching Column:": "Colonne correspondante:", + "Matching column": "Colonne correspondante", + "Maths": "Maths", + "Max": "Max", + "Max Missing Data": "Max de données manquantes", + "Max Break Point:": "Point de rupture de max:", + "Max Duration Missing Data": "Durée max de données manquantes", + "Max Latitude:": "Latitude max:", + "Max Longitude:": "Longitude max:", + "Max Missing Days": "Jours manquants max", + "Max:": "Max:", + "Maximum": "Maximale", + "Maximum Distance from 0": "Distance maximale à partir de 0", + "Maximum Dry Days:": "Nombre maximum de jours secs:", + "Maximum Factor Levels Shown:": "Niveaux de facteur maximal indiqués:", + "Maximum Gap:": "Écart maximal:", + "Maximum Latitude": "Latitude maximale", + "Maximum Length of Dry Spell [23:CDD]": "Longueur maximale du sort sec [23:CDD]", + "Maximum Length of Wet Spell [24:CWD]": "Longueur maximale du sort mouillé [24:CWD]", + "Maximum Likelihood (MLE)": "Probabilité maximale (MLE)", + "Maximum Logitude": "Logitude maximale", + "Maximum Missing Days": "Nombre maximal de jours manquant", + "Maximum Number of Columns to Display:": "Nombre maximal de colonnes à afficher:", + "Maximum Number of Components": "Nombre maximum de composants", + "Maximum Number of Rows to Display:": "Nombre maximal de lignes à afficher :", + "Maximum Rain:": "Pluie maximale:", + "Maximum Rows To Import": "Nombre maximum de lignes à importer", + "Maximum Size:": "Taille maximale:", + "Maximum Temperature:": "Température maximale:", + "Maximum Temperatures": "Températures maximales", + "Maximum Values": "Valeurs maximales", + "Maximum likelihood": "Probabilité maximale", + "Maximum mean bias:": "Biais moyen maximum:", + "Maximum number of consecutive missing allowed": "Nombre maximum de manquant consécutif autorisé", + "Maximum number of missing allowed": "Nombre maximum d'autorisations manquantes", + "Maximum percentage of missing allowed": "Pourcentage maximal de manquants autorisé", + "Maximum stdev bias:": "Biais stdev maximum:", + "Maximum:": "Maximale:", + "May": "Mai", + "Mean": "Moyenne", + "Mean Diurnal Temperature Range [16:DTR]": "Intervalle de température diurne moyen [16:DTR]", + "Mean absolute error": "Erreur absolue moyenne", + "Mean and Variance": "Moyenne et variante", + "Mean error": "Erreur moyenne", + "Mean residual life": "Moyenne de vie résiduelle", + "Mean sea level pressure": "Pression moyenne du niveau de la mer", + "Mean squared error": "Erreur du carré moyen", + "Mean wave direction": "Direction moyenne de l'onde", + "Mean wave period": "Période moyenne des vagues", + "Mean(t-interval)": "Moyenne(t-intervalle)", + "Meanlog": "Journal moyen", + "Means": "Moyens", + "Measure:": "Mesure:", + "Measurement Y axis:": "Axe Y de la mesure:", + "Measurement:": "Mesure:", + "Measurements": "Mesures", + "Median": "Médian", + "Median Absolute Deviation (MAD)": "Écart absolu médian (MAD)", + "MedianCI Method:": "Méthode MedianCI :", + "MedianHL": "MedianHL", + "Medium": "Moyenne", + "Merge": "Fusionner", + "Merge Additional Data": "Fusionner des données supplémentaires", + "Metadata": "Métadonnées", + "Metadata Columns:": "Colonnes de métadonnées:", + "Metadata Property:": "Propriété de métadonnées:", + "Metadata to Delete": "Métadonnées à supprimer", + "Method": "Méthode", + "Method of moments": "Méthode des moments", + "Method:": "Méthode:", + "Methods": "Méthodes", + "Metres per second (mps)": "Mètre par seconde (mps)", + "Miles per hour (mph)": "Miles par heure (mph)", + "Millimetres": "Millimetres", + "Million Data Points": "Millions de Points de Données", + "Min": "Min", + "Min Break Point:": "Point de rupture min:", + "Min Latitude:": "Latitude min:", + "Min Longitude:": "Longitude min:", + "Min/Max": "Min/Max", + "Min10": "Min10", + "Min:": "Min:", + "MinSegLen:": "MinSegLen:", + "Minimum": "Minimal ", + "Minimum Base Data Present:": "Données de base minimales présentes:", + "Minimum Latitude": "Latitude minimale ", + "Minimum Longitude": "Longitude minimale ", + "Minimum Number of Points:": "Nombre minimum de Points:", + "Minimum Size:": "Taille minimale:", + "Minimum Temperature": "Température minimale", + "Minimum Temperature:": "Température minimale:", + "Minimum Temperatures": "Températures minimales", + "Minimum Values": "Valeurs minimales", + "Minimum and Maximum": "Minimum et Maximum", + "Minimum number of non missing required": "Nombre minimum de non manquant requis", + "Minimum:": "Minimal:", + "Minor Grid Lines": "Lignes mineures de la grille", + "Minor Tick Marks": "Marques de tick mineures", + "Minute": "Minute", + "Minutes": "Minutes", + "Minutes:": "Minutes:", + "Missing": "Manquant", + "Missing Colour:": "Couleur manquante:", + "Missing Data": "Données manquantes", + "Missing Data Options": "Options de données manquantes", + "Missing Data Table": "Tableau de données manquant", + "Missing Method": "Méthode introuvable", + "Missing Options": "Options manquantes", + "Missing Value": "Valeur manquante", + "Missing Value String:": "Valeurs manquantes:", + "Missing Values": "Valeurs manquantes", + "Missing values shown as NA": "Valeurs manquantes affichées comme NA", + "Missing:": "Manquant:", + "Mode": "Mode", + "Model": "Modèle", + "Model Formula:": "Formulaire de modèle:", + "Model Operator:": "Opérateur de modèle:", + "Model Options": "Options de modèle", + "Model Options...": "Options du modèle...", + "Model Preview:": "Aperçu du modèle:", + "Model:": "Modèle:", + "Modelling": "Modélisation", + "Models": "Modèles", + "Models:": "Modèles:", + "Modified Nash-Sutcliffe efficiency": "Efficacité de Nash-Sutcliffe modifiée", + "Modified index of agreement": "Index modifié de l'accord", + "Modifier": "Modifier", + "Modify": "Modifier", + "Modify Event": "Modifier l'événement", + "Modulo": "Modulo", + "Moments (MME)": "Moments (MME)", + "Monte-Carlo:": "Monte-Carlo:", + "Month": "Mois ", + "Month Abbreviations": "Abréviations des mois", + "Month As Factor": "Mois comme facteur", + "Month Columns (12)": "Colonnes de mois (12)", + "Month Columns (12):": "Colonnes de mois (12):", + "Month(Full Name)-Day-Year(4-digit)": "Mois (Nom complet)-Jour-Année(4-chiffres)", + "Month(Full Name)/Day/Year(4-digit)": "Mois (Nom complet)/Jour/Année(4-chiffres)", + "Month(abbr)-Day-Year(4-digit)": "Mois(abré.)-Jour-Année(4-chiffres)", + "Month(abbr)/Day/Year(4-digit)": "Mois(abré.)/Jour/Année(4-chiffres)", + "Month-Day-Year(4-digit)": "Mois-Jour-Année(4-chiffres)", + "Month/Day/Year(4-digit)": "Mois/Jour/Année(4-chiffres)", + "Month:": "Mois:", + "Monthly": "Mensuel ", + "Monthly Precipitation 0.05 degree": "Précipitation mensuelle de 0,05 degré", + "Monthly rainfall less than:": "Les pluies mensuelles sont inférieures à:", + "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Maximum de précipitations mensuelles/annuelles d'une journée [17:Rx1day]", + "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Maximum mensuel/annuel des précipitations consécutives de 5 jours [18:Rx5day]", + "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Maximum mensuel/annuel de température maximale quotidienne [6:TXx]", + "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Maximum mensuel/annuel de température minimale quotidienne [7:TNx]", + "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Minimum mensuel/annuel de température maximale quotidienne [8:TXn]", + "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Minimum mensuel/annuel de température minimale quotidienne [9:TNn]", + "Monthly:": "Mensuel:", + "Months": "Mois", + "More": "Plus", + "More ...": "Plus...", + "More Options": "Plus d’options", + "Mosaic Plot": "Graphique mosaïque...", + "Mosaic Plot Options": "Options de graphique mosaïque", + "Moving": "Déplacement", + "Moving Average": "Moyenne mobile", + "Moving average": "Moyenne mobile", + "Multi-Plot": "Multi-graphique", + "Multiple": "Multiple", + "Multiple Columns": "Plusieurs colonnes", + "Multiple Data Columns": "Colonnes de données multiples", + "Multiple Spells": "Plusieurs sorts", + "Multiple Variables": "Variables multiples", + "Multiple columns": "Plusieurs colonnes", + "Multistate": "Multiétats", + "N": "N°", + "N Missing": "N Manquant", + "N Non Missing": "N Non Manquant", + "N Total": "Total N", + "NA": "NA", + "NASA": "NASA", + "NCMP Count Records": "Nombre d'enregistrements NCMP", + "NCMP Indices": "Indices NCMP", + "NCMP Metadata": "Métadonnées NCMP", + "NCMP Region Average": "Moyenne des régions de la NCMP", + "NCMP Summary File": "Fichier résumé NCMP", + "NCMP Trend Graphs": "Graphiques de tendance NCMP", + "NCMP Variogram": "Variogramme NCMP", + "NOAA": "NOAA", + "NSE": "NSE", + "NULL": "NULL", + "Name New Columns": "Nommer les nouvelles colonnes", + "Name:": "Nom:", + "Nash-Sutcliffe efficiency": "Efficacité de Nash-Sutcliffe", + "Native": "Natif", + "Natural Log": "Logarithme naturel", + "Negative_Binomial": "Binomiale_Négative", + "Neighbour:": "Voisin:", + "Neighbouring": "Voisinage", + "Nelder-Mead": "Nelder-Mead", + "NetCDF Options": "Options de NetCDF", + "Neutral Level:": "Niveau neutre:", + "New": "Nouveau", + "New Column Name": "Nouveau nom de colonne ", + "New Column Name:": "Nouveau nom de colonne:", + "New Data Frame": "Nouveau tableau de données", + "New Data Frame Name:": "Nouveau nom de tableau de données:", + "New Data Frame:": "Nouveau tableau de données:", + "New Distribution": "Nouvelle Distribution", + "New Filter Name:": "Nom du nouveau filtre:", + "New Label": "Nouvelle étiquette", + "New Metadata Name": "Nouveau nom de métadonnées", + "New Name:": "Nouveau nom:", + "New Selection Name:": "Nouveau nom de sélection:", + "New Theme Name": "Nouveau nom de thème", + "New Value:": "Nouvelle valeur:", + "New column will be at the: ": "La nouvelle colonne sera à la: ", + "New column will be at:": "Nouvelle colonne sera à:", + "New column will be: ": "La nouvelle colonne sera : ", + "NewCenturySchoolbook": "Répertoire scolaire du nouveau siècle", + "Next": "Suivant", + "NimbusMonURWHelvetica": "NimbusMonURWHelvetica", + "NimbusRom": "NimbusRom", + "NimbusSanCond": "NimbusSanCond", + "No": "Non", + "No ": "Non ", + "No Backup Data File Detected": "Aucun fichier de données de sauvegarde détecté", + "No Backup Debugging Log File Detected": "Aucun fichier journal de débogage de sauvegarde détecté", + "No Backup Log File Detected": "Aucun fichier journal de sauvegarde détecté", + "No Capitals": "Pas de capitales", + "No Connection": "Pas de connexion", + "No Data Loaded": "Aucune donnée chargée", + "No Decimal": "Pas de décimale", + "No Facets": "Pas de facettes", + "No Files found": "Aucun fichier trouvé", + "No Plot": "Pas de graphique", + "No Space ()": "Pas d'espace ()", + "No Title": "Pas de titre", + "No data loaded": "Aucune donnée chargée", + "No of Bins: ": "Nombre d'intervals: ", + "No of Clusters:": "Pas de groupes:", + "No package with this name.": "Aucun paquet avec ce nom.", + "No preview available.": "Aucun aperçu disponible.", + "No sheet selected.": "Aucune feuille sélectionnée.", + "No. Bids Received:": "N° Soumissions reçues:", + "No. Considered Bids:": "N° Examiné les soumissions:", + "No. of Directions:": "N° des Directions:", + "No. of Speeds:": "N° des vitesses:", + "No_Distribution": "Pas de distribution", + "Non-Parametric One Way ANOVA": "ANOVA à sens unique non paramétrique", + "Non-Parametric Two Way ANOVA": "ANOVA bidirectionnelle non paramétrique", + "Non_Parametric One Sample Tests": "Tests non paramétriques à un échantillon", + "None": "Aucun", + "Norm": "Norme", + "Normal": "Normale", + "Normal Convert": "Conversion normale", + "Normalise": "Normaliser", + "Normalised Parent Coordinates": "Coordonnées parentales normalisées", + "Normalized root mean squared error": "Erreur carrée moyenne racine normalisée", + "Northern Hemisphere": "Hémisphère Nord", + "Not Implemented": "Non implémenté", + "Not implemented": "Non implémenté", + "Notch": "Notch", + "November": "Novembre", + "Nudge": "Déplacement", + "Null Hypothesis:": "Hypothèse nulle:", + "Number": "Numéros", + "Number Of Colours:": "Nombre de couleurs:", + "Number of Categories": "Nombre de catégories", + "Number of Column(s):": "Nombre de colonnes:", + "Number of Columns": "Nombre de colonnes", + "Number of Columns to Insert:": "Nombre de colonnes à insérer :", + "Number of Columns:": "Nombre de colonnes:", + "Number of Components:": "Nombre de composants :", + "Number of Digits to Display:": "Nombre de chiffres à afficher:", + "Number of Iterations:": "Nombre d’itérations:", + "Number of Missing": "Nombre de manquant", + "Number of Pieces to Return:": "Nombre de pièces à retourner:", + "Number of Preview Rows:": "Nombre de lignes de l’aperçu:", + "Number of Quantiles:": "Nombre de quantiles:", + "Number of Rainy Days": "Nombre de jours de pluie", + "Number of Rows to Insert:": "Nombre de lignes à insérer:", + "Number of Rows:": "Nombre de lignes:", + "Number of Samples:": "Nombre d’échantillons:", + "Number of Thresholds:": "Nombre de seuils:", + "Number of non-numeric: ": "Nombre de non-numérique: ", + "Numeric": "Numérique", + "Numeric by Categorical:": "Numérique par catégorique:", + "Numeric by Numeric:": "Numérique par numérique:", + "Numeric:": "Numérique:", + "Numerical summaries": "Résumés numériques", + "Object to View:": "Objet à vue:", + "Objects": "Objets", + "Objects to Delete:": "Objets à supprimer:", + "Objects to Reorder:": "Objets à réorganiser:", + "Observations:": "Observations:", + "Observed:": "Observé:", + "Occurence": "Occurence", + "Occurrence": "Occurrence", + "October": "Octobre", + "Ok": "Ok", + "Ok: Layout contains all graphs": "Ok : La mise en page contient tous les graphiques", + "Old": "Vieux", + "Omit Below": "Omettre en dessous", + "Omit End": "Omettre la fin", + "Omit Missing Values": "Omettre les valeurs manquantes", + "Omit Months": "Omettre les mois", + "Omit Start": "Omettre le début", + "Omit Value(s)": "Omettre valeur(s)", + "Omit Zero": "Omettre Zéro", + "Ona": "Ona", + "One Data Frame": "Un tableau de données", + "One Sample": "Un échantillon", + "One Variable Compare Models": "Modèles de comparaison d'une variable", + "One Variable Fit Model": "Modèle d'ajustement d'une variable", + "One Variable Graph": "Graphique d'une variable", + "One Variable Graph Options": "Options de graphique d'une variable", + "One Variable Summarise": "Résumer une variable", + "One Variable Use Model": "Modèle d'utilisation d'une variable", + "One Way ANOVA": "ANOVA à sens unique", + "One Way Frequencies": "Fréquences à sens unique", + "One Way Frequencies Options": "Options de fréquences à sens unique", + "One-Sided (y1y2)": "Un seul côté (y1>y2)", + "Only Include Data Variables": "Inclure uniquement les variables de données", + "Only My Countries": "Seuls mes pays", + "Open": "Ouvrir", + "Open Browser": "Ouvrir le navigateur", + "Open Dataset from Library": "Ouvrir l'ensemble de données à partir de la bibliothèque", + "Open Log File": "Ouvrir le fichier journal", + "Open SST": "Ouvrir SST", + "Open Script as File": "Ouvrir le script comme fichier", + "Operator:": "Opérateur:", + "Optimal String Alignment": "Alignement optimal des chaînes de caractères", + "Optimisation": "Optimisation", + "Option 1:": "Option 1:", + "Option 2:": "Option 2:", + "Option:": "Option:", + "Options": "Options", + "Options by Context Boxplot": "Options par context de diagramme en boite", + "Options:": "Options:", + "Or": "Ou", + "Or Column": "Ou Colonne", + "OrRd": "OrRd", + "Orange": "Orange", + "Oranges": "Oranges", + "Ord.": "Ord.", + "Order": "Ordre", + "Order By:": "Ordonner par:", + "Order by another variable": "Ordonner par une autre variable", + "Order:": "Ordre:", + "Ordered Factor": "Ordonné en facteur", + "Ordered Factor:": "Ordonné en facteur:", + "Ordinary": "Ordinaire", + "Organise": "Organiser", + "Origin": "Origine", + "Origin:": "Origine:", + "Original Level": "Niveau original", + "Orthogonal": "Orthogonal", + "Other Axis (Optional):": "Autre axe (facultatif):", + "Other Blocking Variables:": "Autres variables de blocage:", + "Other Contexts:": "Autres contextes:", + "Other IDs:": "Autres IDs:", + "Other Measurements:": "Autres mesures:", + "Other Observed Variables:": "Autres variables observées:", + "Other Options:": "Autres options:", + "Other Predicted Variables:": "Autres variables prévisibles:", + "Out of Days:": "Hors jours:", + "Outlier": "Aberrant", + "Outline": "Contour", + "Outlying": "Éloignement", + "Output": "Sortie", + "Output ": "Sortie ", + "Output Format:": "Format de sortie:", + "Output Grid Square Data": "Données de la grille de sortie", + "Output Options": "Options de sortie", + "Output for CPT": "Sortie pour CPT", + "Outward": "Extérieur", + "Over": "Sur", + "Over Day(s):": "Plus de jour(s):", + "Over Days:": "Plus de jour:", + "Overall Interval Length:": "Durée de l'intervalle global:", + "Overwrite Title": "Écraser le titre", + "Overwrite existing if duplicates found": "Écraser les doublons existants si des doublons sont trouvés", + "P10": "P10", + "P20": "P20", + "P25": "P25", + "P30": "P30", + "P33": "P33", + "P40": "P40", + "P60": "P60", + "P67": "P67", + "P70": "P70", + "P75": "P75", + "P80": "P80", + "P90": "P90", + "PBIAS": "PBIAS", + "PBIB": "PBIB", + "PCA Options": "Options de l’APC", + "PELT": "PELT", + "PICSA Crops": "PICSA Crops", + "PICSA Options": "Options de PICSA", + "PICSA Rainfall Graph": "PICSA précipitation graphique", + "PICSA Rainfall Graphs": "Graphiques de précipitations PICSA", + "PICSA Temperature": "Température PICSA", + "PP": "PP", + "PP-Plot": "PP-graphique", + "PPP Adjusted Contract Value:": "PPP ajusté la valeur du contrat:", + "PRGn": "PRGn", + "Package Name:": "Nom du paquet:", + "Package exists and not currently installed.": "Le paquet existe et n'est pas installé.", + "Package is installed and up to date.": "Le paquet est installé et à jour.", + "Package is installed. Newer version available: ": "Paquet est installé. Version plus récente disponible: ", + "Package is installed. No version information available.": "Le paquet est installé. Aucune information de version disponible.", + "Packages Documenation": "Documentation des paquets", + "Pad": "Tampon", + "Pad Date": "Date du tampon", + "Pad:": "Tampon:", + "Page by:": "Page réalisée par:", + "Pairwise": "Par paire", + "Pairwise Plot": "Diagramme par paire", + "Palatino": "Palatino", + "Palette:": "Palette:", + "Panel": "Panneau", + "Panel (More Options)": "Panneau (plus d’Options)", + "Panel Background": "Arrière-plan du panneau", + "Panel Border": "Bordure du panneau", + "Panel Border and Background ": "Bordure et fond du panneau ", + "Panel Grid": "Panneau Grille", + "Panel Spacing": "Espacement de panneau", + "Panel and Background ": "Panneau et arrière-plan ", + "Panel background": "Arrière-plan du panneau", + "Panel border": "Bordure du panneau", + "Panel.ontop": "Panneau en haut", + "Parallel Coordinate Plot": "Graphique de coordonnées parallèle", + "Parallel Plots": "Graphiques parallèles", + "Parameter:": "Paramètre:", + "Parametric": "Paramétrique", + "Parcoord Options": "Options de Parcoord", + "Pars": "Pars", + "Partial": "Partiel", + "Partitioning:": "Partitionnement:", + "Paste Data to New Column(s)": "Coller les données dans de nouvelles colonnes", + "Paste Data to New Data Frame": "Coller les données dans un nouveau tableau de données", + "Pastel1": "Pastel1", + "Pastel2": "Pastel2", + "Path:": "Chemin:", + "Pattern:": "Motif:", + "Peaks": "Pics", + "Pearson": "Pearson", + "Pearson Correlation": "Corrélation Pearson", + "Pen.Value:": "Pen.Valeur:", + "Penalty:": "Pénalité:", + "PenmanMonteith": "PenmanMonteith", + "Pentad": "Pentade", + "Perc": "Perc", + "Percent": "Pourcentage", + "Percent Correct": "Pourcentage correct", + "Percent bias": "Pourcentage de biais", + "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Pourcentage de jours lorsque le maximum est supérieur au 90e centile [13:TX90p]", + "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Pourcentage de jours quand le maximum est inférieur au 10e centile [11:TX10p]", + "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Pourcentage de jours quand le seuil est supérieur au 90e centile [12:TN90p]", + "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Pourcentage de jours quand le seuil est inférieur au 10e centile [10:TN10p]", + "Percentage of factor": "Pourcentage de facteur", + "Percentages": "Pourcentages", + "Percentages of overall total": "Pourcentage du total global", + "Percentile": "Pourcentage", + "Percentile Rose": "Rose en centile", + "Percentile:": "Pourcentage:", + "Percents": "Pourcentages", + "Period .": "Période.", + "Period(.)": "Période(.)", + "Period:": "Période:", + "Permute Column": "Permuter la colonne", + "Pettitt": "Pettitt", + "PiYG": "PiYG", + "Picas": "Picas", + "Pie Chart": "Camembert", + "Pie Chart Options": "Options de Camembert", + "Pierce Skill Score": "Percer le score de compétence", + "Pink": "Rose", + "Plain": "Plaine", + "Planting Day(s):": "Jour(s) de plantation:", + "Plot": "Graphique", + "Plot Anomaly": "Tracer Anomalie", + "Plot Background ": "Tracer l'arrière-plan ", + "Plot Capitals:": "Tracer des Capitales:", + "Plot Cities": "Tracer les Villes", + "Plot Coast Lines": "Tracer les lignes côtières", + "Plot Countries": "Tracer les Pays", + "Plot Graph": "Tracer le Graphique", + "Plot Height:": "Tracer la Hauteur:", + "Plot High Resolution": "Tracer une haute résolution", + "Plot Likelihood": "Tracer la Probabilité", + "Plot Log-Likelihood": "Tracer la Log-Probabilité", + "Plot Margin": "Tracer la Marge", + "Plot Options": "Options des graphiques", + "Plot Options...": "Options des graphiques...", + "Plot Own Locations": "Tracer ses propres emplacements", + "Plot Region": "Tracer la Région", + "Plot Rivers": "Tracer les rivières", + "Plot Title": "Graphique Titre", + "Plot Title and Caption": "Graphique titre et légende", + "Plot Type": "Type de graphique", + "Plot Width:": "Largeur du graphique:", + "Plot character": "Caractère de graphique", + "Plot subtitle (text appearance)": "Sous-titre du graphique (apparence texte)", + "Plot title (text appearance)": "Titre du graphique (apparence texte)", + "Plot type": "Type de graphique", + "Plot window": "Fenêtre de graphique", + "Plots": "Graphiques", + "Plus4": "Plus4", + "Plus:": "Plus:", + "Point": "Point", + "Point Jitter:": "Gigue des points:", + "Point Options": "Options des points", + "Point Plot": "Point de graphique", + "Point Transparency:": "Transparence du point :", + "Point plot": "Graphique par point", + "Points": "Points", + "Poisson": "Poisson", + "Polar Annulus": "Annulaire polaire", + "Polar Cluster": "Cluster polaire", + "Polar Coordinate:": "Coordonnée polaire:", + "Polar Coordinates": "Coordonnées polaires", + "Polar Cordinates": "Coordonnées polaires", + "Polar Plot": "Graphique polaire", + "Polar frequency": "Fréquence polaire", + "Pollutant:": "Pollutant:", + "Polygon Options": "Options de polygone", + "Polynomial:": "Polynômes:", + "Polynomials": "Polynômes", + "Population Pyramids": "Pyramides de la population", + "Population_Failures": "Population_défaillances ", + "Population_Successes": "Population_Succès", + "Port:": "Port:", + "Position": "Position", + "Position - Estimates:": "Position - Estimations:", + "Position - Reference:": "Position - Référence:", + "Position:": "Position:", + "Postion:": "Position:", + "Precipitation": "Précipitation", + "Precipitation >= 10mm Per Day [20:R10mm]": "Précipitation >= 10mm par jour [20:R10mm]", + "Precipitation >= 20mm Per Day [21:R20mm]": "Précipitation >= 20mm par jour [21:R20mm]", + "Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Précipitation >= un montant spécifié par jour [22:Rnnmm]", + "Precipitation Quantiles:": "Quantiles de précipitation:", + "Precipitation:": "Précipitation:", + "Predict": "Prédire", + "Predict...": "Prédire...", + "Prediction": "Prédiction", + "Predictions:": "Prédictions:", + "Prefix For Inserted Column(s):": "Préfixe pour la/les colonne(s) insérée(s):", + "Prefix for Data Frames:": "Préfixe pour les tableaux de données:", + "Prefix for New Column:": "Préfixe pour la nouvelle colonne:", + "Prefix for New Columns:": "Préfixe pour les nouvelles colonnes:", + "Prefix:": "Préfixe :", + "Preview Current Sheet": "Aperçu de la feuille courante", + "Preview Log": "Aperçu Journal", + "Preview Output": "Aperçu de sortie", + "Preview not yet implemented for this file type.": "Aperçu pas encore implémenté pour ce type de fichier.", + "Preview:": "Aperçu:", + "Primary": "Primaire", + "Primary data": "Données primaires", + "Principal Component Analysis": "Analyse des composantes principales", + "Print": "Imprimer", + "Print Current Sheet": "Imprimer la feuille en cours", + "Print Log": "Impression Journal", + "Print Output": "Sortie d’impression", + "Print Proportions Table(s)": "Imprimer table(s) de proportions", + "Print Results to Output Window": "Imprimer les résultats dans la fenêtre de sortie", + "Print and Preview Options": "Imprimer et Options d’aperçu", + "Print declustered summary": "Imprimer le résumé dégroupé", + "Print to Output Window": "Imprimer dans la fenêtre de sortie", + "Prob-prob Plot": "Graphique Prob-prob", + "Probabilities": "Probabilités", + "Probability": "Probabilité", + "Probability plot": "Graphique de probabilité", + "Probit": "Probit", + "Procedure Type:": "Type de procédure:", + "Procurement Category:": "Catégorie d’approvisionnement:", + "Procurement Type 2:": "Approvisionnement Type 2:", + "Procurement Type 3:": "Approvisionnement Type 3:", + "Procurement Type Categories:": "Catégories d'approvisionnement de types:", + "Procuring Authority ID:": "ID d’autorité adjudicatrice:", + "Procuring Authority:": "Autorité adjudicatrice:", + "Produce Bootstrap": "Produire Bootstrap", + "Project ID:": "ID de projet:", + "Project Name:": "Nom du projet:", + "Prop. and Percentages...": "Prop. et pourcentages...", + "Property": "Propriété", + "Property:": "Propriété:", + "Proportion": "Proportion", + "Proportions": "Proportions", + "Proportions or Percentages": "Proportions ou pourcentages", + "Proportions/Percentiles/Count": "Proportions/Percentiles/Comptage", + "Provincial": "Provincial", + "PuBu": "PuBu", + "PuBuGn": "PuBuGn", + "PuOr": "PuOr", + "PuRd": "PuRd", + "Purple": "Violet", + "Purples": "Violets", + "Q-Q": "Q-Q", + "Q. Method:": "Q. Méthode:", + "Q1": "Q1", + "Q3": "Q3", + "Q:": "Q:", + "QQ": "QQ", + "QQ-Plot": "QQ-Plot", + "QQ2 Plot": "QQ2 Plot", + "Qn": "Qn", + "Qualitative": "Qualitatif", + "Qualitative Supplementary Variables": "Variables qualitatives supplémentaires", + "Quality Control Level for Rain:": "Niveau de contrôle de la qualité pour pluie:", + "Quality Control Level for Temperature:": "Niveau de contrôle de la qualité pour la température:", + "Quantile": "Quantile", + "Quantile Algorithm:": "Quantile Algorithm:", + "Quantile:": "Quantité:", + "Quantiles": "Quantiles", + "Quantitative Supplementary Variables": "Variables supplémentaires quantitatives", + "Quarter": "Quart", + "Quartiles && Terciles": "Quartiles & Terciles", + "Quartiles (QME)": "Quartiles (MEQ)", + "Quasi": "Quasi", + "Quasibinomial": "Quasibinomial", + "Quasipoisson": "Quasipoisson", + "R Options": "Options de R", + "R Package Issues": "Problèmes au paquet R", + "R Package:": "Paquet R:", + "R Packages": "Paquets R", + "R package:": "Paquet R:", + "REGW": "REGW", + "RFE2 10-day Precipitation": "Précipitation de 10 jours RFE2", + "RFE2 Daily Precipitation": "Précipitations quotidiennes RFE2", + "RMSE": "RMSE", + "R^2": "R^2", + "Radiation:": "Rayonnement:", + "RadioButton1": "Bouton radio 1", + "Rain": "Pluie", + "Rain Column:": "Colonne pluie:", + "Rain:": "Pluie:", + "Rainfall": "Précipitation", + "Random": "Aléatoire", + "Random Examples": "Exemples aléatoires", + "Random String (Salt):": "Chaîne aléatoire (Salt):", + "Random Subsets": "Sous-ensembles aléatoires", + "Range": "Étendue", + "Range:": "Étendue:", + "Rank": "Rang", + "Rate": "Taux", + "Rates": "Taux", + "Rating Data": "Données d'évaluation", + "Ratio of root mean square error": "Ratio d'erreur carrée moyenne de la racine", + "Ratio of standard deviations": "Ratio des écarts types", + "RdBu": "RdBu", + "RdGy": "RdGy", + "RdPu": "RdPu", + "RdYlBu": "RdYlBu", + "RdYlGn": "RdYlGn", + "Recode Factor": "Facteur de recodage", + "Recode Numeric": "Recodage Numérique", + "Recode Numeric Into Quantiles": "Recoder les valeurs numériques en quantiles", + "Rectangular": "Rectangulaire", + "Red": "Rouge", + "Red Flags:": "Drapeaux rouges:", + "Redo": "Refaire", + "Reds": "Rouges", + "Reference Level": "Niveau de référence", + "Reference Values:": "Valeurs de référence:", + "Refresh Preview": "Actualiser l'aperçu", + "Regex": "Regex", + "Regex Keyboard": "Clavier Regex", + "Region Average Data Frame:": "Cadre de données moyen de la région:", + "Region:": "Région:", + "Regular Sequence": "Séquence régulière", + "Relationships": "Relations", + "Relative Nash-Sutcliffe efficiency": "Efficacité Nash-Sutcliffe relative", + "Relative index of agreement": "Index relatif de l'accord", + "Remember Credentials": "Se souvenir des identifiants", + "Remove All Pairs": "Supprimer toutes les paires", + "Remove Colour": "Supprimer la couleur", + "Remove Condition": "Supprimer la condition", + "Remove Current Filter": "Supprimer le filtre actuel", + "Remove Legend": "Supprimer la légende", + "Remove Missing Values": "Supprimer les valeurs manquantes", + "Remove Selected Pair": "Supprimer la paire sélectionnée", + "Remove Unused Labels": "Supprimer les étiquettes inutilisées", + "Remove Unused Levels": "Supprimer des niveaux non utilisés", + "Remove rows with any missing values": "Supprimer les lignes avec des valeurs manquantes", + "Rename Column": "Renommer la colonne", + "Rename Data Frame": "Renommer le tableau de données", + "Rename Metadata": "Renommer des métadonnées", + "Rename Objects": "Renommer les objets", + "ReoGridControl1": "ReoGridControl1", + "Reoder Metadata": "Réorganiser les métadonnées", + "Reorder Column(s)...": "Réorganiser la/les colonne(s)...", + "Reorder Columns": "Réorganiser les colonnes", + "Reorder Data Frames": "Réorganiser les tableaux de données", + "Reorder Levels": "Réorganiser les niveaux", + "Reorder Objects": "Réorganiser les objets", + "Repeat Values:": "Répéter les valeurs:", + "Replace All": "Remplacer tout", + "Replace By:": "Remplacer par:", + "Replace Missing Values": "Remplacer les valeurs manquantes", + "Replace NA with:": "Remplacer NA par:", + "Replace Values": "Remplacer les valeurs", + "Replace if Already Exists": "Remplacer si existe déjà", + "Replicates": "Répliques", + "Require start day before planting day": "Nécessite le jour de début avant le jour de plantation", + "Required Format": "Format requis", + "Required Time Format": "Format d'heure requis", + "Reserve Free Space": "Réserver un espace libre", + "Reset": "Réinitialiser", + "Reset ": "Réinitialiser", + "Reset Row Names to Positive Integers": "Réinitialiser des noms de ligne en nombres entiers positifs", + "Residuals": "Résidus", + "Residuals v Fitted Values": "Résidus v Valeurs ajustées", + "Residuals v Leverage": "Résidus v effet de levier", + "Resolution:": "Résolution:", + "Response": "Réponse", + "Response Variable Type:": "Type de variable expliquée:", + "Response Variable:": "Variable expliquée:", + "Restore Hierarchy": "Rétablir la hiérarchie", + "Restrict Entry:": "Restreindre l'entrée:", + "Restrict data values": "Restreindre les valeurs de données", + "Result Name": "Nom du résultat ", + "Result Name:": "Nom du résultat:", + "Result into:": "Résultat dans:", + "Return": "Retourner", + "Reverse Order Of Colours": "Inverser l'ordre des couleurs", + "Rho": "Rhoo", + "Right": "À droite", + "Right Join": "Joindre à droite", + "Right:": "À droite:", + "Rl Plot": "Graphique Rl", + "Robust": "Robuste", + "Rolling Contract Number Issuer:": "Roulement émetteur numéro du contrat :", + "Rolling Contract Number Winner:": "Rouler le contrat numéro gagnant :", + "Rolling Contract Share Winner:": "Roulant action adjudicataire :", + "Rolling Contract Sum Issuer:": "Roulement de l’émetteur du contrat somme :", + "Rolling Contract Sum Winner:": "Laminage adjudicataire de la somme :", + "Root mean squared error": "Erreur du carré de la moyenne racine", + "Rotation": "Rotation", + "Row": "Ligne", + "Row (%)": "Ligne (%)", + "Row Names Or Numbers": "Les noms de ligne ou de numéros", + "Row Statistic": "Statistique de ligne", + "Row Summaries": "Résumé par ligne", + "Row Variable (Factor):": "Variable de ligne (facteur) :", + "Row Variable(s):": "Variable(s) de ligne:", + "Row:": "Ligne:", + "Rows": "Lignes", + "Rows to Count Over:": "Lignes à compter sur:", + "Rows to Skip:": "Nombre de lignes à ignorer :", + "Rows to Summarise:": "Lignes à résumer:", + "Rows to Take Max Over:": "Lignes à prendre plus de Max:", + "Rows:": "Lignes:", + "Rug": "Tapis", + "Rug Color:": "Couleur de tapis :", + "Rug Plot": "Graphique de tapis", + "Rug Plot Options": "Options de graphique de tapis", + "Rugs": "Tapis", + "Run All Text": "Exécuter tout le texte", + "Run Backup Log": "Lancer le journal de sauvegarde", + "Run Current Line": "Lancer la ligne actuelle", + "Run Length": "Longueur de l'exécution", + "Run Selected Text": "Exécuter le texte sélectionné", + "SANN": "SANN", + "SDlog": "SDlog", + "SF Options": "Options SF", + "SIC": "SIC", + "SNHT": "SNHT", + "SNK": "SNK", + "SPEI": "SPEI", + "SPI": "SPI", + "SPI/SPEI": "SPI/SPEI", + "SS 2009:": "SS 2009:", + "SS 2011:": "SS 2011:", + "SS 2013": "SS 2013 ", + "SS 2015:": "SS 2015:", + "SST Data Frame Name:": "Nom de tableau de données SST:", + "Same": "Pareil", + "Same (Element1)": "Même (élément1)", + "Same Scale (coord-equal)": "Même échelle (coord-égal)", + "Sample": "Échantillon", + "Sample Size:": "Taille de l’échantillon:", + "Sample_Size": "Taille_de_l'échantillon", + "Sampling Fraction:": "Fraction d'échantillonnage:", + "Satelite": "Satellite", + "Satelite Anomalies": "Anomalies de satelite", + "Satelite Element:": "Élément de satelite:", + "Save": "Enregistrer", + "Save Backup Data...": "Enregistrer les données de sauvegarde...", + "Save Backup Internal Log...": "Enregistrer le journal interne de sauvegarde...", + "Save Backup Log...": "Enregistrer le journal de sauvegarde...", + "Save Bootstrap": "Enregistrer Bootstrap", + "Save Calculation Only": "Enregistrer le calcul uniquement", + "Save Calculation and Result": "Enregistrer le calcul et le résultat", + "Save Column Position": "Enregistrer la position des colonnes", + "Save Data As": "Enregistrer les données sous", + "Save Data To:": "Enregistrer les données à:", + "Save Date:": "Enregistrer date:", + "Save Details": "Enregistrer les détails", + "Save Downloaded File To:": "Enregistrer le fichier téléchargé dans:", + "Save Downloaded File to:": "Enregistrer le fichier téléchargé dans:", + "Save Dummy:": "Enregistrer un factice:", + "Save Estimate": "Enregistrer l'estimation", + "Save File As:": "Enregistrer le fichier sous:", + "Save Fit": "Enregistrer l'ajustement", + "Save Graph": "Enregistrez le graphique", + "Save Graph Result:": "Enregistrer le résultat du graphique:", + "Save Graph:": "Enregistrer le graphique:", + "Save Index into:": "Enregistrer l'index dans:", + "Save Indices": "Enregistrer les indices", + "Save Log File...": "Enregistrer le journal de fichier...", + "Save Map": "Enregistrer la carte", + "Save Model": "Enregistrez le modèle", + "Save Model:": "Enregistrez le modèle:", + "Save Nothing": "Ne rien enregistrer", + "Save Output": "Enregistrer la sortie", + "Save Plot": "Enregistrer le graphique", + "Save Result": "Enregistrer le résultat", + "Save Result ": "Enregistrer le résultat ", + "Save Result:": "Enregistrer le résultat:", + "Save Script...": "Enregistrer le script...", + "Save Table": "Enregistrer la table", + "Save Test": "Enregistrer le test", + "Save Test Object:": "Enregistrer l'objet de test:", + "Save Treemap": "Enregistrer l'arborescence", + "Save as single file": "Enregistrer comme fichier unique", + "Save estimates in": "Enregistrer les estimations dans", + "Save file(s) to:": "Enregistrer le(s) fichier(s) dans:", + "Save test object": "Enregistrer l'objet de test", + "Save values": "Enregistrer les valeurs", + "Saving Options": "Options d'enregistrement", + "Saving at:": "Sauvegarde dans:", + "Scale": "Échelle", + "Scale Data": "Mettre les données à l'échelle", + "Scale Numeric Variables": "Échelle Variables Numériques", + "Scale by:": "Échelle par:", + "Scale-Location": "Emplacement de l'échelle", + "Scale:": "Échelle:", + "Scaled Fractions": "Fractions à l'échelle", + "Scaled Points": "Points de mise à l'échelle", + "Scales": "Echelles", + "Scatter Matrix": "Matrice de dispersion", + "Scatter Plot": "Graphique de dispersion", + "Scatter Plot Options": "Options de graphique de dispersion", + "Scatter and line plot": "Graphique de dispersion et ligne", + "Scatter plot": "Graphique de dispersion", + "Score": "Score", + "Scree Plot": "Graphique d'éboulis", + "Sd": "Sd", + "Sd_Pop:": "Sd_Pop:", + "Sea surface temperature": "Température de surface de la mer", + "Search in ": "Rechercher dans ", + "Search to end only": "Recherche à la fin uniquement", + "Season Dates": "Dates de la saison", + "Seasonal Comparisons": "Comparaisons saisonnières", + "Seasonal Summary": "Résumé de la saison", + "Seasonality (Harmonics)": "Saisonnalité (harmoniques)", + "Seasonality:": "Saisonnalité:", + "Second": "Seconde", + "Second Column:": "Deuxième colonne:", + "Second Context:": "Deuxième contexte:", + "Second Data Frame": "Deuxième tableau de données", + "Second Data Frame:": "Deuxième tableau de données:", + "Second Explanatory Variable": "Deuxième variable explicative", + "Second Explanatory Variable:": "Deuxième variable explicative:", + "Second Factor": "Deuxième facteur ", + "Second Factor (Optional):": "Deuxième facteur (facultatif):", + "Second Factor:": "Deuxième facteur:", + "Second Variable": "Deuxième Variable ", + "Second Variable:": "Deuxième Variable:", + "Seconds:": "Secondes:", + "Secrecy Score:": "Score de secret:", + "Seed": "Graine", + "SegNeigh": "SegNeigh", + "Select": "Choisir", + "Select All": "Sélectionner tout", + "Select All Levels": "Choisir tous les niveaux", + "Select And Stuck": "Choisir et cocher", + "Select By:": "Sélectionner par", + "Select Contrast Name:": "Choisir le nom de contraste:", + "Select Date Range": "Choisir l'étendue de dates", + "Select Day of Year Range": "Choisir l'étendue de jour de l'année", + "Select Elements Observation Data to Import": "Choisir les données d’observation des éléments à importer", + "Select File Type:": "Choisir le type de fichier:", + "Select Levels:": "Choisir niveaux:", + "Select Month": "Choisir le mois", + "Select Month(s) to Omit:": "Choisir le(s) mois(s) à omettre:", + "Select Sheets:": "Choisir les feuilles:", + "Select Station:": "Choisir la station:", + "Select Stations to Import": "Choisir les stations à importer", + "Select Theme": "Choisir un thème", + "Select all": "Choisir tout", + "Select by condition": "Choisir par condition", + "Select by factor values": "Choisir par valeur de facteur", + "Selected Column": "Colonnes Choisies", + "Selected Column(s):": "Colonnes choisies:", + "Selected Column:": "Colonne sélectionnée:", + "Selected Columns:": "Colonnes sélectionnées:", + "Selected Data Frame": "Tableau de données sélectionné", + "Selected Data Frames:": "Tableaux de données sélectionnés:", + "Selected Elements:": "Éléments Choisis:", + "Selected Factor:": "Facteur choisi:", + "Selected Filter Preview": "Aperçu du filtre choisi", + "Selected Filter Preview:": "Aperçu du filtre choisi:", + "Selected Graph:": "Graphique choisi:", + "Selected Graphs:": "Graphiques choisis:", + "Selected Key:": "Clé choisie:", + "Selected Link:": "Lien choisi:", + "Selected Metadata": "Métadonnées choisies", + "Selected Model:": "Modèle choisi:", + "Selected Object(s):": "Objet(s) choisi(s):", + "Selected Object:": "Objet choisi:", + "Selected Objects:": "Objets sélectionnés:", + "Selected Set:": "Ensemble sélectionné:", + "Selected Stations:": "Stations sélectionnées:", + "Selected Variable:": "Variable sélectionnée:", + "Selected Variables": "Variables sélectionnées", + "Selected Variables:": "Variables sélectionnées:", + "Selected column": "Colonne sélectionnée", + "Selection": "Sélection", + "Selection Preview": "Aperçu de la sélection", + "Semi Join": "Semi-joint", + "Semi-Colon(;)": "Point-virgule(;)", + "Semicolon ;": "Point-virgule ;", + "Send Debugging Log to R-Instat Team": "Envoyer le journal de débogage à l'équipe R-Instat", + "Separate Tables": "Tables séparées", + "Separator": "Séparateur", + "Separator:": "Séparateur:", + "September": "Septembre", + "Sequence": "Séquence", + "Sequence Definition": "Définition de la séquence", + "Sequence Preview:": "Aperçu de la séquence:", + "Sequence extended to match": "Séquence étendue correspondante", + "Sequence matches the length of the data frame.": "La séquence correspond à la longueur de tableau de données.", + "Sequence of Values": "Séquence de valeurs", + "Sequence truncated to match": "Séquence tronquée pour correspondre", + "Sequential": "Séquentiel", + "Serif": "Serif", + "Set Colour Breaks": "Définir les ruptures de couleurs", + "Set New Name:": "Définir un nouveau nom:", + "Set Row Names from Column": "Définir les noms des lignes à partir des colonnes", + "Set Seed": "Définir une graine", + "Set Seed:": "Définir la graine:", + "Set1": "Ensemble1", + "Set2": "Ensemble2", + "Set3": "Ensemble3", + "Sets:": "Ensembles:", + "Settings": "Paramètres", + "Shape": "Forme", + "Shape (Optional):": "Forme (facultative): ", + "Shape File": "Fichier Forme", + "Shape1": "Forme1", + "Shape2": "Forme2", + "Sheet Metadata": "Métadonnées de feuille", + "Shift Daily Data": "Décaler les données quotidiennes", + "Shift:": "Décaler:", + "Shifted": "Décalé", + "Short": "Courte", + "Show": "Afficher", + "Show Arguments": "Afficher les arguments", + "Show Calculator": "Afficher la calculatrice", + "Show Climatic Menu": "Afficher le menu Climatique", + "Show Column Types": "Afficher les types de colonnes", + "Show Count": "Afficher le nombre", + "Show Details >>": "Afficher les détails >>", + "Show Frequencies": "Afficher les Fréquences", + "Show Hidden Columns in Selector": "Afficher les colonnes masquées dans le sélecteur", + "Show ID": "Afficher l'ID", + "Show Missing": "Afficher les manquants", + "Show Missing Values": "Afficher les valeurs manquantes", + "Show Model": "Afficher le modèle", + "Show Model Summary": "Afficher le résumé du modèle", + "Show Non Missing": "Afficher les non-manquants", + "Show Numeric Values": "Afficher les valeurs numériques", + "Show Options By Context Menu": "Afficher les options par menu contextuel", + "Show Parameters": "Afficher les paramètres", + "Show Percentage": "Afficher le pourcentage", + "Show Percentages": "Afficher les pourcentages", + "Show Procurement Menu": "Afficher le menu d'achats", + "Show Row Names": "Afficher les noms des lignes", + "Show Strings": "Afficher les chaînes de caractères", + "Show Structured Menu": "Afficher le menu structuré", + "Show Summary": "Afficher résumé", + "Show Variable Labels": "Afficher les étiquettes des variables", + "Show calculator": "Afficher la calculatrice", + "Show commands": "Afficher les commandes", + "Show grid lines": "Afficher les lignes de la grille", + "Show stars on summary tables for coefficients": "Afficher les étoiles sur les tableaux sommaires pour les coefficients", + "Show waiting dialog when command takes longer than": "Afficher la boîte de dialogue d'attente lorsque la commande prend plus de temps que", + "Showing ": "Affichage", + "Shrink: ": "Rétrécissement: ", + "Sign Test": "Signer le test", + "Signature Date:": "Date de signature:", + "Signature Period (25 Quartiles):": "Période de signature (25 Quartiles):", + "Signature Period (5 Quartiles):": "Période de signature (5 Quartiles):", + "Signature Period Categories:": "Catégories de période signature:", + "Signature Period Corrected:": "Période de signature corrigée:", + "Signature Period:": "Période de signature:", + "Significance Level": "Niveau de signification ", + "Significance Level:": "Niveau de signification:", + "Significance Stars": "Étoiles de signification", + "Significance Test": "Teste de signification", + "Significant Figures:": "Chiffres significatifs:", + "Significant Height of combined wind waves And swell": "Hauteur significative des vagues combinées de vent et houle", + "Simple": "Simple", + "Simple Convert": "Conversion simple", + "Simple Options": "Options simples", + "Simple Precipitation Intensity Index [19:SDII]": "Indice d'intensité des précipitations simple [19:SDII]", + "Single": "Unique", + "Single Bidder:": "Soumissionnaire unique:", + "Single Column": "Colonne unique", + "Single Graphs": "Graphiques uniques", + "Single Point": "Point unique", + "Single Value:": "Valeur unique:", + "Single Variable": "Variable simple", + "Single column": "Colonne simple", + "Site": "Site", + "Size": "Taille", + "Size Of Cities:": "Taille des villes:", + "Size Of City Labels:": "Taille des étiquettes de la ville:", + "Size X-Axis": "Taille de l'axe X", + "Size Y-Axis": "Taille de l'axe Y", + "Size:": "Taille:", + "Skewness": "Coefficient d’asymétrie", + "Skewness (3rd Moment)": "Coefficient d’asymétrie (3ème minute)", + "Skewness Weight:": "Poids de coefficient d’asymétrie:", + "Slope": "Pente", + "Small State:": "Petit État:", + "Smooth": "Lisse", + "Smoothing Curves": "Lissage des courbes", + "Sn": "Sn", + "Solar": "Solaire", + "Solid": "Solide", + "Sort": "Trier", + "Sort Data after filling gaps": "Trier les données après remplissage les vides", + "Sort Variables": "Trier les variables", + "Sort by Column": "Trier par colonne", + "Sort by Name": "Trier par nom", + "Sort by Row Names": "Trier par noms de ligne", + "Sort by:": "Trier par:", + "Sort values": "Trier les valeurs", + "Source:": "Source:", + "Space ( )": "Espace ( )", + "Space between Strips and Axes": "Espace entre les bandes et les axes", + "Span:": "Espagnol:", + "Spanish": "Espagnol", + "Spearman": "Spearman", + "Specific": "Spécifique", + "Specifiy": "Spécifier", + "Specify": "Spécifier", + "Specify Breaks": "Spécifier les ruptures", + "Specify Decimals (from Numeric)": "Spécifier les décimales (à partir numérique)", + "Specify Format": "Spécifier le format", + "Specify Layout": "Spécifier la mise en page", + "Specify Link": "Spécifier le lien", + "Specify Lower Limit": "Spécifier la limite inférieure", + "Specify Order": "Spécifier l'ordre", + "Specify Rows": "Spécifier les lignes", + "Specify Title": "Spécifier le titre", + "Specify Upper Limit": "Spécifier la limite supérieure", + "Spectral": "Spectrale", + "Speed Cuts:": "Coupes rapides:", + "Spell": "Trier", + "Spell Can Span Years": "Le sort peut s'étaler sur des années", + "Spell Length": "Longueur du sort", + "Spells": "Trier", + "Spline": "Spline", + "Spline d.f.": "Spline d.f.", + "Split Geometry": "Diviser la géométrie", + "Split Text Column": "Diviser la colonne de texte", + "Split by:": "Diviser par:", + "Sqrt": "Rac", + "Square Normalised Parent Coordinates": "Coordonnées parentes normalisées carrées", + "Square Root": "Racine carrée", + "Stack": "Empiler", + "Stack (melt) Columns": "Empiler les colonnes", + "Stack Bar Graph": "Graphique à barres empilé", + "Stack Daily Data": "Empiler les données quotidiennes", + "Stack Data Into:": "Données Empilées:", + "Stack Multiple Column Sets": "Empiler plusieurs ensembles de colonnes", + "Stack in reverse": "Pile inversée", + "Stacked Graph": "Graphique empilé", + "Standard Deviation": "Écart type", + "Standard Error of the Mean": "Erreur standard de la moyenne", + "Standard_deviation": "Standard_deviation", + "Standardise Country Names": "Noms de pays standard", + "Start Date:": "Date de début:", + "Start Day": "Jour de début", + "Start Month:": "Mois de départ:", + "Start New Session": "Démarrer une nouvelle session", + "Start Value:": "Valeur de départ:", + "Start Year for Climatological Period:": "Année de début de la période climatologique:", + "Start Year for Region Average:": "Année de début pour la moyenne de la région:", + "Start Year for Station Trend:": "Année de début de la tendance de la station:", + "Start Year for Variogram Period:": "Année de début pour la période du variogramme:", + "Start and End": "Début et fin", + "Start date:": "Date de début:", + "Start of Rains": "Début des pluies", + "Start(L):": "Début(L):", + "Start:": "Début:", + "Starting Angle:": "Angle de départ:", + "Starting Month:": "Mois de début:", + "Starting from:": "À partir de:", + "Station": "Station ", + "Station (Optional):": "Station (facultative):", + "Station Anomalies": "Anomalies de la station", + "Station Element:": "Élément de la station:", + "Station Height:": "Hauteur de la station:", + "Station IDs": "ID de la station", + "Station Identifier:": "Station Identifier:", + "Station Metadata": "Métadonnées de la station", + "Station Name": "Nom de la station", + "Station Name:": "Nom de la station:", + "Station Names": "Noms de la station", + "Station Qualifiers": "Qualificateurs de Station", + "Station name": "Nom de la station", + "Station-Element": "Station-Élément", + "Station:": "Station:", + "StationFile": "Fichier de la station", + "Stations": "Stations", + "Stations-Elements": "Éléments-Stations", + "Stations:": "Stations:", + "Statistic:": "Statistique:", + "Statistics:": "Stats:", + "Stats": "Statistiques", + "Stats1": "Stats1", + "Stats2": "Stats2", + "Std": "Sd", + "Std Residuals": "Résidus sd", + "Stem and Leaf": "Tige et feuille", + "Store Results": "Stocker les résultats", + "Store Results in Data Frame": "Stocker les résultats dans le tableau de données", + "String": "Chaîne", + "String Distance": "Distance de la chaîne", + "String Handling": "Manipulation de chaînes", + "String Height": "Hauteur de la chaîne", + "String Width": "Largeur de la chaîne", + "Strings (Character Columns)": "Chaînes (colonnes de caractères)", + "StructTS": "StructuresTS", + "Structure": "Structure", + "Stud": "Stud", + "Students_t": "Étudiants_t", + "Sub Calculations": "Sous-calculs", + "Sub Title Size:": "Taille du sous titre:", + "Sub-Calculations:": "Sous-calculs:", + "Subset": "Sous-ensemble", + "Substring": "Sous-chaîne", + "Subtitle Size:": "Taille des sous-titres:", + "Success:": "Succès:", + "Successive Values": "Valeurs successives", + "Sum": "Somme", + "Sum of squared residuals": "Somme des résidus carrés", + "Sum to Zero": "Somme à zéro", + "Summaries": "Résumés", + "Summaries:": "Résumés:", + "Summarise By:": "Résumé par:", + "Summary": "Résumé", + "Summary Annotations": "Résumé des annotations", + "Summary Columns:": "Colonnes de résumé:", + "Summary Model": "Modèle de résumé", + "Summary Options": "Options de résumé", + "Summary Statistics": "Résumé des statistiques", + "Summary Tables": "Tableaux récapitulatifs", + "Summary data": "Données récapitulatives", + "Summary:": "Résumé:", + "Summer Days [2:SU]": "Jours d'été [2:SU]", + "Sunshine": "Ensoleillement", + "Sunshine Hours:": "Heures d’ensoleillement:", + "Supplementary Individuals": "Particuliers supplémentaires", + "Surface pressure": "Pression de surface", + "Survival Object Name:": "Nom de l'objet de survie:", + "Symbol:": "Symbole:", + "Symbols": "Symboles", + "Symmetric Extremal Dependence Index": "Indice symétrique de dépendance extrême", + "Symmetric Extreme Dependency Score": "Score de dépendance symétrique extrême", + "Symmetry": "Symétrie", + "System.Data.DataRowView": "Système.Données.VueLignesDonnées", + "TAMSAT v3.0": "TAMSAT v3.0", + "TAMSAT v3.1": "TAMSAT v3.1", + "TRMM 3B42 3-Hourly Precipitation": "Précipitation TRMM 3B42 3-Heures", + "TRMM 3B42 Daily Precipitation": "Précipitation quotidienne TRMM 3B42", + "TRUE": "VRAI", + "Table": "Tableau", + "Table Frequencies": "Tableau des fréquences", + "Table Title:": "Titre du tableau:", + "Tables": "Tableaux", + "Tailored Menus": "Menus sur mesure", + "Tax Haven 2:": "Paradis fiscal 2:", + "Tax Haven 3:": "Paradis fiscal 3:", + "Tax Haven 3bi:": "Paradis fiscal 3bi:", + "Tax Haven:": "Paradis fiscal:", + "Taylor Diagram": "Diagramme Taylor", + "Taylor Diagram Options": "Options du diagramme Taylor", + "Temperature": "Température", + "Temperature Quantiles:": "Quantiles de température:", + "Test": "Tester", + "Test:": "Tester:", + "Text": "Texte", + "Text (Output Window)": "Texte (fenêtre de sortie)", + "Text File Preview:": "Aperçu de fichier texte:", + "Text colour:": "Couleur du texte:", + "The backup versions come from periodic system backups.": "Les versions de sauvegarde proviennent des sauvegardes du système périodique.", + "The following R packages could not be installed:": "Les paquets R suivants n'ont pas pu être installés:", + "Theme Options": "Options de thème", + "Theme to Edit:": "Thème à modifier:", + "Theme:": "Thème:", + "Themes": "Thèmes", + "Thickness:": "Épaisseur:", + "Third Context:": "Troisième contexte:", + "Third Explanatory Variable:": "Troisième variable explicative:", + "Threat Score": "Score de menace", + "Three Summaries": "Trois résumés", + "Three Variable Frequencies": "Trois variables des fréquences", + "Three Variable Modelling": "Modélisation des trois variables", + "Threshold": "Seuil ", + "Threshold ": "Seuil  ", + "Threshold range ": "Plage de seuil ", + "Threshold:": "Seuil:", + "Tick Mark Labels ": "Étiquettes de marque Tick ", + "Tick marks along axes": "Cocher les marques le long des axes", + "Tick marks label along axes": "Cocher pour marquer l'étiquette le long des axes", + "TickMarkers": "Marqueurs de ticks", + "Tidy": "Bien rangé", + "Tidy Daily Data": "Données quotidiennes bien rangées", + "Ties": "Liens", + "Tile": "Tuile", + "Tile colour:": "Couleur de tuile:", + "Time (X axis):": "Temps (axe X):", + "Time Period": "Période de temps", + "Time Point:": "Point dans le temps:", + "Time Scale (Months):": "Échelle de temps (mois):", + "Time Selection": "Sélection de l'heure", + "Time Series Comparisons": "Comparaisons de séries temporelles", + "Time Step": "Pas de temps", + "Time(s)": "Temps", + "Times Roman": "Temps romains", + "Title": "Titre", + "Title Size:": "Taille du titre:", + "Title of legend": "Titre de légende", + "Title:": "Titre:", + "Titles": "Titres", + "Titles ": "Titres ", + "Tmax/Tmin": "Tmax/Tmin", + "Tmax:": "Tmax:", + "Tmin:": "Tmin:", + "To": "À", + "To Script": "Au Script", + "To be implemented": "À implémenter", + "To circular:": "À circulaire :", + "To:": "À:", + "Tolerance": "Tolérance", + "Top": "Haut", + "Top levels displayed:": "Niveaux les plus hauts affichés:", + "Top:": "Haut:", + "Total Column Name": "Nom de la colonne totale", + "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Seuil journalier des précipitations dépassant le 95e centile [25:R95pTOT]", + "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Seuil de 99ème centile de précipitation quotidienne totale [26:R99pTOT]", + "Total Daily Precipitation [27:PRCPTOT]": "Précipitation journalière totale [27:PRCPTOT]", + "Total Days": "Nombre total de jours", + "Total Rainfall": "Précipitation totale", + "Total precipitation": "Précipitation totale", + "Totals Column/Row Background Highlighted": "Arrière-plan de la colonne/ligne des totaux surligné", + "Trace Plot": "Trace de graphique", + "Trace Values": "Valeurs de Trace", + "Transform": "Transformer", + "Transform Text Column": "Transformer la colonne de texte", + "Transform:": "Transformer:", + "Transformation": "Transformation", + "Transparency:": "Transparence:", + "Transpose": "Transposer", + "Transpose Columns": "Transposer colonnes", + "Treat Row Names as Numeric": "Traiter les noms de ligne comme des noms numériques", + "Treat Summary Columns as a Further Factor": "Traiter les colonnes résumées comme un autre facteur", + "Treatment structure": "Structure de traitement", + "Treatment/Control": "Traitement/Contrôle", + "Treatment:": "Traitement:", + "Treemap": "Treemap", + "Trend": "Tendance", + "Triangular": "Triangulaire", + "Trim": "Couper", + "Trim Trailing White Space": "Ajuster l'espace blanc translucide", + "Trimmed Mean": "Moyenne coupée", + "Tropical Nights [4:TR]": "Nuits tropicales [4:TR]", + "True Values(Optional):": "Vrai valeurs (facultative):", + "Try": "Essayer", + "Two Columns": "Deux colonnes", + "Two Columns in Same Data Frame": "Deux colonnes dans le même cadre de données", + "Two Columns in Separate Data Frames": "Deux colonnes dans des images de données séparées", + "Two Data Frames Long": "Deux long tableaux de données", + "Two Data Frames Wide": "Deux tableaux de données de l’échelle", + "Two Sample Non parametric Tests": "Deux exemples de tests non paramétriques", + "Two Variable Fit Model": "Modèle à deux variables", + "Two Variable Graph": "Graphique à deux variables", + "Two Variable Use Model": "Modèle d'utilisation de deux variables", + "Two Way Frequencies": "Fréquences bidirectionnelles", + "Two sided": "Recto-verso", + "Two-Dash": "Deux tirets", + "Two-Sided": "Recto-verso", + "Type": "Type ", + "Type of Graph": "Type de graphe", + "Type of Layer (Geom):": "Type de couche (Geom):", + "Type of Palette": "Type de palette", + "Type of Test": "Type de test", + "Type of test": "Type de test", + "Type:": "Type:", + "Types": "Types", + "Typical": "Typique", + "UCSB CHIRPS": "CHIRPS UCSB", + "UID:": "UID:", + "UN Code:": "Code NU:", + "URWBookman": "URWBookman", + "URWGothic": "URWGothic", + "URWPalladioURWTimes": "Nombre d'URWPalladioURWTimes", + "UTF-8": "UTF-8", + "UnTransform": "Annuler la transformation", + "Underscore _": "Soulignement _", + "Undo": "Annuler", + "Unhide...": "Afficher...", + "Uniform": "Uniforme", + "Uniminmax": "Uniminmax", + "Units": "Unités", + "Units:": "Unités:", + "Unlock": "Déverrouiller", + "Unselect all": "Désélectionner tout", + "Unstack Columns": "Désempiler les colonnes", + "Unstack Data": "Désempiler les données", + "Unstack elements": "Désempiler les éléments", + "Upper Limit": "Limite supérieure", + "Upper Limit :": "Limite supérieure:", + "Use Date": "Date d’utilisation", + "Use Factor Sheet": "Feuille de facteur d’utilisation", + "Use Graph": "Utiliser le graphique", + "Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Utiliser la distance de Great Circle (WGS84 ellipsoid) pour les points les plus proches", + "Use Model ": "Utiliser le modèle ", + "Use Summaries": "Utiliser les résumés", + "Use unique values for comparison": "Utiliser des valeurs uniques pour la comparaison", + "User Define": "Définir utilisateur", + "User Defined": "Défini par l'utilisateur", + "Username:": "Nom d'utilisateur:", + "VE": "VE", + "Value": "Valeur", + "Value From Above": "Valeur d’en haut", + "Value From Below": "Valeur d’en bas", + "Value(Vector):": "Valeur(Vecteur):", + "Value:": "Valeur", + "Values": "Valeurs", + "Values in both columns (intersection)": "Valeurs dans les deux colonnes (intersection)", + "Values in either column (union)": "Valeurs dans l'une des colonnes (union)", + "Values in first column not in second": "Valeurs de la première colonne ne sont pas dans la seconde", + "Values in second column not in first": "Valeurs de la deuxième colonne ne sont pas dans la première", + "Var": "Var", + "VarCI Method:": "Méthode VarCI:", + "Variable": "Variable", + "Variable Day": "Jour variable", + "Variable Options": "Options de la variables", + "Variable Sets": "Ensembles de variables", + "Variable Transformations": "Transformations de variables", + "Variable Width": "Largeur des variables", + "Variable to Check:": "Variable à vérifier:", + "Variable(s) to Summarise:": "Variable(s) à résumer:", + "Variable(s) to View:": "Variable(s) à vue:", + "Variable:": "Variable:", + "Variables": "Variables ", + "Variables Plot": "Graphique de variables", + "Variables and Summaries": "Variables et résumés", + "Variables to Check:": "Variables à vérifier:", + "Variables to Include:": "Variables à inclure:", + "Variables to View:": "Variables à voir:", + "Variables:": "Variables:", + "Variance": "Variance", + "Variate:": "Variable aléatoire :", + "Variogram Data Frame:": "Variogramme de tableau de données:", + "Verification": "Vérification", + "Verification Summaries": "Résumés de vérification", + "Vertcal-Line(|)": "Vertcale-Ligne(|)", + "Vertical": "Verticale", + "Vertical Label Position:": "Position de l’étiquette verticale:", + "Vertical X Tick Markers": "Marqueurs verticaux en X ticks", + "Vertical major grid lines ": "Lignes verticales principales ", + "Vertical minor grid lines": "Ligne de grille mineure verticale", + "Vertically": "Verticalement", + "View Data": "Afficher les données", + "View Data Frame": "Afficher le tableau de données", + "View Graph": "Afficher graphique", + "View Key": "Afficher clé", + "View Labels/Levels": "Afficher des étiquettes/niveaux", + "View Link": "Afficher le lien", + "View Object": "Afficher l'objet", + "View and Remove Keys": "Afficher et supprimer de clés", + "View and Remove Links": "Afficher et supprimer les liens", + "Vignettes": "Vignettes", + "Violet": "Violet", + "Violin": "Violon", + "Violin + Boxplot": "Violin + Boxplot", + "Violin + Jitter": "Violin + Jitter", + "Violin Options": "Options de violon", + "Violin Plot": "Graphique de violon", + "Violin Plot Options": "Options du Plot de Violin", + "Visualise Data": "Visualiser les données", + "Vjust": "Vjust", + "Volumetric efficiency": "Efficacité volumétrique", + "WB PPP:": "WB PPP :", + "WIGOS Station Identifier:": "Identifiant de la station WIGOS:", + "WMO Number": "Numéro WMO", + "WMO Number:": "Numéro WMO:", + "Wakefield": "Wakefield", + "Wald": "Wald", + "Warm Spell Duration Index [14:WSDI]": "Indice de durée des sorts de chaleur [14:WSDI]", + "Water Amount(s):": "Quantité d'Eau:", + "Water Balance": "Équilibre de l'eau", + "Water Balance <=": "Équilibre de l'eau <=", + "Week": "Semaine", + "Week Day": "Jour de la semaine", + "Weeks": "Semaines", + "Weibull": "Weibull", + "Weight By (Optional):": "Poids par (facultatif):", + "Weight By:": "Poids par:", + "Weights": "Poids ", + "Weights (Optional):": "Poids (facultatif):", + "Weights:": "Poids:", + "West East": "Ouest Est", + "While you're waiting...": "En attente...", + "Whisk Line Type": "Type de ligne Whisk", + "Whisker Colour": "Whisker couleur", + "Whisklty": "Whisklty", + "White": "Blancs", + "White Space:": "Espace blanc:", + "Whitespace": "Espace blanc", + "Width": "Largeur ", + "Width:": "Largeur:", + "Wilcoxon": "Wilcoxon", + "Wilson": "Wilson", + "Wind": "Vent", + "Wind Direction:": "Direction du vent:", + "Wind Rose": "Rose des vents", + "Wind Speed": "Vitesse du vent", + "Wind Speed:": "Vitesse du vent:", + "Wind/Pollution Rose": "Rose du vent/pollution", + "WindSpeed:": "Vitesse du vent:", + "Windrose Options": "Options rose des vents", + "Winner Country ISO2:": "ISO2 pays de gagnant:", + "Winner Country ISO3:": "Vainqueur pays ISO3:", + "Winner Country:": "Pays gagnant:", + "Winner ID:": "ID du gagnant:", + "Winner Name:": "Nom du gagnant:", + "With Replacement": "Avec remplacement", + "With Standard Error": "Avec erreur standard", + "With X Variable": "Avec la variable X", + "With column": "Avec colonne", + "Within Year": "Dans l’année", + "Within Year:": "Dans l'année:", + "Words": "Mots", + "Working Directory": "Répertoire de travail", + "Working Directory:": "Répertoire de travail:", + "X Label": "Étiquette X", + "X Variable": "Variable X", + "X Variable:": "Variable X:", + "X Variables": "Variables X", + "X Variables:": "Variables X:", + "X and Y-Axis Labels": "Étiquettes d'axes X et Y", + "X and Y-Axis Tick Markers": "Marqueurs de ticks X et Y", + "X axis Label Size": "Taille de l'étiquette de l'axe X", + "X axis Tick Labels Angle": "Angle des étiquettes de ticks de l'axe X", + "X axis Tick Mark Label Size": "Taille du libellé de la marque de l'axe X", + "X axis label ": "L'étiquette de l'axe X ", + "X axis label on top axis": "L'étiquette de l'axe X sur l'axe supérieur", + "X axis labels angle:": "Angle d'étiquettes de l'axe X:", + "X axis tick labels": "Etiquettes de tick de l'axe X", + "X axis tick labels on top axis": "Etiquettes des ticks de l'axe supérieur", + "X axis tick marks": "Marques de tick de l'axe X", + "X axis:": "Axe X:", + "X label": "Libellé X", + "X-Axis": "Axe X", + "X-Axis Labels": "Libellés de l'axe X", + "X-Axis Line": "Ligne d'axe X", + "X-Axis Tick Markers": "Marqueurs de ticks de l'axe X", + "X-Axis Title": "Titre axe X", + "X-Lab Title": "Titre X-Lab", + "X-axis": "Axe X", + "X-axis Options:": "Options de l'axe X:", + "XY-Axes": "Axes XY", + "Xlim": "XLIM", + "Y Label": "Libellé Y", + "Y Value": "Valeur Y", + "Y Value:": "Valeur Y:", + "Y Variable": "Variable de Y ", + "Y Variable:": "Variable de Y:", + "Y Variables": "Variables Y", + "Y Variables:": "Variables Y:", + "Y Variate:": "Variable Y :", + "Y axis Label Size": "Taille du libellé de l'axe Y", + "Y axis Tick Mark Label Size": "Taille d'étiquette de marquage en Y", + "Y axis labels": "Libellés de l'axe Y", + "Y axis labels on right axis": "Libellés de l'axe Y sur l'axe droit", + "Y axis tick labels": "Libellés des ticks de l'axe Y", + "Y axis tick labels on right axis": "Libellés de l'axe Y sur l'axe droit", + "Y axis tick marks": "Marques de tick de l'axe Y", + "Y label": "Libellé Y", + "Y variable": "Variable Y", + "Y-Axis": "Axe Y", + "Y-Axis Labels": "Étiquettes Axe Y", + "Y-Axis Line": "Ligne axe Y", + "Y-Axis Tick Markers": "Marqueurs de ticks de l'axe Y", + "Y-Axis Title": "Titre axe Y", + "Y-Lab Title": "Titre de Y-Lab", + "Y-axis": "Axe Y", + "Y-axis Options:": "Options de l'axe Y :", + "Y-axis Upper:": "Axe Supérieur des Y:", + "Year": "Année", + "Year - DOY Plot": "An - intrigue DOY", + "Year - Month - Day": "Année - mois - jour", + "Year As Factor": "Année comme facteur", + "Year Columns": "Colonnes de l’année", + "Year Columns:": "Colonnes de l’année :", + "Year Month Day": "Année mois jour", + "Year and Day of Year": "Année et jour de l’année", + "Year(4 digit)MonthDay(YEARMODA)": "Année (4 chiffres)JourMensuel(ANNÉE)", + "Year(4-digit)-Month(Full Name)-Day": "Année(4-chiffre)-Mois (Nom complet)-Jour", + "Year(4-digit)-Month(abbr)-Day": "Année(4-chiffre)-Mois(abr)-Jour", + "Year(4-digit)-Month-Day": "Année(4-chiffre)-Mois-Jour", + "Year(4-digit)/Month(Full Name)/Day": "Année(4-chiffre)/Mois(Nom complet)/Jour", + "Year(4-digit)/Month(abbr)/Day": "Année(4-chiffre)/Mois(abr)/Jour", + "Year(4-digit)/Month/Day": "Année(4-chiffre)/Mois/Jour", + "Year(4-digit)Doy(Julian)": "Année(4-chiffre)Doy(Julien)", + "Year:": "Année:", + "Years": "Années", + "Yellow": "Jaune", + "Yellow-Green": "Jaune-vert", + "Yes": "Oui", + "YlGn": "YlGn", + "YlGnBu": "YlGnBu", + "YlOrBr": "YlOrBr", + "YlOrRd": "YlOrRd", + "Ylim": "Ylim", + "Zero Values": "Zéro valeurs", + "Zplot Plot": "Graphique Zplot", + "[ ] or": "[ ] ou", + "[^ ] not": "[^ ] pas", + "^ begin": "^ début", + "________": "________", + "__________": "__________", + "aapc": "aapc", + "abs": "abs", + "acos": "acos", + "add_na": "Ajouter_na", + "age": "âge", + "all": "tout", + "am": "matin", + "and": "et", + "ang.dev": "ang.dev", + "ang.var": "ang.var", + "animal (f)": "animal (f)", + "annual": "annuel", + "anon": "anon", + "anova": "anova", + "ansari": "ansari", + "answer (f)": "réponse (f)", + "any": "tout", + "anyDup": "tout Dup", + "aov": "aov", + "ar": "ar", + "arima": "ARIMA", + "asin": "asin", + "asis": "asis", + "asn": "asn", + "aspect.ratio": "aspect.ratio", + "asymptotic ": "asymptotique", + "atan": "atan", + "atan2": "atan2", + "atanh": "atanh", + "award_date": "date_d'attribution", + "axis.line": "axe.ligne", + "axis.line.x": "axe.ligne.x", + "axis.line.y": "axe.ligne.y", + "axis.text": "axe.texte", + "axis.text.x": "axe.texte.x", + "axis.text.x.top": "axe.texte.x.haut", + "axis.text.y": "axe.texte.y", + "axis.text.y.right": "axe.texte.y.droit", + "axis.ticks": "axe.ticks", + "axis.ticks.length": "axe.ticks.longueur", + "axis.ticks.x": "axe.ticks.x", + "axis.ticks.y": "axe.ticks.y", + "axis.title": "axe.titre", + "axis.title.x": "axe.titre.x", + "axis.title.x.top": "axe.titre.x.haut", + "axis.title.y": "axe.titre.y", + "axis.title.y.right": "axe.titre.y.droit", + "bartels": "bartels", + "bartlett": "bartlette", + "beta": "bêta", + "between": "entre", + "binary": "binaire", + "binom.test": "binom.teste", + "boot": "démarrer", + "boundary": "limite", + "boxcox": "boxcox", + "br": "br", + "br2": "br2", + "broken": "cassé", + "browser (f)": "navigateur (f)", + "bu": "bu", + "butt": "butt", + "bw": "bw", + "by": "par ", + "c( )": "c( )", + "caption": "légende", + "car (f)": "voiture (f)", + "cat": "cat", + "cb_safe": "cb_safe", + "ceiling": "plafond", + "children": "enfants", + "chisq": "chisq", + "choose": "choisir", + "ci": "ci", + "circular": "circulaire", + "cividis": "cividis", + "classic": "classique", + "cloglog": "cloglog", + "cloud": "nuage", + "cm": "cm", + "cmh": "cmh", + "coefficient": "coefficient", + "coin (f)": "pièce (f)", + "collapse": "Réduire", + "collate": "collationner", + "color (f)": "couleur (f)", + "combine": "combiner", + "confint": "confiner", + "conover": "conover", + "cont": "cont", + "contract_sector": "secteur_contrat", + "contract_title": "titre_contrat", + "cor": "cor", + "cos": "cos", + "count": "compter", + "country": "pays ", + "cov": "cov", + "cp": "cp", + "crc32": "crc32", + "cross": "croix", + "cs": "cs", + "csmk": "csmk", + "csv": "csv", + "cumdist": "cumdist", + "cummax": "cummax", + "cummean": "cummoyenne", + "cummin": "cummin", + "cumsum": "cumsomme", + "cv": "cv", + "d": "d", + "d_in_m": "d_dans_m", + "d_rank": "d_rang", + "daily": "quotidien", + "data": "données", + "data.frame(data=matrix(data=NA": "data.frame(data=matrice(data=NA", + "date": "date", + "date_stamp": "date_timbre", + "datetime": "date-heure", + "davies": "davies", + "day": "jour", + "day of the month (01-31)": "jour du mois (01-31)", + "day of the month (1-31)": "jour du mois (1-31)", + "day of the week": "jour de la semaine", + "days": "jours", + "death (L)": "mort (L)", + "default": "par défaut", + "deg": "deg", + "degrees": "degrés", + "detect": "détecter", + "dice": "dé", + "died (L)": "mort (L)", + "diff": "diff", + "digamma": "digamma", + "distill": "distiller", + "distinct": "distincts", + "dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain", + "dlgSetupForDataEntry": "dlgSetupForDataEntry", + "dmy": "dmy", + "dna (f)": "dna (f)", + "dob (D)": "dob (D)", + "drop": "supprimer", + "dummy": "factice", + "duncan": "duncan", + "duplicated": "dupliqué", + "durbin": "durbin", + "durbinWatsonTest": "durbinWatsonTest", + "education (f)": "éducation (f)", + "ela": "ela", + "employment (f)": "emploi (f)", + "encode ": "encoder ", + "end": "fin", + "erlevd": "erlevd", + "exact": "exacts", + "exp": "exp", + "expand": "agrandir", + "extRemes": "extrêmes", + "extract": "extraire", + "extract2": "extrait2", + "eye (f)": "oeil (f)", + "fact": "fait", + "factor": "facteur ", + "factor ": "facteur  ", + "fevd": "fevd", + "findpars": "trouverpars", + "first": "premier", + "fiscal_year": "année_fiscale", + "fisyat": "fisyat", + "fixed": "fixé", + "fligner": "fligner", + "floor": "étage", + "frLabels:": "frLabels:", + "friedman": "friedman", + "gamma": "gamma", + "gender (f)": "sexe (f)", + "glm": "glm", + "glm.nb": "glm.nb", + "glmer": "glmer", + "glmmPQL": "glmmPQL", + "gpa": "gpa", + "grade": "grade", + "grade_level (f)": "niveau_grade (f)", + "grey": "gris", + "group (f)": "groupe (f)", + "grpTickLength": "Longueur de ticket grp", + "hair (f)": "cheveux (f)", + "height": "hauteur", + "hour": "heure", + "hours": "heures", + "hydroGOF ": "hydroGOF ", + "identity": "identité", + "ifelse": "si autre", + "inches": "pouces", + "income": "revenu", + "indices selected out of": "indices sélectionnés en dehors de", + "inferno": "infernale", + "infreq": "infreq", + "inorder": "dans l'ordre", + "inseq": "inséq", + "intercept": "intercepter", + "iq": "iq", + "is false": "est faux", + "is true": "est vrai", + "is.fixedfevd": "est.fixéfevd", + "is.na": "est.na", + "j:": "j:", + "kge": "kge", + "klotz": "klotz", + "koziol": "koziol", + "kruskal": "kruskal", + "ks": "ks", + "kurtosis": "coefficient d’aplatissement", + "l()": "l()", + "label": "étiquette", + "labelled ": "étiqueté ", + "lag": "décalage", + "language (f)": "langue (f)", + "lanzante": "lanzante", + "last": "dernier", + "lbeta": "lBêta", + "lbl": "lbl", + "lchoose": "lchoisir", + "lda": "lda", + "lead": "prospect", + "leap": "saut", + "legend bty": "légende bty", + "legend.background": "légendes.arrière-plan", + "legend.box.background": "légendes.boite.arrière-plan", + "legend.box.margin": "espacement.cases.marge", + "legend.box.spacing": "espacement.cases.légende", + "legend.key": "clé.légend", + "legend.key.height": "légende.clé.hauteur", + "legend.key.size": "légende.clé.taille", + "legend.key.width": "légende.clé.largeur", + "legend.margin": "légende.marge", + "legend.spacing": "espacement.légende", + "legend.spacing.x": "espacement.légende.x", + "legend.spacing.y": "espacement.légende.y", + "legend.text": "texte.légende", + "legend.text.align": "légende.texte.alignement", + "legend.title": "légende.titre", + "legend.title.align": "légende.titre.alignement", + "length": "longueur", + "letters": "lettres", + "levd": "levd", + "level": "niveau", + "lfact": "lfact", + "lgamma": "lgamma", + "light": "lumière", + "likert (o.f)": "likert (o.f)", + "line": "ligne", + "linedraw": "tracé des lignes", + "linkert7 (o.f)": "linkert7 (o.f)", + "lm": "lm", + "lme4": "lme4", + "lmer": "lmer", + "locate": "localiser", + "locate2": "localiser2", + "loess": "loess", + "log": "log", + "log10": "log10", + "log1p": "log1p", + "log2": "log2", + "logical": "logique", + "logistic": "logistique", + "logit": "logit", + "loglin": "loglin", + "loglm": "loglm", + "lorem_ipsum (c)": "lorem_ipsum (c)", + "lower": "inférieures", + "lowess": "basse", + "lqs": "lqs", + "lr.Test": "lr.Teste", + "lump": "morceau", + "m": "m", + "mNSE": "mNSE", + "m_rank": "m_grade", + "mad": "mad", + "mae": "mae", + "magma": "magma", + "mantelhaen": "mantelhaen", + "mariadb_climsoft_db_v4": "mariadb_escalade_db_v4", + "mariadb_climsoft_test_db_v4": "mariadb_climsoft_test_db_v4", + "marital (f)": "matrimonial (f)", + "match": "correspondance", + "math": "math", + "mauchly": "mauchly", + "max": "max", + "mc": "mc", + "mca": "mca", + "mcnemar": "mcnemar", + "md": "md", + "md5": "md5", + "mdy": "mdy", + "me": "me", + "mean": "moyenne", + "median": "médiane", + "medianHL": "medianHL", + "method_type": "type_méthode", + "military (f)": "militaire (f)", + "min": "min", + "minimal": "minimum", + "minute (00-59)": "minute (00-59)", + "miss": "manquer", + "mk": "mk", + "mm": "mm", + "mm(Large or negative Value)": "mm (grande ou valeur négative)", + "mmk ": "mmk ", + "mode": "mode", + "mode1": "mode1", + "month": "mois", + "month (f)": "mois (f)", + "monthly": "mensuel ", + "monthly average": "moyenne mensuelle", + "months ": "mois ", + "mood": "humeur", + "moving": "déplacement", + "movmax": "dépmax", + "movmean": "dépmoyen", + "movmed": "dépmed", + "movmin": "dépmin", + "movsum": "dépsomme", + "mse": "mse", + "murmur32": "murmur32", + "n": "n", + "n:": "n:", + "n_distinct": "n_distincts", + "naapprox": "naapprox", + "naest": "naest", + "nafill": "nafill", + "name (c)": "nom (c)", + "nasplin": "nasplin", + "ncvTest": "Test ncv", + "near": "près de", + "neighbouring average": "moyenne voisine", + "nlmer": "nlmer", + "nls": "nls", + "no_bids_considered": "aucune_offre_considérée", + "no_bids_received": "aucune_offre_reçue", + "non miss": "non manque", + "nonadditivity ": "nonadditivité ", + "normal": "normale", + "nrmse": "nrmse", + "nth": "nième", + "ntile": "ntile", + "oneway": "unique", + "or Named Region:": "ou région nommée:", + "or matching values 1 to n": "ou les valeurs correspondantes 1 à n", + "order": "ordre", + "original_contract_value": "valeur_contrat_original", + "other": "autre", + "outlierTest": "test des aberrations", + "pad": "tampon", + "pairwise.Prop": "par-paire.Prop", + "pairwise.t": "par-paire.t", + "pairwise.wilcox": "par-paire.wilcox", + "panel.background": "panneau.arrière-plan", + "panel.border": "panneau.bordure", + "panel.grid": "panneau.grille", + "panel.grid.major": "panneau.grille.majeure", + "panel.grid.major.x": "panneau.grille.majeure.x", + "panel.grid.major.y": "panneau.grille.majeure.y", + "panel.grid.minor": "panneau.grille.mineur", + "panel.grid.minor.x": "panel.grille.mineur.x", + "panel.grid.minor.y": "panneau.grille.mineur.y", + "panel.spacing": "espacement.du.panneau", + "panel.spacing.x": "espacement.du.panneau.x", + "panel.spacing.y": "espacement.du.panneau.y", + "pbeta": "pbêta", + "pbias": "pbias", + "pbiasfdc": "pbiasfdc", + "pbinom": "pbinom", + "pbirth": "pnaissance", + "pchisq": "pchisq", + "pcor ": "pcor ", + "percentages": "pourcentages", + "pet (f)": "pet (f)", + "pettitt ": "pettitt ", + "pf": "pf", + "pgamma": "pgamma", + "pi": "pi", + "plasma": "plasma", + "plot ": "graphique", + "plot.background": "graphique.fond", + "plot.caption": "graphique.légende", + "plot.fevd": "graphique.fevd", + "plot.margin": "graphique.marge", + "plot.subtitle": "graphique.sous-titre", + "plot.title": "graphique.titre", + "pm": "soir", + "pmax": "pmax", + "pmin": "pmin", + "pmk ": "pmk ", + "pnbin": "pnbin", + "pnorm": "pnorm", + "points": "points", + "poisson": "poisson", + "political (f)": "politique (f)", + "polr": "polr", + "power.anova": "anova.puissance", + "power.prop": "prop.puissance", + "power.t": "puissance.t", + "ppois": "ppois", + "ppr": "ppr", + "precip": "precip", + "predict": "prédire", + "prediction": "prédiction", + "primary (f)": "primaire (f)", + "princomp": "princomp", + "print": "imprimer", + "print.fevd": "imprimer.fevd", + "probability": "probabilité", + "probit": "probité", + "procurement_category": "catégorie_achat", + "procuring_authority": "autorité_acquise", + "prop": "prop", + "prop.test": "prop.test", + "prop.trend": "prop.tendance", + "propn": "propn", + "proportion": "proportion", + "pscore": "pscore", + "pt": "pt", + "q-Gram Distance": "distance q-Gram", + "q1": "q1", + "q3": "q3", + "qbeta": "qbeta", + "qbinom": "qbinom", + "qbirth": "qnaissance", + "qchisq": "qchisq", + "qda": "qda", + "qf": "qf", + "qgamma": "qgamma", + "qnbin": "qnbin", + "qnorm": "qnorm", + "qpois": "qpois", + "qq": "qq", + "qt": "qt", + "quade": "quade", + "quadrant": "quadrant", + "qual": "qual", + "quantile": "quantile", + "quarter": "quart", + "rNSE": "rNSE", + "rPearson": "rPearson", + "rSD": "rSD", + "r_rank": "r_rang", + "race (f)": "race (f)", + "rad": "rad", + "radians": "radians", + "rain days": "jours de pluie", + "range": "étendue", + "rd": "rd", + "reciprocal": "réciproque", + "recode": "recoder", + "rect": "rect", + "regex": "regex", + "region": "région ", + "relevel": "reniveau", + "religion (f)": "religion (f)", + "remove": "supprimer", + "remove2": "supprimer2", + "reorder": "réordonner", + "rep": "rép", + "replace": "remplacer", + "replace2": "remplacer2", + "residuals": "résiduels", + "reverse": "inversé", + "rho": "rho", + "rlm": "rlm", + "rmse": "rmse", + "round": "arrondi", + "row(s)": "ligne(s)", + "rrod ": "rrod", + "rsd": "rsd", + "rsr": "rr", + "sat": "sat", + "savage": "sauvage", + "scheffe": "scheffe", + "sd": "sd", + "seasonal average": "moyenne saisonnière", + "sec": "sec", + "second (00-59)": "deuxième (00-59)", + "seconds": "secondes", + "segmented": "segmenté", + "selected variable": "variable sélectionnée", + "sens ": "sens ", + "sentence (c)": "phrase (c)", + "seq": "seq", + "sex (f)": "sexe (f)", + "sex_inclusive (f)": "sex_inclusif (f)", + "sha1": "sha1", + "sha256": "sha256", + "sha512": "sha512", + "shapiro": "shapiro", + "shift": "décalage ", + "short": "court", + "shuffle": "mélanger", + "siginf": "siginf", + "sign": "signer", + "signature_date": "date_de_signature", + "sin": "sin", + "skew": "incliner", + "slope": "pente", + "smk ": "smk ", + "smokes (L)": "fumée (L)", + "snh ": "snh ", + "sort": "trier", + "spearman": "spearman", + "specify1": "spécifier1", + "specify2": "spécifier2", + "specify3": "spécifier3", + "speed": "vitesse", + "spline": "spline", + "split": "fractionner", + "sqrt": "racine", + "square": "carré", + "squish ": "grincer ", + "ssens ": "ssens ", + "ssq": "ssq", + "starts": "début", + "state (f)": "état (f)", + "stats": "stats", + "string (c)": "chaîne (c)", + "strip.background": "strip.arrière-plan", + "strip.placement": "strip.placement", + "strip.switch.pad.grid": "strip.changer.tampon.grille", + "strip.switch.pad.wrap": "strip.changer.tampon.enveloppe", + "strip.text": "strip.texte", + "strip.text.x": "strip.texte.x", + "strip.text.y": "Texte de la bande", + "sub.title": "sous-titre", + "sum": "somme", + "summary": "résumé", + "summary.fevd": "summary.fevd", + "sunh": "soleilh", + "sunshine hours": "heures de soleil", + "swap Parameters": "changer les paramètres", + "t": "t", + "taha": "taha", + "tall": "haut", + "tan": "brun tanné", + "text": "texte", + "time": "Heure", + "title": "titre", + "tmax": "tmax ", + "tmin": "tmin ", + "to": "à", + "tr": "tr", + "trigamma": "trigamma", + "trim": "couper", + "trunc": "tronquer", + "unknown": "inconnue", + "upper": "supérieur", + "upper (c)": "supérieur (c)", + "v3.0 Daily Rainfall": "v3.0 Pluie Journalière", + "v3.0 Dekadal Rainfall": "v3.0 Pluie de Dekadal", + "v3.0 Monthly Rainfall": "v3.0 Pluie mensuelle", + "v3.0 Monthly Rainfall (Calculated)": "v3.0 Pluie mensuelle (Calculée)", + "v3.1 Daily Rainfall": "v3.1 Pluie Journalière", + "v3.1 Daily Rainfall Complete (Filled)": "v3.1 Pluie Quotidienne Complétée (Complète)", + "v3.1 Dekadal Rainfall": "v3.1 Dekadal Rainfall", + "v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 Pluie mortelle Pluie complète (remplie)", + "v3.1 Monthly Rainfall": "v3.1 Pluie Mensuelle", + "v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Pluie Mensuelle Complète (Fille)", + "valid (L)": "valid (L)", + "var": "var", + "variable": "variable", + "vcov": "vcov", + "viridis": "viridis", + "von_mises": "von_mises", + "vonmises": "vonmises", + "waerden": "waerden", + "wakefield::r_data_theme(n = 100": "wakefield::r_thème_de_donnée(n = 100", + "waller ": "waller ", + "wd": "wd", + "wday": "wjour", + "when": "quand", + "which": "qui", + "wilcox": "wilcox", + "wilcoxsign": "wilcoxsign", + "winner_country": "pays_gagnant", + "winner_name": "nom_gagnant", + "wrappednormal": "enveloppénormal", + "ws": "ws", + "xxhash32": "xxhash32", + "xxhash64": "xxhash64", + "yday": "yjour", + "year": "année", + "ymd": "ymd" } \ No newline at end of file diff --git a/instat/translations/pt/pt_r_instat_menus.json b/instat/translations/pt/pt_r_instat_menus.json index 0a1b222b23a..f21d28b74c9 100644 --- a/instat/translations/pt/pt_r_instat_menus.json +++ b/instat/translations/pt/pt_r_instat_menus.json @@ -1,431 +1,444 @@ { - " Column Metadata...": " Metadados da Coluna...", - " Data Frame Metadata...": " Data Frame Metadata...", - " Log Window...": " Janela de Log...", - " Script Window...": " Janela de script...", - "&Copy": "&Copiar", - "&Open": "&Abrir", - "&Paste": "Colar", - "&Save": "&Salvar", - "ANOVA General...": "Geralmente ANOVA...", - "About R": "Sobre R", - "About R-Instat": "Sobre R-Instat", - "Acknowledgements": "Reconhecimentos", - "Add Comment...": "Adicionar Comentário...", - "Add Key...": "Adicionar Chave...", - "Add Link...": "Adicionar link...", - "Additional": "Adicional", - "Annual Rainfall...": "Chuva anual...", - "Anonymise ID Column...": "Anonymise ID Column...", - "Append Data Frames...": "Anexar molduras de dados...", - "Append...": "Aplicar...", - "Augment...": "Aumento", - "Bar Chart...": "Gráfico de Barras...", - "Boxplot...": "Boxplot...", - "CM SAF": "CM SAF", - "Calculate Corruption Risk Index (CRI)...": "Calcular Índice de Risco de Corrupção (CRI)...", - "Calculate DIfference Between Options...": "Calcular diferença entre opções...", - "Calculation...": "Cálculo...", - "Calculator...": "Calculadora...", - "Canonical Correlations...": "Correlações Canônicas...", - "Case Study Guide": "Guia de estudo de caso", - "Categorical": "Categorizado", - "Change Format Day Month...": "Mudar Formato Dia Mês...", - "Check Data": "Verificar dados", - "Check Station Locations...": "Verificar Locais da Estação...", - "Check for Updates...": "Verificar por Atualizações...", - "Chi-square Test...": "Teste de Chi-square", - "Circlize...": "Circlizar...", - "Circular": "Circular", - "Circular Plots...": "Plotagens Circulares...", - "Circular...": "Círculo...", - "Clear Output Window...": "Limpar Janela de Saída...", - "Cliboxplot...": "Cliboxplot...", - "Climate Methods": "Métodos Climáticos", - "Climatic": "Climática", - "Climatic Menu": "Menu Climático", - "Climatic Summaries...": "Sumários Climáticos...", - "Climatic...": "Climática...", - "Climdex...": "Escalada...", - "Cliplot...": "Cliplot...", - "Close Data Book": "Fechar Livro de Dados", - "Colour by Property...": "Cor por propriedade...", - "Column Metadata": "Metadados da coluna", - "Column Structure...": "Estrutura da Coluna...", - "Column Summaries...": "Resumo das Colunas...", - "Column: Calculate": "Coluna: Calcular", - "Column: Date": "Coluna: Data", - "Column: Define": "Coluna: Definir", - "Column: Factor": "Coluna: Fator", - "Column: Text": "Coluna: Texto", - "Combine Factors...": "Combinar Fatores...", - "Combine Graphs...": "Combinar Gráficos...", - "Combine...": "Combinar...", - "Compare": "Comparar", - "Compare Columns...": "Comparar Colunas...", - "Compare Models": "Comparar modelos", - "Compare Models...": "Comparar modelos...", - "Compare Multiple Options...": "Comparar Múltiplas Opções...", - "Compare Two Options...": "Comparar duas opções...", - "Conditional Quantiles...": "Quantidades Condicionais...", - "Contrasts...": "Contrastes...", - "Conversions...": "Conversões...", - "Convert Columns...": "Converter colunas...", - "Convert To Factor...": "Converter em Fator...", - "Convert...": "Converter...", - "Copy": "copiar", - "Copy Data Frame...": "Copiar Estrutura de Dados...", - "Copy Special": "Copiar Especial", - "Correlations (Red Flags or others)...": "Correlações (bandeiras vermelhas ou outras)...", - "Correlations...": "Correlações...", - "Corruption Risk Index": "Índice de Risco Corrupção", - "Count Records...": "Contar recordes...", - "Count in Factor...": "Contagem no Fator ...", - "Create Climate Object...": "Criar Objecto Climático...", - "Crop": "Recortar", - "Crop Coefficients...": "Cortar Coeficientes...", - "Crops...": "Colheitas...", - "Cummulative Exceedance...": "Excesso acumulado...", - "Cumulative Distribution...": "Distribuição cumulativa...", - "Cumulative/Exceedance Graph...": "Gráfico Cumulativo/Excedente...", - "Cut": "Recortar", - "Daily Data Entry...": "Entrada de dados diários...", - "Data Frame": "Estrutura de dados", - "Data Frame Metadata": "Data Frame Metadado", - "Data Frame Metadata...": "Data Frame Metadata...", - "Data Manipulation": "Manipulação de dados", - "Data Object": "Objeto de dados", - "Data Reshape": "Reformulação de dados", - "Data View": "Visualização de dados", - "Data View (Spreadsheet)": "Exibição de dados (planilha)", - "Datasets": "Datasets", - "Dates": "Datas", - "Day Month...": "Dia do Mês...", - "Define Climatic Data...": "Definir dados climáticos...", - "Define Contract Value Categories...": "Definir categorias de valor do contrato...", - "Define Corruption Risk Output Variables...": "Definir Variáveis de Risco de Corrupção...", - "Define Options by Context Data...": "Definir opções por dados de contexto...", - "Define Procurement Data...": "Definir Dados de Procurement", - "Define Red Flag Variables...": "Definir Variáveis da Bandeira Vermelha...", - "Define...": "Definir...", - "Delete Columns/Rows...": "Excluir colunas/linhas...", - "Delete Data Frames...": "Excluir molduras de dados...", - "Delete Metadata...": "Excluir Metadados...", - "Delete...": "Excluir...", - "Density Plot...": "Gráfico de Densidade...", - "Describe": "Descrever", - "Display DOY of Year...": "Exibir FAIXO do Ano...", - "Display Daily...": "Exibir Diário...", - "Display Rain Running Total...": "Exibir Totais de Chuva...", - "Display Spell Length...": "Mostrar comprimento da magia...", - "Display Top N...": "Exibir Top N...", - "Distance...": "Distância...", - "Dot Plot...": "Gráfico de Pontos...", - "Dummy Variables...": "Variáveis fictícias...", - "Duplicate Column...": "Duplicar coluna...", - "Duplicates...": "Duplicadas...", - "Edit": "Alterar", - "End of Rain...": "Fim da chuva...", - "End of Rains...": "Fim das Chuvas...", - "Enter...": "Inserir...", - "Evaporation": "Evaporção", - "Evapotranspiration...": "Evapotranspiração...", - "Exact Results...": "Resultados exatos...", - "Examine...": "Examinar...", - "Exit": "Sair", - "Export": "Exportação", - "Export CPT to Tabular...": "Exportar CPT para Tabular...", - "Export Dataset...": "Exportar Dataset...", - "Export Graph As Image...": "Exportar Gráfico como Imagem...", - "Export R Objects...": "Exportar Objetos R...", - "Export R Workspace...": "Exportar Espaço R...", - "Export To OpenRefine...": "Exportar para OpenRefine...", - "Export for PICSA...": "Exportar para PICSA...", - "Export to CM SAF R Toolbox...": "Exportar para o CM SAF R Toolbox...", - "Export to CPT...": "Exportar como CPT...", - "Export to World Weather Records...": "Exportar para registros meteorológicos mundiais...", - "Extreme Events...": "Eventos Extremo...", - "Extremes...": "Extremes...", - "Factor Data Frame...": "fatorar Estrutura de Dados...", - "File": "Arquivo", - "Fill Date Gaps...": "Preencher lacunas de data...", - "Fill Missing Values...": "Preencher Valores Faltantes...", - "Filter by Country (or other)...": "Filtrar por País (ou outro)...", - "Filter...": "Filtrar...", - "Find": "Localizar", - "Find Next": "Localizar Próximo", - "Find/Replace...": "Localizar/Substituir...", - "Fit Model": "Ajustar Modelo", - "Fit Model Keyboard...": "Ajustar teclado do modelo...", - "Fit Model...": "Ajustar Modelo...", - "Four Variables...": "Quatro variáveis...", - "Freeze Columns...": "Congelar colunas...", - "Frequencies...": "Frequências...", - "Frequency Tables...": "Tabelas de frequência...", - "General": "Gerais", - "General Fit Model...": "Modelo Geral...", - "General Summaries...": "Resumos Gerais...", - "General...": "Geral...", - "Generate Dates...": "Gerar Dados...", - "Getting Started": "Primeiros passos", - "Glance...": "Resumo...", - "Glossary": "Glossary", - "Goodness of Fit...": "Bondade de Encaixa...", - "Graph...": "Gráfico...", - "Graphics": "Gráficos", - "Graphics...": "Gráficos...", - "Guides": "Guias", - "He&lp": "&Help", - "Heat Sum...": "Heat Sum...", - "Help": "Socorro", - "Hide/Show Columns...": "Ocultar/Mostrar Colunas...", - "Hide/Show Data Frames...": "Ocultar/Mostrar Molduras de Dados...", - "Histogram...": "Histograma...", - "History and FAQ": "Histórico e FAQ", - "Homogenization...": "Homogeneização...", - "Hypothesis Tests Keyboard...": "Teclado de testes de hipóteses...", - "Import From CLIDATA...": "Importar do CLIDATA...", - "Import From Databases...": "Importar do banco de dados...", - "Import From OpenRefine...": "Importar do OpenRefine...", - "Import and Tidy NetCDF File...": "Importar e Tidy NetCDF Arquivo...", - "Import and Tidy NetCDF...": "Importar e Tidy NetCDF...", - "Import and Tidy Shapefile...": "Importar e Tidy Shapefile...", - "Import daily Data...": "Importar dados diários...", - "Import from CDS (Climate Data Store)...": "Importar do CDS (Loja de Dados Climáticos)...", - "Import from Climsoft Wizard...": "Importar do Climsoft Wizard...", - "Import from Climsoft...": "Importar do Climsoft...", - "Import from IRI Data Library...": "Importar da biblioteca de dados IRI...", - "Indices...": "Indices...", - "Insert Columns/Rows...": "Insert Columns/Rows...", - "Install R Package...": "Instalar pacote R...", - "Instructional videos": "Vídeos de instrução", - "Introduction": "Introdução", - "Inventory...": "Inventário...", - "Jitter...": "Jitter...", - "Keys and Links": "Chaves e Links", - "Length of Season...": "Comprimento da Temporada...", - "Levels/Labels...": "Níveis/Etiquetas...", - "Licence...": "Licença...", - "Line Plot...": "Gráfico da linha...", - "Load Options...": "Opções de Carregamento...", - "Log Linear...": "Log Linear...", - "Log Window": "Janela de Log", - "Low_Flow": "Fluxo_Baixo", - "Make Date...": "Tornar data...", - "Make Factor...": "Fazer Fator...", - "Make Time...": "Tornar hora...", - "Map Country Values...": "Mapear Valores do País...", - "Map...": "Mapa...", - "Mapping": "Mapeamento", - "Markov Modelling...": "Markov Modelo...", - "Match...": "Correspondência...", - "Menus and Dialogs": "Menus e diálogos", - "Merge Additional Data...": "Mesclar dados adicionais...", - "Merge...": "Mesclar...", - "Meta Data": "Meta dados", - "Metadata...": "Metadados...", - "Missing Data Table...": "Tabela de dados ausente...", - "Missing Data...": "Faltando Dados...", - "Missing Values...": "Valores faltando...", - "Model": "Modelo", - "Model...": "Modelo...", - "Monthly Summaries...": "Resumo mensal...", - "More...": "Mais...", - "Mosaic Plot...": "Plotagem mosaica...", - "Multiple Response...": "Resposta Múltipla...", - "Multivariate": "Multariar", - "Multple Lines...": "Múltiplas linhas...", - "NCMP": "NCMP", - "New Data Frame...": "Nova Estrutura de Dados...", - "New Worksheet...": "Nova planilha...", - "No data loaded": "Nenhum dado carregado", - "Non Parameteric One Way ANOVA...": "Não Parâmetro Um Caminho ANOVA...", - "Non Parametric Two Samples...": "Não paramétricos duas amostras...", - "Non Parametric Two Way ANOVA...": "Não paramétrico de dois caminhos ANOVA...", - "Non Parametric...": "Non Parametric...", - "Non-numeric Cases...": "Casos não-numéricos...", - "Numeric": "Numeric", - "One Variable": "Uma Variável", - "One Variable Frequencies...": "Uma Variável Frequências...", - "One Variable Graph...": "Um Gráfico Variável...", - "One Variable Summarise...": "Um Resumo Variável...", - "One Variable...": "Uma Variável...", - "One Way ANOVA...": "Um caminho ANOVA...", - "Open From CSPRO...": "Abrir do CSPRO...", - "Open From File...": "Abrir do Arquivo...", - "Open From Library...": "Abrir da biblioteca...", - "Open From ODK...": "Abrir do ODK...", - "Open SST...": "Abrir SST...", - "Open from file...": "Abrir do arquivo...", - "Open from library...": "Abrir da biblioteca...", - "Options by Context": "Opções por contexto", - "Options by Context Menu": "Opções por menu de contexto", - "Options by Context...": "Opções por Contexto...", - "Options...": "Opções...", - "Other (General)": "Outro (Geral)", - "Other (One Variable)": "Outro (Uma Variável)", - "Other (Three Variable)": "Outra (Três variáveis)", - "Other (Two Variables)": "Outras (duas variáveis)", - "Other Rose Plots": "Outros Gráficos de Rosa", - "Output Window": "Janela de Saída", - "Output for CDT...": "Saída para CDT...", - "Output for CPT...": "Saída para CPT...", - "PICSA": "PICSA", - "Parallel Coordinate Plot...": "Gráfico de Coordenadas Paralelas...", - "Paste": "Colar", - "Penman...": "Penman...", - "Permute Columns...": "Permute Columns...", - "Plot Region...": "Região de terreno...", - "Plotly...": "Plotadamente...", - "Polynomials...": "Polinômios...", - "Prepare": "Prepare", - "Prepare to Share (sdc package)...": "Prepare-se para compartilhar (sdc pacote)...", - "Principal Components...": "Componentes principais...", - "Print Preview...": "Visualização de Impressão", - "Print...": "Print...", - "Probability Distributions": "Distribuições de Probabilidade", - "Process...": "Processandochar@@0", - "Procurement": "Compensação", - "Procurement Menu": "Menu Procurement", - "Procurement...": "Procureção...", - "Protect Column...": "Proteger a coluna...", - "QC Rainfall...": "Chuva de QC...", - "QC Temperatures...": "Temperaturas do QC...", - "R Objects": "Objetos R", - "R Packages and Commands...": "R Pacotes e Comandos ...", - "R Viewer...": "Visualizar R...", - "R packages in R-Instat": "Pacotes R em R-Instat", - "R-Instat": "R-Instat", - "R-Instat website": "Site R-Instat", - "Rain Count...": "Contagem de Chuva...", - "Rainfall Graph...": "Gráfico de chuva...", - "Rainfall...": "Chuva...", - "Rains Statistics...": "Recebe Estatísticas...", - "Random Samples (Use Model)...": "Amostras Aleatórias (Usar Model)...", - "Random Samples...": "Amostras aleatórias...", - "Random Subset...": "Subconjunto aleatório...", - "Rank...": "Classificação...", - "Rating Data...": "Avaliando Dados...", - "Recent": "Recente", - "Recode Factor...": "Recodificar Fator ...", - "Recode Numeric into Quantiles...": "Recodificar Numéricos em Quantidades...", - "Recode Numeric...": "Recode Numeric...", - "Reference Level...": "Nível de Referência...", - "Region Average...": "Média da Região...", - "Regression...": "Regressão...", - "Regular Sequence...": "Sequência Regular...", - "Rename Column...": "Renomear coluna...", - "Rename Data Frame...": "Renomear Estrutura de Dados...", - "Rename Metadata...": "Rename Metadata...", - "Rename...": "Renomear...", - "Reorder Columns...": "Reordenar Colunas...", - "Reorder Data Frames...": "Reordenar Molduras de Dados...", - "Reorder Levels...": "Reordenar Níveis...", - "Reorder Metadata...": "Reordenar Metadados...", - "Reorder...": "Reorder...", - "Replace": "Substituir", - "Replace Values...": "Substituir Valores...", - "Reset to Default Layout": "Redefinir ao Layout Padrão", - "Restart R": "Reiniciar R", - "Row Numbers/Names...": "Números da linha/Nomes...", - "Row Summaries...": "Linhas sumárias...", - "Rug Plot...": "Caixa de tapete...", - "Run All": "Executar todos", - "Run R Code...": "Executar Código R...", - "SPI/SPEI...": "ESPI/ESPANE...", - "Save As": "Salvar Como", - "Save Current Options...": "Salvar opções atuais...", - "Save Data As...": "Salvar dados como...", - "Save Log As...": "Salvar Log Como...", - "Save Output As...": "Salvar saída como...", - "Save Script As...": "Salvar Script Como...", - "Save...": "Salvar...", - "Scatter Plot...": "Caixa de dispersão", - "Scatterplot...": "Escatterplot...", - "Script Window": "Janela de Script", - "Script Window...": "Janela de script...", - "Seasonal Forecast Support": "Suporte de previsão sazonal", - "Seasonal Plot...": "Plotagem sazonal...", - "Seasonal Summary Rain...": "Chuva sumária de temporada...", - "Seasonal Summary...": "Resumo sazonal...", - "Select All ": "Selecionar Todos ", - "Set Factor Reference Level...": "Definir Nível de Referência do Fator...", - "Setup for Data Entry...": "Configuração para Entrada de Dados...", - "Shift Daily Data...": "Shift Dados Diários...", - "Show Model...": "Mostrar Modelo...", - "Simple Regression...": "Regressão simples...", - "Simple With Groups...": "Simples com grupos...", - "Site...": "Site...", - "Sort...": "Ordenar...", - "Specific": "Específico", - "Spells...": "Spells...", - "Split...": "Dividir...", - "Stack Daily data...": "Pilha de dados diários...", - "Stack...": "Empilhar...", - "Start": "Iniciar", - "Start of Rain...": "Início da chuva...", - "Start of the Rains...": "Início das chuvas...", - "Structured": "Estruturado", - "Structured Menu": "Menu estruturado", - "Subset...": "Submarto...", - "Summaries...": "Sumários...", - "Summarise CRI by Country (or other)...": "Resumo CRI por país (ou outro)...", - "Summarise Red Flags by Country (or other)...": "Resumir bandeiras vermelhas por país (ou outro)...", - "Summarise Red Flags by Country and Year (or other)...": "Resumir bandeiras vermelhas por país e ano (ou outro)...", - "Summarise...": "Summarise...", - "Summary Data...": "Dados resumidos...", - "Summary Tables...": "Tabelas resumidas...", - "Summary...": "Summary...", - "Sunshine/Radiation...": "Brilhante/Radiação...", - "Survival": "Sobrevivência", - "Swap Data and Metadata": "Trocar Dados e Metadados", - "Tabulation...": "Tabulação", - "Taylor Diagram...": "Diagramas de Taylor...", - "Temperature...": "Temperatura...", - "Themes...": "Temas...", - "Three Summaries...": "Três resumos...", - "Three Variables": "Três variáveis", - "Three Variables...": "Três variáveis...", - "Tidy Daily Data...": "Desfiar dados diários...", - "Tidy and Examine": "Maré e Examinação", - "Tidy...": "Pedalado...", - "Time Series": "Temporal Série", - "Time Series Plot...": "Intervalo de tempo...", - "Timeseries...": "Tempos...", - "Tools": "Ferramentas", - "Transform...": "Transformar...", - "Transpose...": "Transpor...", - "Treemap...": "Treemap...", - "Trend Graphs...": "Gráficos de tendência...", - "Two Samples...": "Duas amostras...", - "Two Variable Frequencies by Sector (or other)...": "Duas frequências variáveis de setor (ou outra)...", - "Two Variables": "Duas Variáveis", - "Two Variables...": "Duas Variáveis...", - "Unstack Daily Data...": "Desempilhar dados diários...", - "Unstack...": "Desempilhar...", - "Unused Levels...": "Níveis não utilizados...", - "Use Award Date (or other)...": "Usar Data de Prêmio (ou outro)...", - "Use Date...": "Usar data...", - "Use Graph...": "Usar gráfico...", - "Use Model": "Usar modelo", - "Use Model Keyboard...": "Usar teclado modelo...", - "Use Summaries...": "Usar resumos...", - "Use Time...": "Usar Hora...", - "Variables": "Variáveis", - "Variogram...": "Variável...", - "View": "Visualizar", - "View Data...": "Ver Dados...", - "View Graph...": "Visualizar gráfico...", - "View Labels...": "Ver Etiquetas...", - "View and Remove Keys...": "Ver e Remover Chaves...", - "View and Remove Links...": "Ver e Remover Links...", - "View...": "Visualizar...", - "Visualise Data...": "Visualizar Dados...", - "Water Balance...": "Saldo da Água...", - "Water Satisfaction Index...": "Índice de satisfação de água...", - "Wind Rose...": "Rosa Venta...", - "Wind Speed/Direction...": "Velocidade do vento...", - "Wind/Pollution Rose...": "Vento/Rosa de poluição...", - "Windows": "Janelas", - "Windrose...": "Pistola..." + " Column Metadata...": " Metadados da Coluna...", + " Data Frame Metadata...": " Data Frame Metadata...", + " Log Window...": " Janela de Log...", + " Script Window...": " Janela de script...", + "&Copy": "&Copiar", + "&Open": "&Abrir", + "&Paste": "Colar", + "&Save": "&Salvar", + "ANOVA General...": "Geralmente ANOVA...", + "About R": "Sobre R", + "About R-Instat": "Sobre R-Instat", + "Acknowledgements": "Reconhecimentos", + "Add Comment...": "Adicionar Comentário...", + "Add Key...": "Adicionar Chave...", + "Add Link...": "Adicionar link...", + "Additional": "Adicional", + "Annual Rainfall...": "Chuva anual...", + "Anonymise ID Column...": "Anonymise ID Column...", + "Append Data Frames...": "Anexar molduras de dados...", + "Append...": "Aplicar...", + "Augment...": "Aumento", + "Bar Chart...": "Gráfico de Barras...", + "Boxplot...": "Boxplot...", + "CM SAF": "CM SAF", + "Calculate Corruption Risk Index (CRI)...": "Calcular Índice de Risco de Corrupção (CRI)...", + "Calculate DIfference Between Options...": "Calcular diferença entre opções...", + "Calculation...": "Cálculo...", + "Calculator...": "Calculadora...", + "Canonical Correlations...": "Correlações Canônicas...", + "Case Study Guide": "Guia de estudo de caso", + "Categorical": "Categorizado", + "Change Format Day Month...": "Mudar Formato Dia Mês...", + "Check Data": "Verificar dados", + "Check Station Locations...": "Verificar Locais da Estação...", + "Check for Updates...": "Verificar por Atualizações...", + "Chi-square Test...": "Teste de Chi-square", + "Circlize...": "Circlizar...", + "Circular": "Circular", + "Circular Plots...": "Plotagens Circulares...", + "Circular...": "Círculo...", + "Clear Output Window...": "Limpar Janela de Saída...", + "Cliboxplot...": "Cliboxplot...", + "Climate Methods": "Métodos Climáticos", + "Climatic": "Climática", + "Climatic Menu": "Menu Climático", + "Climatic Summaries...": "Sumários Climáticos...", + "Climatic...": "Climática...", + "Climdex...": "Escalada...", + "Cliplot...": "Cliplot...", + "Close Data Book": "Fechar Livro de Dados", + "Colour by Property...": "Cor por propriedade...", + "Column Metadata": "Metadados da coluna", + "Column Structure...": "Estrutura da Coluna...", + "Column Summaries...": "Resumo das Colunas...", + "Column: Calculate": "Coluna: Calcular", + "Column: Date": "Coluna: Data", + "Column: Define": "Coluna: Definir", + "Column: Factor": "Coluna: Fator", + "Column: Text": "Coluna: Texto", + "Combine Factors...": "Combinar Fatores...", + "Combine Graphs...": "Combinar Gráficos...", + "Combine...": "Combinar...", + "Compare": "Comparar", + "Compare Columns...": "Comparar Colunas...", + "Compare Models": "Comparar modelos", + "Compare Models...": "Comparar modelos...", + "Compare Multiple Options...": "Comparar Múltiplas Opções...", + "Compare Two Options...": "Comparar duas opções...", + "Conditional Quantiles...": "Quantidades Condicionais...", + "Contrasts...": "Contrastes...", + "Conversions...": "Conversões...", + "Convert Columns...": "Converter colunas...", + "Convert To Factor...": "Converter em Fator...", + "Convert...": "Converter...", + "Copy": "copiar", + "Copy Data Frame...": "Copiar Estrutura de Dados...", + "Copy Special": "Copiar Especial", + "Correlations (Red Flags or others)...": "Correlações (bandeiras vermelhas ou outras)...", + "Correlations...": "Correlações...", + "Corruption Risk Index": "Índice de Risco Corrupção", + "Count Records...": "Contar recordes...", + "Count in Factor...": "Contagem no Fator ...", + "Create Climate Object...": "Criar Objecto Climático...", + "Crop": "Recortar", + "Crop Coefficients...": "Cortar Coeficientes...", + "Crops...": "Colheitas...", + "Cummulative Exceedance...": "Excesso acumulado...", + "Cumulative Distribution...": "Distribuição cumulativa...", + "Cumulative/Exceedance Graph...": "Gráfico Cumulativo/Excedente...", + "Cut": "Recortar", + "Daily Data Entry...": "Entrada de dados diários...", + "Data Frame": "Estrutura de dados", + "Data Frame Metadata": "Data Frame Metadado", + "Data Frame Metadata...": "Data Frame Metadata...", + "Data Manipulation": "Manipulação de dados", + "Data Object": "Objeto de dados", + "Data Reshape": "Reformulação de dados", + "Data View": "Visualização de dados", + "Data View (Spreadsheet)": "Exibição de dados (planilha)", + "Datasets": "Datasets", + "Dates": "Datas", + "Day Month...": "Dia do Mês...", + "Define Climatic Data...": "Definir dados climáticos...", + "Define Contract Value Categories...": "Definir categorias de valor do contrato...", + "Define Corruption Risk Output Variables...": "Definir Variáveis de Risco de Corrupção...", + "Define Options by Context Data...": "Definir opções por dados de contexto...", + "Define Procurement Data...": "Definir Dados de Procurement", + "Define Red Flag Variables...": "Definir Variáveis da Bandeira Vermelha...", + "Define...": "Definir...", + "Delete Columns/Rows...": "Excluir colunas/linhas...", + "Delete Data Frames...": "Excluir molduras de dados...", + "Delete Metadata...": "Excluir Metadados...", + "Delete...": "Excluir...", + "Density Plot...": "Gráfico de Densidade...", + "Describe": "Descrever", + "Display DOY of Year...": "Exibir FAIXO do Ano...", + "Display Daily...": "Exibir Diário...", + "Display Rain Running Total...": "Exibir Totais de Chuva...", + "Display Spell Length...": "Mostrar comprimento da magia...", + "Display Top N...": "Exibir Top N...", + "Distance...": "Distância...", + "Dot Plot...": "Gráfico de Pontos...", + "Dummy Variables...": "Variáveis fictícias...", + "Duplicate Column...": "Duplicar coluna...", + "Duplicates...": "Duplicadas...", + "Edit": "Alterar", + "End of Rain...": "Fim da chuva...", + "End of Rains...": "Fim das Chuvas...", + "Enter...": "Inserir...", + "Evaporation": "Evaporção", + "Evapotranspiration...": "Evapotranspiração...", + "Exact Results...": "Resultados exatos...", + "Examine...": "Examinar...", + "Exit": "Sair", + "Export": "Exportação", + "Export CPT to Tabular...": "Exportar CPT para Tabular...", + "Export Dataset...": "Exportar Dataset...", + "Export Graph As Image...": "Exportar Gráfico como Imagem...", + "Export R Objects...": "Exportar Objetos R...", + "Export R Workspace...": "Exportar Espaço R...", + "Export To OpenRefine...": "Exportar para OpenRefine...", + "Export for PICSA...": "Exportar para PICSA...", + "Export to CM SAF R Toolbox...": "Exportar para o CM SAF R Toolbox...", + "Export to CPT...": "Exportar como CPT...", + "Export to World Weather Records...": "Exportar para registros meteorológicos mundiais...", + "Extreme Events...": "Eventos Extremo...", + "Extremes...": "Extremes...", + "Factor Data Frame...": "fatorar Estrutura de Dados...", + "File": "Arquivo", + "Fill Date Gaps...": "Preencher lacunas de data...", + "Fill Missing Values...": "Preencher Valores Faltantes...", + "Filter by Country (or other)...": "Filtrar por País (ou outro)...", + "Filter...": "Filtrar...", + "Find": "Localizar", + "Find Next": "Localizar Próximo", + "Find/Replace...": "Localizar/Substituir...", + "Fit Model": "Ajustar Modelo", + "Fit Model Keyboard...": "Ajustar teclado do modelo...", + "Fit Model...": "Ajustar Modelo...", + "Four Variables...": "Quatro variáveis...", + "Freeze Columns...": "Congelar colunas...", + "Frequencies...": "Frequências...", + "Frequency Tables...": "Tabelas de frequência...", + "General": "Gerais", + "General Fit Model...": "Modelo Geral...", + "General Summaries...": "Resumos Gerais...", + "General...": "Geral...", + "Generate Dates...": "Gerar Dados...", + "Getting Started": "Primeiros passos", + "Glance...": "Resumo...", + "Glossary": "Glossary", + "Goodness of Fit...": "Bondade de Encaixa...", + "Graph...": "Gráfico...", + "Graphics": "Gráficos", + "Graphics...": "Gráficos...", + "Guides": "Guias", + "He&lp": "&Help", + "Heat Sum...": "Heat Sum...", + "Help": "Socorro", + "Hide/Show Columns...": "Ocultar/Mostrar Colunas...", + "Hide/Show Data Frames...": "Ocultar/Mostrar Molduras de Dados...", + "Histogram...": "Histograma...", + "History and FAQ": "Histórico e FAQ", + "Homogenization...": "Homogeneização...", + "Hypothesis Tests Keyboard...": "Teclado de testes de hipóteses...", + "Import From CLIDATA...": "Importar do CLIDATA...", + "Import From Databases...": "Importar do banco de dados...", + "Import From OpenRefine...": "Importar do OpenRefine...", + "Import and Tidy NetCDF File...": "Importar e Tidy NetCDF Arquivo...", + "Import and Tidy NetCDF...": "Importar e Tidy NetCDF...", + "Import and Tidy Shapefile...": "Importar e Tidy Shapefile...", + "Import daily Data...": "Importar dados diários...", + "Import from CDS (Climate Data Store)...": "Importar do CDS (Loja de Dados Climáticos)...", + "Import from Climsoft Wizard...": "Importar do Climsoft Wizard...", + "Import from Climsoft...": "Importar do Climsoft...", + "Import from IRI Data Library...": "Importar da biblioteca de dados IRI...", + "Indices...": "Indices...", + "Insert Columns/Rows...": "Insert Columns/Rows...", + "Install R Package...": "Instalar pacote R...", + "Instructional videos": "Vídeos de instrução", + "Introduction": "Introdução", + "Inventory...": "Inventário...", + "Jitter...": "Jitter...", + "Keys and Links": "Chaves e Links", + "Length of Season...": "Comprimento da Temporada...", + "Levels/Labels...": "Níveis/Etiquetas...", + "Licence...": "Licença...", + "Line Plot...": "Gráfico da linha...", + "Load Options...": "Opções de Carregamento...", + "Log Linear...": "Log Linear...", + "Log Window": "Janela de Log", + "Low_Flow": "Fluxo_Baixo", + "Make Date...": "Tornar data...", + "Make Factor...": "Fazer Fator...", + "Make Time...": "Tornar hora...", + "Map Country Values...": "Mapear Valores do País...", + "Map...": "Mapa...", + "Mapping": "Mapeamento", + "Markov Modelling...": "Markov Modelo...", + "Match...": "Correspondência...", + "Menus and Dialogs": "Menus e diálogos", + "Merge Additional Data...": "Mesclar dados adicionais...", + "Merge...": "Mesclar...", + "Meta Data": "Meta dados", + "Metadata...": "Metadados...", + "Missing Data Table...": "Tabela de dados ausente...", + "Missing Data...": "Faltando Dados...", + "Missing Values...": "Valores faltando...", + "Model": "Modelo", + "Model...": "Modelo...", + "Monthly Summaries...": "Resumo mensal...", + "More...": "Mais...", + "Mosaic Plot...": "Plotagem mosaica...", + "Multiple Response...": "Resposta Múltipla...", + "Multivariate": "Multariar", + "Multple Lines...": "Múltiplas linhas...", + "NCMP": "NCMP", + "New Data Frame...": "Nova Estrutura de Dados...", + "New Worksheet...": "Nova planilha...", + "No data loaded": "Nenhum dado carregado", + "Non Parameteric One Way ANOVA...": "Não Parâmetro Um Caminho ANOVA...", + "Non Parametric Two Samples...": "Não paramétricos duas amostras...", + "Non Parametric Two Way ANOVA...": "Não paramétrico de dois caminhos ANOVA...", + "Non Parametric...": "Non Parametric...", + "Non-numeric Cases...": "Casos não-numéricos...", + "Numeric": "Numeric", + "One Variable": "Uma Variável", + "One Variable Frequencies...": "Uma Variável Frequências...", + "One Variable Graph...": "Um Gráfico Variável...", + "One Variable Summarise...": "Um Resumo Variável...", + "One Variable...": "Uma Variável...", + "One Way ANOVA...": "Um caminho ANOVA...", + "Open From CSPRO...": "Abrir do CSPRO...", + "Open From File...": "Abrir do Arquivo...", + "Open From Library...": "Abrir da biblioteca...", + "Open From ODK...": "Abrir do ODK...", + "Open SST...": "Abrir SST...", + "Open from file...": "Abrir do arquivo...", + "Open from library...": "Abrir da biblioteca...", + "Options by Context": "Opções por contexto", + "Options by Context Menu": "Opções por menu de contexto", + "Options by Context...": "Opções por Contexto...", + "Options...": "Opções...", + "Other (General)": "Outro (Geral)", + "Other (One Variable)": "Outro (Uma Variável)", + "Other (Three Variable)": "Outra (Três variáveis)", + "Other (Two Variables)": "Outras (duas variáveis)", + "Other Rose Plots": "Outros Gráficos de Rosa", + "Output Window": "Janela de Saída", + "Output for CDT...": "Saída para CDT...", + "Output for CPT...": "Saída para CPT...", + "PICSA": "PICSA", + "Parallel Coordinate Plot...": "Gráfico de Coordenadas Paralelas...", + "Paste": "Colar", + "Penman...": "Penman...", + "Permute Columns...": "Permute Columns...", + "Plot Region...": "Região de terreno...", + "Plotly...": "Plotadamente...", + "Polynomials...": "Polinômios...", + "Prepare": "Prepare", + "Prepare to Share (sdc package)...": "Prepare-se para compartilhar (sdc pacote)...", + "Principal Components...": "Componentes principais...", + "Print Preview...": "Visualização de Impressão", + "Print...": "Print...", + "Probability Distributions": "Distribuições de Probabilidade", + "Process...": "Processandochar@@0", + "Procurement": "Compensação", + "Procurement Menu": "Menu Procurement", + "Procurement...": "Procureção...", + "Protect Column...": "Proteger a coluna...", + "QC Rainfall...": "Chuva de QC...", + "QC Temperatures...": "Temperaturas do QC...", + "R Objects": "Objetos R", + "R Packages and Commands...": "R Pacotes e Comandos ...", + "R Viewer...": "Visualizar R...", + "R packages in R-Instat": "Pacotes R em R-Instat", + "R-Instat": "R-Instat", + "R-Instat website": "Site R-Instat", + "Rain Count...": "Contagem de Chuva...", + "Rainfall Graph...": "Gráfico de chuva...", + "Rainfall...": "Chuva...", + "Rains Statistics...": "Recebe Estatísticas...", + "Random Samples (Use Model)...": "Amostras Aleatórias (Usar Model)...", + "Random Samples...": "Amostras aleatórias...", + "Random Subset...": "Subconjunto aleatório...", + "Rank...": "Classificação...", + "Rating Data...": "Avaliando Dados...", + "Recent": "Recente", + "Recode Factor...": "Recodificar Fator ...", + "Recode Numeric into Quantiles...": "Recodificar Numéricos em Quantidades...", + "Recode Numeric...": "Recode Numeric...", + "Reference Level...": "Nível de Referência...", + "Region Average...": "Média da Região...", + "Regression...": "Regressão...", + "Regular Sequence...": "Sequência Regular...", + "Rename Column...": "Renomear coluna...", + "Rename Data Frame...": "Renomear Estrutura de Dados...", + "Rename Metadata...": "Rename Metadata...", + "Rename...": "Renomear...", + "Reorder Columns...": "Reordenar Colunas...", + "Reorder Data Frames...": "Reordenar Molduras de Dados...", + "Reorder Levels...": "Reordenar Níveis...", + "Reorder Metadata...": "Reordenar Metadados...", + "Reorder...": "Reorder...", + "Replace": "Substituir", + "Replace Values...": "Substituir Valores...", + "Reset to Default Layout": "Redefinir ao Layout Padrão", + "Restart R": "Reiniciar R", + "Row Numbers/Names...": "Números da linha/Nomes...", + "Row Summaries...": "Linhas sumárias...", + "Rug Plot...": "Caixa de tapete...", + "Run All": "Executar todos", + "Run R Code...": "Executar Código R...", + "SPI/SPEI...": "ESPI/ESPANE...", + "Save As": "Salvar Como", + "Save Current Options...": "Salvar opções atuais...", + "Save Data As...": "Salvar dados como...", + "Save Log As...": "Salvar Log Como...", + "Save Output As...": "Salvar saída como...", + "Save Script As...": "Salvar Script Como...", + "Save...": "Salvar...", + "Scatter Plot...": "Caixa de dispersão", + "Scatterplot...": "Escatterplot...", + "Script Window": "Janela de Script", + "Script Window...": "Janela de script...", + "Seasonal Forecast Support": "Suporte de previsão sazonal", + "Seasonal Plot...": "Plotagem sazonal...", + "Seasonal Summary Rain...": "Chuva sumária de temporada...", + "Seasonal Summary...": "Resumo sazonal...", + "Select All ": "Selecionar Todos ", + "Set Factor Reference Level...": "Definir Nível de Referência do Fator...", + "Setup for Data Entry...": "Configuração para Entrada de Dados...", + "Shift Daily Data...": "Shift Dados Diários...", + "Show Model...": "Mostrar Modelo...", + "Simple Regression...": "Regressão simples...", + "Simple With Groups...": "Simples com grupos...", + "Site...": "Site...", + "Sort...": "Ordenar...", + "Specific": "Específico", + "Spells...": "Spells...", + "Split...": "Dividir...", + "Stack Daily data...": "Pilha de dados diários...", + "Stack...": "Empilhar...", + "Start": "Iniciar", + "Start of Rain...": "Início da chuva...", + "Start of the Rains...": "Início das chuvas...", + "Structured": "Estruturado", + "Structured Menu": "Menu estruturado", + "Subset...": "Submarto...", + "Summaries...": "Sumários...", + "Summarise CRI by Country (or other)...": "Resumo CRI por país (ou outro)...", + "Summarise Red Flags by Country (or other)...": "Resumir bandeiras vermelhas por país (ou outro)...", + "Summarise Red Flags by Country and Year (or other)...": "Resumir bandeiras vermelhas por país e ano (ou outro)...", + "Summarise...": "Summarise...", + "Summary Data...": "Dados resumidos...", + "Summary Tables...": "Tabelas resumidas...", + "Summary...": "Summary...", + "Sunshine/Radiation...": "Brilhante/Radiação...", + "Survival": "Sobrevivência", + "Swap Data and Metadata": "Trocar Dados e Metadados", + "Tabulation...": "Tabulação", + "Taylor Diagram...": "Diagramas de Taylor...", + "Temperature...": "Temperatura...", + "Themes...": "Temas...", + "Three Summaries...": "Três resumos...", + "Three Variables": "Três variáveis", + "Three Variables...": "Três variáveis...", + "Tidy Daily Data...": "Desfiar dados diários...", + "Tidy and Examine": "Maré e Examinação", + "Tidy...": "Pedalado...", + "Time Series": "Temporal Série", + "Time Series Plot...": "Intervalo de tempo...", + "Timeseries...": "Tempos...", + "Tools": "Ferramentas", + "Transform...": "Transformar...", + "Transpose...": "Transpor...", + "Treemap...": "Treemap...", + "Trend Graphs...": "Gráficos de tendência...", + "Two Samples...": "Duas amostras...", + "Two Variable Frequencies by Sector (or other)...": "Duas frequências variáveis de setor (ou outra)...", + "Two Variables": "Duas Variáveis", + "Two Variables...": "Duas Variáveis...", + "Unstack Daily Data...": "Desempilhar dados diários...", + "Unstack...": "Desempilhar...", + "Unused Levels...": "Níveis não utilizados...", + "Use Award Date (or other)...": "Usar Data de Prêmio (ou outro)...", + "Use Date...": "Usar data...", + "Use Graph...": "Usar gráfico...", + "Use Model": "Usar modelo", + "Use Model Keyboard...": "Usar teclado modelo...", + "Use Summaries...": "Usar resumos...", + "Use Time...": "Usar Hora...", + "Variables": "Variáveis", + "Variogram...": "Variável...", + "View": "Visualizar", + "View Data...": "Ver Dados...", + "View Graph...": "Visualizar gráfico...", + "View Labels...": "Ver Etiquetas...", + "View and Remove Keys...": "Ver e Remover Chaves...", + "View and Remove Links...": "Ver e Remover Links...", + "View...": "Visualizar...", + "Visualise Data...": "Visualizar Dados...", + "Water Balance...": "Saldo da Água...", + "Water Satisfaction Index...": "Índice de satisfação de água...", + "Wind Rose...": "Rosa Venta...", + "Wind Speed/Direction...": "Velocidade do vento...", + "Wind/Pollution Rose...": "Vento/Rosa de poluição...", + "Windows": "Janelas", + "Windrose...": "Pistola...", + "Temperature Graph...": "Temperature Graph...", + "General Graph...": "General Graph...", + "Select Columns...": "Select Columns...", + "Remove Column Selection": "Remove Column Selection", + "Filter Rows...": "Filter Rows...", + "Delete Cell(s)": "Delete Cell(s)", + "Import From File ...": "Import From File ...", + "Import From Library ...": "Import From Library ...", + "Import From ODK...": "Import From ODK...", + "Data Book": "Data Book", + "Add (Merge) Columns...": "Add (Merge) Columns...", + "Column: Calculator...": "Column: Calculator...", + "Column: Numeric...": "Column: Numeric..." } \ No newline at end of file diff --git a/instat/translations/pt/pt_r_instat_not_menus.json b/instat/translations/pt/pt_r_instat_not_menus.json index 1b1b6e58d11..d1633f4dd37 100644 --- a/instat/translations/pt/pt_r_instat_not_menus.json +++ b/instat/translations/pt/pt_r_instat_not_menus.json @@ -1,3596 +1,3602 @@ { - " (lat) ": " (lat) ", - " (lon) ": " (lon) ", - " 5. Total Precipitation:": " 5. Precipitação total:", - " All combined with &&": " Tudo combinado com &&", - " Keys:": " Chaves:", - " Options": " Opções", - " Show R Commands in Output Window": " Mostrar R Comandos na Janela de Saída", - " Two-Variables": " Duas Variáveis", - " Word Count": " Contagem de Palavras", - " binom": " binom", - " box": " caixa", - " comment(s) entered": " comentário inserido", - " fisher": " pescador", - " kruskal": " kruskal", - " row(s) entered": " linha(s) inserida(s)", - " | Showing ": " Mostrando ", - "!is.na": "!é.na", - "$ end": "$ final", - "% Bias": "% Viés", - "% rank": "% de posição", - "%in%": "%in%", - ". any": ". qualquer", - ".nc files found to import": "Arquivos .nc encontrados para importar", - "10m u-component of wind": "Componente de vento de 10m", - "10m v-component of wind": "10m v-componente do vento", - "1st Factor:": "1° Fator", - "2 Digit": "2 Digit", - "2-digit years": "anos de dois dígitos", - "2. Mean Station Pressure:": "2. Pressão média da Estação:", - "2m dewpoint temperature": "Temperatura do orvalho 2m", - "2m temperature": "Temperatura 2m", - "2nd Factor (Optional):": "Fator 2 (Opcional):", - "2pi": "2pi", - "3. Mean Sea Level Pressure:": "3. Pressão Média do Nível do Mar:", - "4 Digit": "4 Digit", - "4. Mean Daily Air Temperature:": "4. Temperatura do ar diária média:", - "4C88C488": "4C88C488", - "6. Mean Daily Max Air Temperature:": "6. Média de Temperatura do Ar Máxima:", - "7. Mean Daily Min Air Temperature:": "7. Mea Temperatura Mínima do Ar Diária:", - "8. Mean Daily Relative Humidity:": "8. Média da umidade relativa diária:", - "? 0 or 1": "? 0 ou 1", - "AIC": "IAR", - "AMOC": "CAIXA", - "ANOVA": "ANOVA", - "ANOVA tables": "Tabelas ANOVA", - "API Key:": "Chave da API:", - "ARC2 Daily Precipitation": "Precipitação diária ARC2", - "ARC2 Monthly Precipitation": "Precipitação mensal do ARC2", - "AT": "BA", - "Abbr.:": "Abr.:", - "Abbreviation": "Abreviação", - "Absolute deviation": "Desvio absoluto", - "Accent": "Sotaque", - "Acceptable Range (Element1)": "Alcance Aceitável (Element1)", - "Acceptable Range (Element2)": "Alcance Aceitável (Element2)", - "Add": "Adicionar", - "Add Calculation": "Adicionar Cálculo", - "Add Colour Scale": "Adicionar Escala de Cor", - "Add Comment": "Adicionar comentário", - "Add Component": "Adicionar Componente", - "Add Condition": "Adicionar Condição", - "Add Current Contrasts": "Adicionar contraste atual", - "Add Date Column": "Adicionar Coluna de Data", - "Add Distribution": "Adicionar Distribuição", - "Add Factor Level": "Adicionar nível de fator", - "Add Fill Scale": "Adicionar escala de preenchimento", - "Add Flag Variables": "Adicionar Variáveis de Marcação", - "Add Key": "Adicionar chave", - "Add Label": "Adicionar Etiqueta", - "Add Labels": "Adicionar Rótulos", - "Add Line of Best Fit": "Adicionar Linha do Melhor Ajuste", - "Add Link": "Adicionar Link", - "Add Manipulation": "Adicionar Manipulação", - "Add Margins": "Adicionar margens", - "Add Mean Line": "Adicionar linha média", - "Add Median Line": "Adicionar linha média", - "Add New Distribution": "Adicionar Nova Distribuição", - "Add Pair": "Adicionar Par", - "Add Peaks": "Add Peaks", - "Add Points": "Adicionar Pontos", - "Add Rug Plot": "Adicionar lote de tapete", - "Add Sub Calculation": "Adicionar sub cálculo", - "Add Tercile Lines": "Adicionar Linhas de Tercile", - "Add To Title:": "Adicionar ao Título:", - "Add Valleys": "Adicionar vales", - "Add flag field data": "Adicionar dados de campo flag", - "Add legend": "Adicionar Legenda", - "Add to Data Frame:": "Adicionar à Estrutura de Dados:", - "Added Distribution": "Distribuição adicionada", - "Additional Data Frame:": "Estrutura de dados adicionais:", - "Additional Features": "Recursos Adicionais", - "Additional Variables:": "Variáveis adicionais:", - "Advance Options": "Opções de Avanço", - "After": "Depois", - "Agresti-Coull": "Agresti-Coull", - "Agricolae": "Atribo", - "Algorithm :": "Algorithm :", - "Alignment:": "Alinhamento:", - "All": "TODOS", - "All Bids (Trimmed):": "Todas as Ofertas (Trimmed):", - "All Bids:": "Todas as Ofertas:", - "All Class": "Todas as Classes", - "All Columns": "Todas as colunas", - "All Combined with &&": "Tudo combinado com &&", - "All Contents": "Todo o conteúdo", - "All Duplicate Cases": "Todos os Casos Duplicados", - "All Options": "Todas as Opções", - "All but (unordered) Factor": "Todos, exceto (desordenado) Fator", - "All combined with |": "Tudo combinado com 「", - "All files of this type": "Todos os arquivos deste tipo", - "All values if columns are equal": "Todos os valores se as colunas são iguais", - "Allow t for Trace": "Permitir t para rastreamento", - "Alpha:": "Alfa:", - "Alternate (Horizontal first)": "Alternativo (H├tal primeiro)", - "Alternate (Vertical first)": "Alternativo (Vertical primeiro)", - "Always Use Levels": "Sempre usar níveis", - "Always Use Values": "Sempre usar valores", - "Amount": "Quantidade", - "Amount:": "Quantia:", - "An R Command is Running": "Um Comando R está Executando", - "An order": "Um pedido", - "Analysis": "Análise", - "Ang_dev": "Ang_dev", - "Ang_var": "Ang_var", - "Angle": "Ângulo", - "Annual": "Anual", - "Annual Rain total": "Total de chuva anual", - "Annual+Within": "Anual+Dentro", - "Annual/Monthly": "Anual/Mensal", - "Annual:": "Anual:", - "Anomalies": "Anomalias", - "Anonymise ID Column": "Anonymise ID Column", - "Anova": "Anova", - "Anova Options": "Opções do Anova", - "Anti Join": "Participe de Anti", - "Anticlockwise Direction": "Direção no sentido horário", - "Any Class": "Qualquer classe", - "Append": "Anexar", - "Append Data Frames": "Anexar Molduras de Dados", - "Apply": "Aplicar", - "Apply As Filter": "Aplicar como filtro", - "Apply As Subset": "Aplicar como subconjunto", - "Apply Options": "Opções de aplicação", - "Apply on All Layers": "Aplicar em todas as camadas", - "April": "abril", - "Area": "área", - "Arrow": "Flecha", - "As Percentage": "Como percentagem", - "As Percentages": "Como Porcentagem", - "As Proportion of Factors (Optional):": "Como porção de Factores (Opcional):", - "Ascending": "Ascendente", - "Ascending Frequencies": "Frequências crescentes", - "Assume condition not satisfied at start of each period": "A condição de suposição não está satisfeita no início de cada período", - "Assumed median value": "Valor da mediana suposta", - "Asymptotic": "Assíntota", - "At End": "No Final", - "At Start": "Ao Iniciar", - "At Y =": "Em Y =", - "Augment": "Aumento", - "August": "agosto", - "Auto": "Automático", - "Auto ": "Automático ", - "Auto Save Recovery Options": "Salvar automaticamente opções de recuperação", - "Auto save a backup of data": "Salvar automaticamente um backup dos dados", - "Auto saving data...": "Salvando dados automaticamente...", - "Auto-Generate": "Auto-Gerar", - "Automatic": "Automático", - "AvantGarde": "AvantGarde", - "Average": "Média", - "Award Date:": "Data do Prêmio:", - "Award Year:": "Ano dos Prêmios:", - "Axes": "Machados", - "Axis Lines": "Linhas de Eixo", - "Axis Title": "Título do Eixo", - "BFGS": "BFGS", - "BIB": "BIB", - "BIC": "BIC", - "Back": "Anterior", - "Background": "Fundo", - "Background of facet labels": "Fundo dos rótulos de facetas", - "Background of legend": "Fundo da legenda", - "Background of legend area": "Fundo da área de legenda", - "Background of the entire plot": "Fundo do plot inteiro", - "Background underneath legend keys": "Fundo debaixo das chaves de legenda", - "Backup Data File Detected": "Arquivo de Dados de Backup Detectado", - "Backup Debugging Log File Detected": "Arquivo de log de depuração detectado de backup", - "Backup Internal Log File Detected": "Backup do arquivo de registro interno detectado", - "Backup Log File Detected": "Arquivo de log de backup detectado", - "Backup Manager": "Gerenciador de backup", - "Backup versions :": "Versões de backup :", - "Bandwidth: ": "Banda: ", - "Bar": "Barras", - "Bar Chart": "Gráfico de barras", - "Bar Chart Options": "Opções do gráfico de barras", - "Bar Colour:": "Cor da Barra:", - "Bar Graph": "Gráfico de barra", - "Bar and Pie Chart": "Gráfico de Barras e Pie", - "Bar plot": "Gráfico de barras", - "Barometer Height:": "Altura do barômetro:", - "Base Range": "Intervalo Base", - "Basic": "Básico", - "Bayesian": "Bayesiano", - "Bca": "bca", - "Before": "Antes", - "Before or After Column": "Antes ou Depois da Coluna", - "Bernouli": "Bernouli", - "Beta": "Beta", - "Bias": "Viés", - "Big Points": "Pontos grandes", - "Bin Axis:": "Bin Axis:", - "BinSeg": "BinSeg", - "Binary": "BINÁRIO", - "Binomial": "Binomial", - "Biplot": "Biplota", - "Black": "Preto", - "Blank": "Vazio", - "Blocking Variables": "Bloqueando variáveis", - "Blocking Variables:": "Bloqueando variáveis:", - "Blue": "azul", - "Blues": "Azul", - "Bold": "Bold", - "Bold italic": "Bold italic", - "Bonett": "Bonett", - "Bookman": "Livro-eiro", - "Boot": "Inicialização", - "Bootci.Type:": "Bootci.Type:", - "Bootstrap Options": "Opções do Bootstrap", - "Border": "Border", - "Both": "Ambos", - "Bottom": "Inferior", - "Bottom:": "Inferior:", - "Box plot": "Gráfico da caixa", - "Boxplot": "Caixa", - "Boxplot + Jitter": "Boxplot + Jitter", - "Boxplot Count Variable": "Variável de Caixa", - "Boxplot Method": "Método Boxplot", - "Boxplot Options": "Opções do Boxplot", - "BrBG": "Marca", - "Break Points:": "Pontos de interrupção:", - "Breaks": "Quebras", - "Broken Stick": "Graveto Quebrado", - "Brown": "Marrom", - "Browse": "Localizar...", - "Browse File": "Navegar no arquivo", - "Browse Folder": "Procurar Pasta", - "BuGn": "Cogumelo", - "BuPu": "Bupu", - "Buishand": "Buishand", - "By": "por", - "By Column": "Por coluna", - "By Factor (Optional):": "Por Fator (Opcional):", - "By Factor(s)": "Por Fator", - "By Factors:": "Por Fatores:", - "By Filter": "Por Filtro", - "By Month": "Por mês", - "By Variable (Optional):": "Por Variável Opcional):", - "By Year": "Por Ano", - "By:": "Por:", - "C.I band": "Faixa C.I", - "C.I.Method:": "Método C.I.Method:", - "CCA Options": "Opções CCA", - "CDF": "CDF", - "CDF Plot": "Gráfico de CDF", - "CDF Plot with Confidence Intervals": "Gráfico de CDF com intervalos de confiança", - "CPF": "CPF", - "CPT to Tabular Data": "CPT para Dados Tabulares", - "CROPS": "CRÉDITOS", - "CSS": "CSS", - "CUSUM": "CUSUM", - "Calculate Difference Categories": "Calcular Diferença Categorias", - "Calculate Option Differences": "Calcular Diferenças de Opção", - "Calculate Proportions": "Calcular proporções", - "Calculate Proportions or Percentages": "Calcular proporções ou percentagens", - "Calculate Rainfall Value by:": "Calcule o valor da chuva por:", - "Calculate by Year": "Calcular por ano", - "Calculated Columns": "Colunas calculadas", - "Calculated columns": "Colunas calculadas", - "Calculation Name:": "Nome do cálculo:", - "Calculations": "Cálculos", - "Calculations:": "Cálculos:", - "Calm Wind:": "Calma Vento:", - "Cancel": "cancelar", - "Cannot get package information.": "Não foi possível obter informações do pacote.", - "Cannot get package information. Check your internet connection.": "Não é possível obter informações do pacote. Verifique sua conexão com a internet.", - "Cannot show text preview of file:": "Não é possível mostrar pré-visualização de texto do arquivo:", - "Canonical Correlations": "Correlações Canônicas", - "Canonicalmono": "Canonicalmono", - "Capacity:": "Capacidade:", - "Caption Size:": "Tamanho da legenda:", - "Caption below the plot (text appearance)": "Legenda abaixo do gráfico (aparência do texto)", - "Caret(^)": "Caret(^)", - "Carry": "Carregador", - "Carry Columns": "Leve Colunas", - "Carry Columns:": "Carregando Colunas:", - "Categorical": "Categorizado", - "Categorical by Categorical:": "Categorizar por Categoria:", - "Categorical by Numeric:": "Categorizar por numérico:", - "Categorical:": "Categoria:", - "Category Column:": "Coluna de Categoria:", - "Cauchit": "Cauchit", - "Cauchy": "Cauchy", - "Cell": "Celular", - "Cell (%)": "Célula (%)", - "Celsius": "Celsius", - "Center": "Centralizar", - "CenterObs": "CenterObs", - "Centimetres": "Centímetros", - "Centre Mean on Last Day": "Centro-Mean no Último Dia", - "Centred": "Centrado", - "CenturySch": "CenturySch", - "Change Limits": "Alterar Limites", - "Change Point Options": "Alterar Opções de Ponto", - "Change type": "Mudar tipo", - "Change...": "Trocar...", - "Character": "Personagem", - "Character Column:": "Coluna de Caracteres:", - "Check": "Verificar", - "Check Duplicates": "Verificar duplicatas", - "Check Unique": "Verificar única", - "Chi-Square Test": "Teste Chi-Square", - "Chi_Square": "Chi_Quadrado", - "Choice:": "Escolha:", - "Choose Columns": "Escolher colunas", - "Choose Columns:": "Escolher Colunas:", - "Choose Form:": "Escolha o Formulário:", - "Choose Function": "Escolha a função", - "Choose Property": "Escolha a propriedade", - "Choose Region": "Escolher região", - "Choose Subset of Columns to Merge": "Escolher subconjunto de colunas para mesclar", - "Choose Summaries...": "Escolher resumos...", - "Choose one of the following to proceed": "Escolha um dos seguintes para prosseguir", - "Choose...": "Escolher...", - "Cicero": "Cicero", - "Circle": "Círculo", - "Circular": "Circular", - "Circular Plots": "Gráficos Circulares", - "Circular:": "Circular:", - "Classic": "Clássico", - "Clear": "Limpar", - "Clear Conditions": "Limpar Condições", - "Clear Script": "Limpar Script", - "Clear contents": "Limpar conteúdo", - "CliData": "CliData", - "CliPlot": "Cliplote", - "Cliboxplot": "Cliboxplot", - "Click Ok to Confirm the Export.": "Clique em Ok para Confirmar a Exportação.", - "Click Ok to confirm the save": "Clique em OK para confirmar o save", - "Climatic Boxplot": "Caixa Climática", - "Climatic Check Data Rainfall": "Chuva de Dados da verificação climática", - "Climatic Check Data Temperature": "Temperatura dos dados de verificação climática", - "Climatic Data Entry": "Entrada de Dados Climáticos", - "Climatic Maps": "Mapas Climáticos", - "Climatic Summary": "Resumo Climático", - "Climatic_Type": "Tipo_Climático", - "Climdex Indices": "Índices Climdex", - "Climsoft": "Climsoft", - "Clopper-Pearson": "Clopper-Pearson", - "Close": "FECHAR", - "Close R-Instat now": "Fechar R-Instat agora", - "Closed On": "Fechado Em", - "Cloud Cover:": "Nuvem de Capa:", - "Code Missing Values as:": "Código Faltando Valores como:", - "Coeff": "Coeff", - "Coeff:": "Coeff:", - "Coefficient Of Variation": "Coeficiente de variação", - "Coefficient of determination": "Coeficiente de determinação", - "Coefficient of persistence": "Coeficiente de persistência", - "Coefficients": "Coeficientes", - "Coin": "Moeda", - "Cold Spell Duration Index [15:CSDI]": "Índice de Duração da Feitiço Frio [15:CSDI]", - "Colon :": "Dois-pontos :", - "Colon(:)": "Colon(:)", - "Color (Optional):": "Cor (opcional)", - "Color:": "Cor:", - "Colour": "Cor", - "Colour Bar Max:": "Barra de Cor Máx:", - "Colour Bar Min:": "Barra de Cor Min:", - "Colour By (Optional):": "Cor Por (Opcional):", - "Colour By:": "Cor Por:", - "Colour Columns by Structure": "Colunas por estrutura", - "Colour Lines by Difference": "Linhas de Cores por Diferença", - "Colour Palette:": "Paleta de cores:", - "Colour Scale": "Escala de Cor", - "Colour by Property": "Cor por propriedade", - "Colour rainbow": "Cor do arco-íris", - "Colour:": "Cor:", - "Colours": "Cores", - "Colours for Summaries": "Cores para resumos", - "Column": "Coluna", - "Column (%)": "Coluna (%)", - "Column :": "Coluna :", - "Column Chart Options": "Opções do Gráfico de Coluna", - "Column Factor:": "Fator de Coluna:", - "Column Factors:": "Fatores de coluna:", - "Column Label:": "Rótulo de Coluna:", - "Column Name": "Nome da coluna", - "Column Name Event Day": "Dia do Evento Nome da Coluna", - "Column Name Extreme Event": "Evento Extremo Nome da Coluna", - "Column Name:": "Nome da coluna:", - "Column Selection": "Seleção de coluna", - "Column Statistics": "Estatísticas de coluna", - "Column Structure": "Estrutura da coluna", - "Column Variable(s) (Factor):": "Variável(s) de coluna (Factor):", - "Column Width:": "Largura da Coluna:", - "Column to Duplicate:": "Coluna para duplicar:", - "Column to Split:": "Coluna para Divisão:", - "Column to Transform:": "Coluna para transformação:", - "Column to Unstack:": "Coluna para desempilhar:", - "Column(s):": "Coluna(s):", - "Column:": "Coluna:", - "Column: ": "Coluna: ", - "Columns": "Colunas", - "Columns to Combine:": "Colunas para combinar:", - "Columns to Convert:": "Colunas a converter:", - "Columns to Delete:": "Colunas a Excluir:", - "Columns to Include": "Colunas para incluir", - "Columns to Rank:": "Colunas para Rank:", - "Columns to Reorder:": "Colunas a Reordenar:", - "Columns to Sort by:": "Colunas a serem ordenadas por:", - "Columns to Stack:": "Colunas para empilhar:", - "Columns to Transpose:": "Colunas para Transpose:", - "Columns to Unstack:": "Colunas a serem desempilhadas:", - "Columns to be formatted ": "Colunas a serem formatadas ", - "Columns:": "Colunas:", - "Combine": "Combinar", - "Combine Factors": "Fundir Fatores", - "Combine Graphs": "Combinar gráficos", - "Combine Text Columns": "Combinar Colunas de Texto", - "Combined Graph": "Gráfico Combinado", - "Comma ": "Vírgula ", - "Comma separated file (*.csv)": "Arquivo separado por vírgula (*.csv)", - "Comma(": "Comma(", - "Command": "Comando", - "Command Examples": "Exemplos de comando", - "Command Format:": "Formato do comando:", - "Command Ok.": "Comando Ok.", - "Command produced an error or no output to display.": "O comando produziu um erro ou nenhuma saída para exibir.", - "Command produced an error.": "O comando produziu um erro.", - "Command:": "Comando:", - "Commands": "Comandos", - "Comment Format:": "Formato do comentário:", - "Comment:": "Comentário:", - "Comments": "comentários", - "Common": "Comum", - "Common Options": "Opções Comuns", - "Common Regions:": "Regiões Comum:", - "Compare Columns": "Comparar colunas", - "Compare Satellite Data": "Comparar dados de satélite", - "Compare Two Options": "Comparar duas opções", - "Comparison": "Comparação", - "Comparison Summaries": "Resumo de Comparação", - "Comparisons to Display:": "Comparações com a Exibição:", - "Complete records only": "Apenas registros completos", - "Complete rows only": "Apenas linhas completas", - "Component": "Componente", - "Component:": "Componente:", - "Condition": "Condição", - "Condition Factors (Optional):": "Factores de Condição (Opcional):", - "Condition for Selection": "Condição de seleção", - "Condition for selection": "Condição para seleção", - "Condition:": "Condição:", - "Conditional": "Condicional", - "Conditional Eval Options": "Opções de Eval Condicional", - "Conditional Quantile Options": "Opções de quantidade condicional", - "Conditional Quantile Plot": "Gráfico de quantidade condicional", - "Conditions for Start of Rains": "Condições de início das correntes", - "Conf=0.95": "Conf=0.95", - "Confidence Interval:": "Intervalo de confiança:", - "Confidence Level:": "Nível de confiança:", - "Confidence Limits": "Limites de Confiança", - "Confidence interval": "Intervalo de confiança", - "Conjugent Gradent (CG)": "Conjugent Gradent (CG)", - "Connect": "Conectar", - "Connect To ClimSoft Database": "Conectar ao ClimSoft Database", - "Connect to Climsoft Database": "Conectar ao Banco de Dados Climsoft", - "Connected": "Conectado", - "Connecting Lines": "Conectando Linhas", - "Consecutive": "Consecutivo", - "Constant": "Constante", - "Construct": "Construir", - "Construct Examples": "Construir Exemplos", - "Contexts": "Contextos", - "Contexts to carry:": "Contextos a serem carregados:", - "Contingency": "Contingência", - "Continuity correction": "Correção de continuidade", - "Continuous": "Contínuo", - "Contract Sector:": "Setor do contrato:", - "Contract Title:": "Título do Contrato:", - "Contract Value Categories:": "Categorias de Valor Contrato:", - "Contract Value Share Threshold:": "Limite de compartilhamento de valor do contrato:", - "Contract Value:": "Valor do Contrato:", - "Contrast": "Contrast", - "Contrasts": "Contraste", - "Control Options": "Opções de Controle", - "Control Variables:": "Variáveis de controle:", - "Conversions": "Conversões", - "Convert": "Converter", - "Convert Case": "Converter Caso", - "Convert Columns": "Converter colunas", - "Convert Strings to Factor Columns": "Converter frases em Colunas de Fator", - "Convert To": "Converter para", - "Convert to Character": "Converter para Personagem", - "Convert to Circular": "Converter para Circular", - "Convert to Factor": "Converter para Fator", - "Convert to Logical": "Converter para Lógico", - "Convert to Numeric": "Converter para Numérico", - "Convert to Ordered Factor": "Converter em Fator Ordenado", - "Convert to Variate": "Converter para Variação", - "Convert to:": "Converter para:", - "Cook's Distance": "Distância do Cozinheiro", - "Cook's Distance v Leverage": "Alavancagem de Nv Distância do cookie", - "Coordinates": "Coordenadas", - "Copy Data Frame": "Copiar quadro de dados", - "Copy Image": "Copiar imagem", - "Copy RichText": "Copiar Texto RichText", - "Copy Row Names into Column": "Copiar Nomes das Linhas para a Coluna", - "Copy from Below": "Copiar de Abaixo", - "Copy...": "Copiar...", - "Cor": "Cor", - "Corrected Hue Where Colour Map Begins:": "Matiz corrigido onde começar o mapa de cores:", - "Corrected Hue Where Colour Map Ends:": "Matiz corrigido onde termina o mapa de cor:", - "Correlation": "Correlação", - "Correlation Display and Graphics": "Exibição e Gráficos de Correlação", - "Correlation Matrix": "Matriz de Correlação", - "Correlation Plot": "Gráfico de correlação", - "Correlations": "Correlações", - "Corruption Output:": "Saída de Corrupção:", - "Corruption Outputs:": "Saídas de Corrupção:", - "Cosine Distance between q-Gram Profiles": "Distância de Cosino entre perfis Q-Gram", - "Could not read time dimension dates from file.": "Não foi possível ler as datas de dimensão do arquivo.", - "Count": "Quantidade", - "Count Records Data Frame:": "Contar Quadro de Dados de Registro:", - "Count in Factor": "Contagem no fator", - "Counting Process": "Processo de contagem", - "Countries:": "Países:", - "Country Capitals": "Capitais do País", - "Country Coloured Map": "Mapa colorido do país", - "Country ISO2:": "ISO2 do país:", - "Country ISO3:": "ISO3 do país:", - "Country Level": "Nível do País", - "Country Level Columns": "Colunas de Nível do País", - "Country Names:": "Nomes dos país:", - "Country:": "País:", - "Counts": "Contagem", - "Counts on Y Axis": "Conta com o Eixo Y", - "Counts totals": "Total de contagens", - "Courier": "Mensageiro", - "Couriersans": "Entregadores", - "Covariance": "Covariância", - "Create Labels": "Criar marcadores", - "Create Survival Object": "Criar Objeto Survival", - "Create an account": "Criar uma conta", - "Create subset of non-numeric cases": "Criar subconjunto de casos não-numéricos", - "Crop Definitions": "Definições de Plantio", - "Crop Length Day(s):": "Dia de Intervalo de Corte(s):", - "Cumulative": "Cumulative", - "Cumulative exceedance": "Exceção acumulada", - "Cumulative graph": "Gráfico acumulado", - "Cumulative/Exceedance Graph": "Gráfico Cumulativo/Excesso", - "Current Name:": "Nome atual:", - "Current Value:": "Valor Atual:", - "Custom": "Personalizado", - "Custom Range": "Intervalo Personalizado", - "Customised": "Personalizado", - "Cutoff for 2000 years:": "Corte em 2000 anos:", - "DF": "DF", - "DF1": "DF1", - "DF2": "DF2", - "Daily": "Diariamente", - "Daily Data Entry": "Entrada de dados diários", - "Daily Precipitation 0.05 degree": "Precipitação diária 0,05 graus", - "Daily Precipitation 0.25 degree": "Precipitação diária de 0,25 graus", - "Dark2": "Escuro2", - "Dashed": "Tracejado", - "Data": "Dado", - "Data (Optional):": "Dados (opcional):", - "Data Column and Factor Column": "Coluna de dados e fator", - "Data Column:": "Coluna de dados:", - "Data Columns": "Colunas de dados", - "Data Frame Label:": "Etiqueta de Armamento de Dados:", - "Data Frame Preview:": "Visualização do quadro de dados:", - "Data Frame(s):": "Quadro(s) de dados(s):", - "Data Frame:": "Estrutura de dados:", - "Data Frames to Reorder:": "Molduras de Dados a reordenar:", - "Data Frames:": "Quadros de Dados:", - "Data From Row:": "Dados da Linha:", - "Data Options": "Opções de Dados", - "Data Period": "Período dos dados", - "Data Period Label": "Rótulo do Período de Dados", - "Data Period label": "Rótulo do período de dados", - "Data column": "Coluna de dados", - "Data frame Metadata": "Metadados do quadro de dados", - "Data list not implemented": "Lista de dados não implementada", - "Data:": "Dados:", - "Database Name:": "Nome do banco de dados:", - "Dataframe Name:": "Dataframe Name:", - "Dataset Name:": "Nome do conjunto de dados:", - "Date": "Encontro", - "Date Order": "Data do pedido", - "Date Plot": "Gráfico de data", - "Date Range": "Date Range", - "Date Scales": "Escalas de data", - "Date and Time": "Data e Hora", - "Date labels": "Rótulos da data", - "Date:": "Data:", - "Dates/Times": "Dados/Tempos", - "Day": "dia", - "Day Columns (31/62)": "Colunas do Dia (31/62)", - "Day Columns (31/62):": "Colunas diárias (31/62):", - "Day Length": "Duração do Dia", - "Day Month": "Dia do Mês", - "Day Month (1 Jan)": "Dia do Mês (1 Jan)", - "Day Month Full (1 January)": "Mês Dia Cheio (1 de janeiro)", - "Day Number (1-366)": "Número do Dia (1-366)", - "Day Of Month:": "Dia do Mês:", - "Day Range": "Intervalo de dias", - "Day in Month": "Dia no Mês", - "Day in Year:": "Dia no ano:", - "Day of Month:": "Dia do Mês:", - "Day of Year": "Dia do Ano", - "Day of Year:": "Dia do Ano:", - "Day-Month(Full Name)-Year(4-digit)": "Dia-Mês(FNome Comple)-Ano(4-dígito)", - "Day-Month(abbr)-Year(4-digit)": "Dia-mês(abbr)-Ano(4-dígito)", - "Day-Month-Year(4-digit)": "Dia-Mês-Ano(4-dígito)", - "Day/Month(Full Name)/Year(4-digit)": "Dia/Mês/(Nome Completo)/Ano(4-dígito)", - "Day/Month(abbr)/Year(4-digit)": "Dia/Mês/(abbr)/Ano(4-dígito)", - "Day/Month/Year(4-digit)": "Dia/Mês/Ano(4-dígito)", - "Day:": "Dia:", - "Days": "dias", - "Days for Quantiles:": "Dias para Quantidades:", - "Days in Month": "Dias no Mês", - "December": "dezembro", - "Deciles && Quintiles": "Deciles && Quintiles", - "Decimal": "decimal", - "Decimal Places for Percentages:": "Casas decimais para porcentagens:", - "Decimal:": "Decimal:", - "Declustering": "Desacelerando", - "Default": "Padrão", - "Default Format": "Formato padrão", - "Default Value:": "Valor Padrão:", - "Define As Factor": "Definir como Fator", - "Define CRI": "Definir CRI", - "Define Climatic Data": "Definir dados climáticos", - "Define Corruption Outputs": "Definir Saídas de Corrupção", - "Define New Filter": "Definir novo filtro", - "Define New Property": "Definir nova propriedade", - "Define Options By Context Data": "Definir opções por dados de contexto", - "Define Procurement Data": "Definir dados de aquisição", - "Define Red Flags": "Definir Bandeiras Vermelhas", - "Define Survival Data": "Definir Dados de Sobrevivência", - "Define a Contrast:": "Definir um contraste:", - "Degree:": "Graus:", - "Degrees of freedom:": "Graus de liberdade:", - "Degrees:": "Graus:", - "Dekad": "Dekad", - "Dekad Precipitation 0.05 degree": "Precipitação Dekad 0.05 grau", - "Del": "Del", - "Delete": "excluir", - "Delete Column": "Excluir coluna", - "Delete Column(s)": "Excluir coluna(s)", - "Delete Columns": "Excluir colunas", - "Delete Data Frames": "Excluir molduras de dados", - "Delete From:": "Excluir de:", - "Delete Key": "Apagar chave", - "Delete Link": "Excluir Link", - "Delete Metadata": "Excluir Metadados", - "Delete Objects": "Excluir objetos", - "Delete Row(s)": "Excluir Linha(s)", - "Delete Rows/Columns": "Excluir Linhas/Colunas", - "Delete Selected": "Excluir Selecionados", - "Delete Theme": "Apagar tema", - "Density": "Densidade", - "Density Options": "Opções de Densidade", - "Density Plot": "Gráfico de Densidade", - "Density plot": "Gráfico de densidade", - "Descending": "Descendente", - "Descending Frequencies": "Frequências decrescente", - "Describe Display Options": "Descrever opções de exibição", - "Describe Survival": "Descrever Sobrevivência", - "Describe Two Variables": "Descrever duas variáveis", - "Deselect All Levels": "Desmarcar Todos os Níveis", - "Details": "detalhes", - "Details Options": "Opções de Detalhes", - "Detect": "Detectar", - "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Você sabia: é fácil importar dados de muitos outros pacotes de estatísticas. Vá para 'Arquivo > Abrir do Arquivo...' e escolha o seu arquivo.", - "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Você sabia: R-Instat começou como uma campanha de financiamento para a multidão em 2015 por parceiros que trabalham em toda a África.", - "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Você sabia: R-Instat armazena metadados em colunas e quadros de dados que você pode editar. Vá para Visualizar > Metadados de Coluna... ou Metadados de Quadro... para ver e editar metadados.", - "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Sabia: R-Instat foi desenvolvido em África por iniciativa de matemática africana (AMI)?", - "Did you know: You can easily view a whole data frame in a separate window.": "Você sabia: você pode facilmente ver um quadro de dados inteiro em uma janela separada.", - "Dida": "Dida", - "Difference": "Diferença", - "Difference Column:": "Coluna de Diferença:", - "Differences": "Diferenças", - "Dimensions to Plot:": "Dimensões a Plot:", - "Direction (N/S E/W):": "Direção (N/S E/W):", - "Disconnect": "Desconectar", - "Discrete": "Discreto", - "Dispaly Daily Options": "Opções Diárias de Exibição", - "Display": "Visualização", - "Display Chi-Square Breakpoints": "Exibir breakpoints Chi-Square", - "Display Daily Data": "Exibir dados diários", - "Display Format:": "Formato de exibição:", - "Display From:": "Exibir de:", - "Display Graph Results": "Mostrar Resultados Gráficos", - "Display HTML in Output Window": "Exibir HTML na janela de saída", - "Display In Output": "Mostrar na saída", - "Display Margins": "Exibir Margens", - "Display Model": "Modelo de exibição", - "Display NA as:": "Exibir NA como:", - "Display Objects...": "Exibir objetos...", - "Display Options": "Opções de Exibição", - "Display Options...": "Opções de exibição...", - "Display Outer Margins": "Exibir Margens externas", - "Display Rain Days": "Exibir dias de chuva", - "Display Summary": "Mostrar resumo", - "Display Top N": "Exibir o Top N", - "Display Values As": "Exibir Valores como", - "Display as Decimal": "Exibir como decimal", - "Display as decimal": "Exibir como decimal", - "Display details of warnings and errors": "Exibir detalhes dos avisos e erros", - "Display dialog's selected data frame in grid": "Exibir quadro de dados selecionados do diálogo na grade", - "Display in Interactive Viewer": "Tela no visualizador interativo", - "Display in Output Window": "Exibir na Janela de Saída", - "Display in R Viewer": "Exibir no Visualizador R", - "Display in R-Viewer": "Exibir no modo R-Viewer", - "Display in Separate Window": "Exibir na Janela Separada", - "Display in Separate Windows": "Exibir no Windows separado", - "Display summary": "Exibir resumo", - "Display:": "Vídeo:", - "DisplayChi": "ExibirChi", - "Distance based on Soundex Encoding": "Distância baseada na codificação Soundex", - "Distribution Options": "Opções de Distribuição", - "Distribution Parameters:": "Parâmetros de Distribuição:", - "Distribution:": "Distribuição:", - "Diverging": "Divergindo", - "DoY average": "Média DoY", - "Dodge": "Esquivar", - "Dodge2": "Esquiva2", - "Domain": "Domínio", - "Don' t import data after downloading": "Não importar dados depois de baixar", - "Don't import data after downloading": "Não importar dados depois de baixar", - "Dot ": "Ponto ", - "Dot Plot": "Gráfico de pontos", - "Dot Plot Options...": "Opções dos Pontos...", - "Dot plot": "Gráfico de pontos", - "Dot-dash": "Pontos-de-traço", - "Dotplot": "Dotplot", - "Dotted": "Pontilhado", - "Double Decker": "Decker Duplo", - "Doy:": "Doy:", - "Drop Missing Combinations": "Soltar Combinações Faltantes", - "Drop Unused Levels": "Níveis não utilizados", - "Drop empty factor levels": "Soltar níveis de fatores vazios", - "Dry Month": "Mês seco", - "Dry Period": "Período seco", - "Dry Spell": "Dry Spell", - "Dummy Variables": "Variáveis de prova", - "Duplicate": "Duplicate", - "Duplicate Column": "Duplicar coluna", - "Duplicates": "Duplicados", - "Duplicates Only": "Apenas duplicados", - "E": "E", - "ERA5 hourly data (single levels)": "ERA5 dados por hora (níveis únicos)", - "Edit Condition": "Editar Condição", - "Edit Filter": "Editar filtro", - "Editor Window": "Janela do Editor", - "Eigenvalue": "Eigenvalue", - "Eigenvalues": "Eigenvalues", - "Eigenvectors": "Eigenvetores", - "Element": "Elemento", - "Element Abbreviation": "Abreviação do Elemento", - "Element IDs": "IDs dos Elementos", - "Element Line": "Linha do Elemento", - "Element Name:": "Nome do Elemento:", - "Element Names": "Nomes dos Elementos", - "Element Order": "Ordem do Elemento", - "Element Text ": "Texto do Elemento ", - "Element Types": "Tipos de Elementos", - "Element(s):": "Elemento(s):", - "Element1 (Tmax):": "Element1 (Tmáx):", - "Element2 (Tmin):": "Element2 (Tmin):", - "Element:": "Elemento:", - "ElementRect": "ElementRect", - "Elements": "Elementos", - "Elements to Edit:": "Elementos a editar:", - "Elements-Stations": "Elementos-Estações", - "Elements:": "Elementos:", - "Empty": "Vazio", - "Encoding:": "Codificação:", - "End": "Término", - "End :": "Término :", - "End Date:": "Data de término:", - "End Day": "Fim do Dia", - "End Value:": "Valor Final:", - "End Year for Climatological Period:": "Fim de Ano para o Período Climatológico:", - "End Year for Region Average:": "Fim do Ano para a Média de Região:", - "End Year for Station Trend:": "Fim de Ano para a Tendência da Estação:", - "End Year for Variogram Period:": "Ano Final para o Período de Variógrama:", - "End date:": "Data final:", - "End of Rains": "Fim das Ruínas", - "End of Rains/Season": "Fim de Chuvas/Temporada", - "End of Season": "Fim da Temporada", - "End(L):": "Finalizar(L):", - "End:": "Fim:", - "English": "Portuguese-Brazil", - "Ensure complete years": "Garantir anos completos", - "Enter": "Entrar", - "Enter Data": "Inserir dados", - "Enter Result Into:": "Inserir Resultado em:", - "Enter value(s)": "Digite o(s) valor(es)", - "Entire Range": "Alcance Completo", - "Entry Time:": "Tempo de entrada:", - "Equal To": "Igual a", - "Equitable Threat Score": "Pontuação de ameaça equitativa", - "Establish Connection..": "Estabelecer Conexão..", - "Estimate": "Estimativa", - "Estimate:": "Estimativa:", - "Estimated:": "Estimado:", - "Estimates": "Estimativas", - "Estimates:": "Estimativas:", - "Estimation methods": "Métodos de estimativa", - "Evaluation": "Avaliação", - "Evaporation:": "Evaporation:", - "Evapotraspiration": "Evapotraspiração", - "Event Occurs When Value is:": "Evento ocorre quando o valor é:", - "Event:": "Evento:", - "Every": "Todo(a)", - "Exact": "Exato", - "Examine": "Examinar", - "Examples": "Exemplos", - "Exceedance": "Excesso", - "Exclude": "Excluir", - "Exclude Missing": "Excluir Falta", - "Exclude/Separate:": "Excluir/Separar:", - "Exit Preview and Print": "Sair da visualização e impressão", - "Exit Time:": "Hora de saída:", - "Expand": "Expandir", - "Explanatory Model for Location or Scale": "Modelo explicativo para Localização ou Escala", - "Explanatory Model:": "Modelo explicativo:", - "Explanatory Variable:": "Variável Explantiva:", - "Explanatory Variables:": "Explicações Variáveis:", - "Exponential": "Exponential", - "Export Datasets": "Exportar conjuntos de dados", - "Export File(s):": "Exportar Arquivo(s):", - "Export File:": "Arquivo de exportação:", - "Export Graph As Image": "Exportar Gráfico como Imagem", - "Export R Objects": "Exportar Objetos R", - "Export R Workspace": "Exportar Projeto R", - "Export To World Weather Record": "Exportar para o registro de tempo mundial", - "Export for PICSA": "Exportar para PICSA", - "Export to CMSAF R ToolBox": "Exportar para o ToolBox CMSAF R", - "Export to CPT": "Exportar para CPT", - "Export to OpenRefine": "Exportar para o OpenRefine", - "Expression": "Expressão", - "Exremal Dependency Index": "Índice de Dependência Exremal", - "Extend Fill": "Estender preenchimento", - "Extra Rows": "Extra Rows", - "Extract": "Extrair", - "Extreme": "Extremo", - "Extreme Dependency Score": "Pontuação de dependência extrema", - "Extreme Events": "Eventos Extremos", - "Extreme Maximum": "Máximo Extremo", - "Extreme Minimum": "Mínimo Extremo", - "Extreme_Value": "Valor", - "Extremes ": "Extremos ", - "Extremes Display Options": "Opções de Exibição Extrema", - "Extremes Method": "Método Extremo", - "F": "F", - "F1": "F1", - "FALSE": "Falso", - "FIt Model": "Modelo de Fit", - "Face": "Rosto", - "Facet": "Faceta", - "Facet (Optional):": "Faceta (opcional):", - "Facet By (Optional):": "Faceta Por (Opcional):", - "Facet By (Station):": "Faceta Por (Estação):", - "Facet By:": "Faceta Por:", - "Facet Column(s):": "Coluna de Facções:", - "Facet Label Background ": "Fundo da Faceta Etiqueta ", - "Facet Labels": "Etiquetas de Facetas", - "Facet by Column Factor": "Faceta por Fator de Coluna", - "Facet labels": "Rótulos de Faceta", - "Facet labels along horizontal direction": "Facetar rótulos ao longo da direção horizontal", - "Facet labels along vertical direction": "Facetar rótulos ao longo da direção vertical", - "Facet2 (Optional):": "Facet2 (opcional)", - "Facet:": "Facet:", - "Facets": "Facetas", - "Facets:": "Facetas:", - "Factor": "Fator", - "Factor (Optional):": "Fator (opcional):", - "Factor Data Frame": "Moldura de Dados Fator", - "Factor Into:": "Fatore Em:", - "Factor Level": "Nível de Fator", - "Factor Options": "Opções do Fator", - "Factor Selected:": "Fator Selecionado:", - "Factor Values for Selection": "Valores do Fator para Seleção", - "Factor Variable:": "Variável Factor:", - "Factor to Unstack by:": "Motivo para desempilhar por:", - "Factor:": "Fator:", - "Factors": "Fatores", - "Factors Selected:": "Fatores Selecionados:", - "Factors as Percentage:": "Fatores como porcentagem:", - "Factors:": "Factores:", - "Factory Reset": "Restauração de fábrica", - "Fahrenheit": "Fahrenheit", - "False Alarm Ratio": "Taxa de Alarme Falso", - "Family": "Familiares", - "February": "fevereiro", - "Feet per second (ftps)": "Pés por segundo (ftps)", - "File:": "Arquivo:", - "Files with the same names will be overwritten.": "Arquivos com os mesmos nomes serão substituídos.", - "Fill": "Preencher", - "Fill (Optional):": "Preenchimento Opcional):", - "Fill Color": "Preencher cor", - "Fill Colour (Optional):": "Preencher (Opcional):", - "Fill Colour:": "Preencher cor:", - "Fill Scale": "Escala de preenchimento", - "Fill date gaps": "Preencher lacunas de data", - "Fill:": "Preenchimento:", - "Filter": "filtro", - "Filter By:": "Filtrar por:", - "Filter From Factors": "Filtrar de Fatores", - "Filter:": "Filtro:", - "Filters": "Filtros", - "Filters From Factor": "Filtros do Fator", - "Find Forms": "Encontrar formulários", - "Find Non-Numeric Values": "Encontrar valores não-numéricos", - "Find all": "Localizar todos", - "Find next": "Localizar próximo", - "Find what": "Encontre o que", - "Find whole word only": "Localizar somente a palavra inteira", - "Finish": "Acabamento", - "First": "Primeiro", - "First Column:": "Primeira Coluna:", - "First Context:": "Primeiro contexto:", - "First Data Frame": "Primeiro quadro de dados", - "First Data Frame:": "Primeira Estrutura de dados:", - "First Explanatory Variable": "Primeira Variável Explicativa", - "First Explanatory Variable:": "Primeira Explicação Variável:", - "First Factor:": "Primeiro Fator:", - "First Line is Column Headers:": "Primeira linha é os cabeçalhos das colunas:", - "First Row is Column Headers": "Primeira linha é os cabeçalhos da coluna", - "First Variable(s):": "Primeiro(s) variável(es):", - "First Variable:": "Primeira Variável:", - "First Variables:": "Primeiras variáveis:", - "First Word:": "Primeira Palavra:", - "Fiscal Year:": "Ano fiscal:", - "Fit": "Ajustar", - "Fit Model and Bootstrap Options": "Ajustar Opções de Modelo e Inicialização", - "Fit Multiple": "Ajustar Múltiplo", - "Fit Single": "Ajustar Simples", - "Fit a Gamma Distribution": "Ajustar a Distribuição Gama", - "Fit an Extreme Distribution": "Ajustar a uma distribuição extrema", - "Fitted Model": "Modelo preenchido", - "Fitted Model:": "Modelo ajustado:", - "Fitted Values": "Valores depositados", - "Fitting Method": "Método de preenchimento", - "Fitting Options": "Opções de Adesão", - "Fixed": "Corrigido", - "Fixed Day": "Dia fixo", - "Fixed Number of Columns": "Número fixo de colunas", - "Fixed Number of Components": "Número fixo de componentes", - "Fixed Number of Rows": "Número fixo de linhas", - "Fixed width": "Largura fixa", - "Flat Frequency Table": "Tabela de Frequência Plana", - "Flip Coordinates": "Inverter Coordenadas", - "Flip coordinates": "Inverter coordenadas", - "Fliter Preview:": "Visualização do Flitro:", - "Font Size:": "Tamanho da Fonte:", - "For All Dialogs": "Para todos os diálogos", - "For This Dialog Only": "Apenas para este diálogo", - "Force positive": "Força positiva", - "Foreign Winner:": "Vencedor Estrangeiro:", - "Format Current or Selected Columns": "Formatar colunas atuais ou selecionadas", - "Format Data": "Formatar dados", - "Format Description": "Descrição do formato", - "Format Field": "Formato do campo", - "Format Font:": "Format Font:", - "Format:": "Formato:", - "Four Variable Modelling": "Modelagem de quatro variáveis", - "Fourth Context:": "Quarto contexto:", - "Fraction Trimmed:": "Corte da Fração:", - "Fractions": "Frações", - "Free": "Gratuito", - "Free Scale Axis for Facets": "Eixo de Escala Livre para Facets", - "Free Scale Y Axis": "Eixo de Escala Livre Y", - "Free Scales X": "Escalas gratuitas X", - "Free Scales Y": "Escalas Grátis Y", - "Free Space": "Espaço livre", - "Free_x": "Livre_x", - "Free_y": "Livre_y", - "Freeze Columns": "Congelar colunas", - "Freeze Columns:": "Travar colunas:", - "French": "francês", - "Frequencies Options": "Opções de Frequências", - "Frequency": "Frequência", - "Frequency Polygon": "Polígono de Frequência", - "Frequency Polygon Options": "Opções de Frequência Polygon", - "Frequency Table & Graph Options": "Opções de Tabela & Gráficos de Frequência", - "Frequency Tables": "Tabelas de frequência", - "Frequency polygon": "Polígono de frequência", - "Frequency tables": "Tabelas de frequência", - "From": "De", - "From Library": "Da biblioteca", - "From Package:": "Do pacote:", - "From:": "De:", - "Frost Days [1:FD]": "Dias do Frost [1:FD]", - "Full Damerau-Levenshtein Distance": "Distância Completa de Damerau-Levenshtein", - "Full Join": "Entrada Completa", - "Full Name": "Nome Completo", - "Function Name:": "Nome da Função:", - "Function...": "Função...", - "Function:": "Função:", - "GEV": "GEV", - "GP": "Guiné", - "Gamma": "Gamma", - "Gamma_With_Shape_and_Mean": "Shape_Com_Com_e_Média", - "Gamma_With_Shape_and_Rate": "Gamma_Com_Forma_e_Taxa", - "Gamma_With_Shape_and_Scale": "Forma_Com_Com_e_Escala", - "Gamma_With_Zeros": "Gamma_Com_Zeros", - "Gaussian": "Gaussiano", - "General ANOVA": "ANOVA geral", - "General ANOVA Options...": "Opções Gerais de ANOVA...", - "General Case": "Caso Geral", - "General Summaries": "Resumos gerais", - "Generalized Linear Models": "Modelos Linear Generalizados", - "Generate Random Sample": "Gerar Amostra Aleatória", - "Geom": "Geom", - "Geom Aesthetics:": "Estética Geom:", - "Geom:": "Geom:", - "Geometric": "Geométrico", - "Geometry": "Geometria", - "Geometry:": "Geometria:", - "Gerrity Score": "Gerrity Score", - "Glance": "Olhar", - "Globalminmax": "Globalminmax", - "GnBu": "GnBu", - "Goodness of Fit (MGE)": "Bondade do Ajuste (MGE)", - "Graph": "Gráfico", - "Graph Caption": "Legenda do gráfico", - "Graph Caption:": "Título do Gráfico:", - "Graph Columns:": "Colunas do gráfico:", - "Graph Display": "Exibição de gráfico", - "Graph Frequencies": "Frequências do gráfico", - "Graph Options": "Opções de Gráfico", - "Graph Sub Title": "Sub título do gráfico", - "Graph Sub Title:": "Título do subtítulo gráfico:", - "Graph Subtitle:": "Subtítulo do gráfico:", - "Graph Title": "Título do gráfico", - "Graph Title:": "Título do Gráfico:", - "Graph and Display Options": "Gráfico e Exibir Opções", - "Graph by Year": "Gráfico por Ano", - "Graph to Use:": "Gráfico a ser usado:", - "Graph to View:": "Gráfico para Visualizar:", - "Graph:": "Gráfico:", - "Graphs": "Gráficos", - "Graphs GUI": "GUI Gráfica", - "Graphs To Combine:": "Gráficos para combinar:", - "Greater Than": "Maior que", - "Greater than": "maior que", - "Green": "Verde", - "Greens": "Verdes", - "Grey": "Cinza", - "Greys": "Cinzas", - "Grid lines": "Linhas de grelha", - "Grid square": "Quadrado em grade", - "Grop Height": "Altura de mercearia", - "Grop Width": "Grop Width", - "Group (Optional):": "Grupo (opcional):", - "Group Data": "Dados do Grupo", - "Group to Connect": "Grupo para Conectar", - "Group:": "Grupo:", - "GroupBox1": "LojaBox1", - "Grouping Factor (Optional):": "Fator de Agrupamento (opcional)", - "Grouping Factor:": "Fator de Agrupamento:", - "Growing Season Length [5:GSL]": "Comprimento da Temporada Crescente [5:GSL]", - "Guess": "Adivinhar", - "Gumbel": "Gumbel", - "H Line Options": "H Opções de Linha", - "HTML (Browser)": "HTML (Navegador)", - "HTML Table": "Tabela HTML", - "Hamming Distance": "Distância de Hamming", - "Hannan-Quinn": "Hannan-Quinn", - "Hargreaves Samani": "Hargreve Samani", - "Harmonics:": "Harmonicas:", - "Hash #": "Hash #", - "Have you tried: Boxplots by a factor.": "Você já experimentou: Caixas por um fator.", - "Have you tried: Describing all your variables at once.": "Você já tentou: Descrevendo todas as suas variáveis de uma só vez.", - "Have you tried: Using the library datasets.": "Já tentou: Usando os conjuntos de dados da biblioteca.", - "Heidke Skill Score": "Pontuação de Habilidade Heidke", - "Helmert": "Helmert", - "Help ": "Socorro ", - "Help...": "Ajuda...", - "Helvetica - Narrow": "Helvetica - Narrow", - "Helveticaserif": "Helveticaserif", - "Hidden Column(s):": "Coluna Escondida(s):", - "Hidden Data Frame(s):": "Quadro(s) de dados escondido(s):", - "Hide": "Esconder", - "Hide (future) commands": "Esconder comandos (futuro)", - "Hide Details <<": "Ocultar Detalhes <<", - "Hide/Unhide Column(s)": "Ocultar/Exibir Coluna(s)", - "Hide/Unhide Data Frame(s)": "Ocultar/Reexibir Quadro(s) de Dados", - "High Ascending": "Alta Ascendente", - "High Descending": "Alta Descendente", - "Highlight Alternate Rows": "Realçar Linhas Alternativas", - "Hist Plot": "Gráfico de histeria", - "Histogram": "Histograma", - "Histogram (Rose Plot)": "Histograma (Gráfico de Rosa)", - "Histogram Bins:": "Histograma de bins:", - "Histogram Method": "Método Histograma", - "Histogram Options": "Opções de Histograma", - "Histogram Plot": "Histograma de lote", - "Hit Rate": "Taxa de acerto", - "Hjust": "Hjust", - "Homogenization (Change Point)": "Homogeneização Altera Ponto)", - "Horizontal": "Horizontal", - "Horizontal Label Position:": "Posição Horizontal da etiqueta:", - "Horizontal Plot": "Gráfico Horizontal", - "Horizontal Plot (coord-flip)": "Gráfico de Plotagem Horizontal (★-flip)", - "Horizontal major grid lines ": "Linhas da grade principais horizontais ", - "Horizontal minor grid lines": "Linhas de grade menores horizontais", - "Horizontally": "Horizontalmente", - "Host:": "Servidor:", - "Hour": "hora", - "How to Display": "Como exibir", - "Humidity Max:": "Limite de Umidade:", - "Humidity Min:": "Umidade Min:", - "HydroGOF": "Hidrógrafo", - "Hypergeometric": "Hipergeométrico", - "Hyphen -": "Hífen -", - "Hypothesis Tests": "Testes de hipóteses", - "I()": "I()", - "ID Column Name:": "Nome da Coluna ID:", - "ID Column:": "ID Column:", - "ID/Station:": "ID/Estação:", - "ID:": "ID:", - "IDs": "IDs", - "IQR": "iQR", - "Icing Days [3:ID]": "Dias Icing [3:ID]", - "Identifier (Optional):": "Identificador (opcional):", - "Identifier:": "Identifier:", - "Identity": "Identidade", - "Ignore Global Aesthetics": "Ignorar a Estética Global", - "Ignore Labels": "Ignorar marcadores", - "Ignore Missing Values": "Ignorar valores ausentes", - "Ignore values on invalid dates": "Ignorar valores em datas inválidas", - "Import": "Importação", - "Import CSV Options": "Importar opções CSV", - "Import Dataset": "Importar dados", - "Import Excel Options": "Importar Opções de Excel", - "Import From CSPRO": "Importar do CSPRO", - "Import From Climsoft": "Importar do Climsoft", - "Import From Climsoft Wizard": "Importar do Climsoft Wizard", - "Import From Databases": "Importar de bancos de dados", - "Import From IRI (Internet connection needed)": "Importar do IRI (conexão à Internet necessária)", - "Import Options": "Importar opções", - "Import RDS Options": "Importar opções RDS", - "Import Text Options": "Importar Opções de Texto", - "Import and Tidy NetCDF File": "Importar e Tidy NetCDF Arquivo", - "Import and Tidy Shapefiles": "Importar e Tidy Shapefiles", - "Import calculations": "Cálculos de importação", - "Import changes log": "Importar registro de alterações", - "Import csv Options": "Importar opções csv", - "Import filters": "Importar filtros", - "Import from CDS (Climate Data Store)": "Importar do CDS (Loja de Dados Climático)", - "Import from ODK": "Importar do ODK", - "Import from OpenRefine": "Importar do OpenRefine", - "Import into climate object": "Importar para objeto climático", - "Import metadata": "Importar metadados", - "Import objects": "Importar objetos", - "Importing the following sheets:": "Importando as seguintes folhas:", - "Imputed:": "Importado:", - "In Steps Of:": "Em Passos De:", - "In Steps of:": "Em passos de:", - "In steps of:": "Em passos de:", - "Inches": "Polegadas", - "Include": "incluir", - "Include Arguments": "Incluir argumentos", - "Include Boxplot": "Incluir Boxplot", - "Include Comments by Default": "Incluir comentários por padrão", - "Include Contexts": "Incluir contextos", - "Include Default Parameter Values in R Commands": "Incluir valores de parâmetros padrão em comandos de R", - "Include Elements Information": "Incluir Informações dos Elementos", - "Include Facets": "Incluir Facets", - "Include First Date of Occurrence": "Incluir a primeira data de ocorrência", - "Include Graph": "Incluir Gráfico", - "Include Graphs": "Incluir gráficos", - "Include Horizontal Line": "Incluir Linha Horizontal", - "Include ID Column": "Incluir Coluna de ID", - "Include Last Date of Occurrence": "Incluir a última data de ocorrência", - "Include Level Numbers": "Incluir números de nível", - "Include Lines of Best Fit": "Incluir Linhas de Melhor Ajuste", - "Include Major Grid Lines": "Incluir Linhas de Grade Principais", - "Include Mean Line": "Incluir linha média", - "Include Mean Lines": "Incluir Linhas Médias", - "Include Metadata": "Incluir Metadados", - "Include Minor Grid Lines": "Incluir Linhas de Grade Menores", - "Include Missing Values": "Incluir valores ausentes", - "Include Models": "Incluir Modelos", - "Include N Occurances": "Incluir N Ocorrências", - "Include Observation Data": "Incluir dados de observação", - "Include Observation Flags": "Incluir Observações", - "Include P-Values": "Incluir valores-P", - "Include Percentages": "Incluir Porcentagens", - "Include Points": "Incluir Pontos", - "Include Regular Expressions": "Incluir expressões regulares", - "Include Smooth Line": "Incluir Linha Suave", - "Include Variable Name in Labels": "Incluir Nome da Variável nos Rótulos", - "Include in Original Data": "Incluir nos dados originais", - "Include requested points in data (if specified)": "Incluir pontos solicitados em dados (se especificado)", - "Include value after label": "Incluir valor após o rótulo", - "Including": "Incluindo", - "Index": "Indexação", - "Index Components:": "Componentes de Índice:", - "Index Number of Duplicates": "Número do Índice de Duplicados", - "Index of agreement": "Índice de acordo", - "Indicators:": "Indicadores:", - "Indices": "Índices", - "Indices Data Frame:": "Estrutura de dados índices:", - "Indices Help": "Ajuda dos índices", - "Individual": "Individual", - "Individual Plots": "Gráficos individuais", - "Individual Summaries": "Resumos individuais", - "Individuals": "Indivíduos", - "Individuals Plot": "Gráfico de indivíduos", - "Inner Join": "Entrada Interna", - "Insert": "Insert", - "Insert ": "Insert ", - "Insert 1 Column After": "Inserir 1 Coluna Depois", - "Insert 1 Column Before": "Inserir 1 Coluna Antes", - "Insert Column(s) After": "Inserir coluna(s) depois", - "Insert Column(s) Before": "Inserir coluna(s) antes", - "Insert Columns": "Insert Columns", - "Insert Columns/Rows": "Insert Columns/Rows", - "Insert Row(s) After": "Inserir Linha(s) Depois", - "Insert Row(s) Before": "Inserir Linha(s) Antes de", - "Insert Rows": "Insert Rows", - "Insert Values": "Inserir Valores", - "Insert at Position:": "Inserir na Posição:", - "Inspect Values": "Inspecionar Valores", - "Install Missing Packages (Online)": "Instalar Pacotes Faltantes (Online)", - "Integer": "Inteiro", - "Interactions:": "Interações:", - "Interested Variable": "Variável Interessada", - "Interested variable": "Variável interessante", - "Interpolate": "Interpolação", - "Interpolate Missing Days": "Interpolar Dias Faltantes", - "Interpolate Missing Entries": "Interpolar entradas ausentes", - "Interval": "Intervalo", - "Interval Size:": "Tamanho do Intervalo:", - "Interval2": "Intervalo2", - "Interval:": "Intervalo:", - "Into": "Em", - "Into Binary Columns": "Nas Colunas Binárias", - "Into Text Components": "Em Componentes de Texto", - "Inventory": "Inventório", - "Inventory Plot": "Pontos de Inventário", - "Inventory Plot Options": "Opções de Pontos de Inventário", - "Inverse": "Inversa", - "Inverse_Gaussian": "Inverso_gaussiano", - "Inward": "Interior", - "Is Currency": "É moeda", - "Is_Element": "Elemento_íte", - "Italic": "Italic", - "J:": "J:", - "Jaccard Distance between q-Gram Profiles": "Distância de Jaccard entre perfis Q-Gram", - "January": "janeiro", - "Jaro or Jaro-Winker Distance": "Distância de Jaro ou Jaro-Winker", - "Jitter": "Jitter", - "Jitter Options": "Opções do Jitter", - "Jitter Plot": "Gráfico de Jitter", - "Jitter dodge": "Jitter dodge", - "Jitter:": "Jitter:", - "Join Options": "Opções de adesão", - "Join Type:": "Tipo de Entrada:", - "Join by:": "Junte-se por:", - "Joining By:": "Juntando-se por:", - "Joining Columns": "Juntando Colunas", - "July": "julho", - "Jump (Element1)": "Pulo (Element1)", - "June": "junho", - "Justify Legend Box": "Justificar caixa de legenda", - "KGE": "KGE", - "Kappa": "Kappa", - "Keep Attributes": "Manter atributos", - "Keep Raw Time": "Manter o tempo bruto", - "Keep as Missing": "Manter como ausente", - "Keep existing data frames": "Manter quadros de dados existentes", - "Keep existing position": "Manter a posição existente", - "Kelvin": "Kelvin", - "Kendall": "Kendall", - "Kernel": "Kernel", - "Kernel :": "Kernel :", - "Key Check:": "Verificação da Chave:", - "Key Columns": "Colunas Chave", - "Key Columns:": "Colunas Chave:", - "Key Name:": "Nome da Chave:", - "Keys:": "Chaves:", - "Kilometres per hour (kmph)": "Quilômetros por hora (kmph)", - "Kiswahili": "Kiswahili", - "Kling-Gupta efficiency": "Eficiência de Kling-Gupta", - "Knots": "Nós", - "Kobo": "Kobo", - "Kurtosis": "Kurtosis", - "L-moments": "L-momentos", - "LSD": "LSD", - "Label": "Descrição", - "Label Cities": "Etiqueta da cidade", - "Label Text (Lower):": "Texto da etiqueta (Lower):", - "Label Text (Upper):": "Texto Rótulo (Superior):", - "Label Text:": "Texto do Marcador:", - "Label Transparency:": "Transparência do rótulo:", - "Label Type:": "Tipo de etiqueta:", - "Label Variable (Optional):": "Variável de rótulo (Opcional):", - "Label of axes": "Rótulo dos eixos", - "Label:": "Etiqueta:", - "Labelled Convert": "Converter Marcador", - "Labels": "Marcadores", - "Labels (": "Etiquetas (", - "Labels (Optional):": "Etiquetas (Opcional):", - "Labels/Levels": "Etiquetas/Níveis", - "Labels:": "Etiquetas:", - "Lang": "Lang", - "Language": "IDIOMA", - "Languages": "Idiomas", - "Large": "grande", - "Last": "Último", - "Last Word:": "Última Palavra:", - "Latin-1": "Latino-1", - "Latitude": "Latitude", - "Latitude Offset:": "Deslocamento de Latitude", - "Latitude:": "Latitude:", - "Latitute:": "Latitute:", - "Layer Dimensions (Aesthetics)": "Dimensões de camada (Aesticas)", - "Layer Options": "Opções de camada", - "Layer Parameters (Geom Parameters)": "Parâmetros de camada (Geom parâmetros)", - "Layers": "Camadas", - "Layers:": "Camadas:", - "Layout": "Disposição", - "Layout Of Data": "Layout de dados", - "Layout incomplete: layout must contain all graphs.": "Layout incompleto: o layout deve conter todos os gráficos.", - "Layout of data": "Layout dos dados", - "Layout:": "Layout:", - "Leap Year": "Ano Salto", - "Leave as Missing": "Deixar como Falta", - "Left": "Esquerda", - "Left Join": "Juntar-se à Esquerda", - "Left:": "Esquerda:", - "Legend": "Lenda", - "Legend (More Options)": "Legenda (Mais opções)", - "Legend Adjustments": "Ajustes de Legenda", - "Legend Background and Key": "Legenda e chave", - "Legend Box Spacing": "Espaçamento da caixa legenda", - "Legend Direction": "Direção de Legenda", - "Legend Justification": "Justificativa de Legenda", - "Legend Key Measurement": "Medição chave legenda", - "Legend Layout": "Leiaute de Legenda", - "Legend Position": "Posição da Legenda", - "Legend Position:": "Posição Legendária:", - "Legend Spacing": "Espaçamento da Legenda", - "Legend Title": "Título da Legenda", - "Legend Title and Text": "Título e Texto da Legenda", - "Legend item labels": "Rótulos dos itens de legenda", - "Legend label": "Rótulo de legenda", - "Legend position": "Posição da legenda", - "Length": "Comprimento", - "Length of Season": "Duração da temporada", - "Length:": "comprimento:", - "Less Than": "Menor que", - "Less than": "Menos de", - "Level": "Nível", - "Level Omitted": "Nível Omitido", - "Levels/Labels (Optional)": "Níveis/Rótulos (Opcional)", - "Levenshtein Distance": "Distância de Levenshtein", - "Leverage": "Alavancagem", - "Lexical Order": "Ordem Léxica", - "Light-Blue": "Azul-claro", - "Likelihood": "Probabilidade", - "Likert Graph": "Gráfico de Likert", - "Likert Options": "Opções de Likert", - "Limits": "Limites", - "Limits:": "Limites:", - "Line": "Linha", - "Line ": "Linha ", - "Line Colour:": "Cor da Linha:", - "Line End": "Final de Linha", - "Line Format": "Formato em linha", - "Line Graph": "Gráfico de linha", - "Line Height": "Altura da linha", - "Line Options": "Opções de Linha", - "Line Plot": "Gráfico de linhas", - "Line Type": "Tipo Linha", - "Line Type:": "Tipo de linha:", - "Line along x axis": "Linha ao longo do eixo x", - "Line along y axis": "Linha ao longo do eixo y", - "Line plot": "Gráfico de linhas", - "Line width": "Largura da linha", - "Linear": "Linear", - "Lines": "linhas", - "Lines To Skip:": "Linhas para pular:", - "Lines along axes": "Linhas ao longo dos eixos", - "Lines to Preview:": "Linhas para pré-visualização:", - "Link Function": "Vincular Função", - "Link Name:": "Nome do link:", - "Links:": "Links:", - "Load Backup Data": "Carregar Dados de Backup", - "Load Script from File...": "Carregar Script do Arquivo...", - "Load from Instat collection": "Carregar da coleção Instat", - "Load from R": "Carregar do R", - "Local Capitals": "Capitais Locais", - "Locate": "Localizar", - "Locating Points in Shape File": "Localizando Pontos no Arquivo de Forma", - "Location": "Local:", - "Location Data Frame Name:": "Nome do quadro de dados localizado:", - "Location Range": "Intervalo de localização", - "Location Selection": "Seleção de localização", - "Lock": "Bloquear", - "Lock and unlock": "Bloquear e desbloquear", - "Log": "Registro", - "Log Base 10": "Log Base 10", - "Logical": "Lógica", - "Logical Column": "Coluna lógica", - "Logical and Symbols": "Lógica e Símbolos", - "Logical columns": "Colunas lógicas", - "Login to CDS": "Acessar CDS", - "Logit": "Logit", - "Lognormal": "Lognormal", - "Lollipop": "Pirulito", - "Long": "Longas", - "Long-dash": "Longe-traço", - "Longest Common Substring Distance": "Distância da Subcadeia Comum Longa", - "Longitude:": "Longitude:", - "Looking for free statistics textbooks?": "Procurando por livros de estatísticas gratuitas?", - "Looking for interesting case studies for teaching?": "Procurando por estudos de caso interessantes para ensinar?", - "Looking for training materials?": "Procurando materiais de treinamento?", - "Low Ascending": "Baixa Ascensão", - "Low Descending": "Baixa Descendente", - "Lower Limit": "Limite inferior", - "Lower Limit :": "Limite Baixo:", - "MAE": "MAE", - "MASS": "MASSA", - "MBIC": "MBIC", - "ME": "RO", - "Main": "Principal", - "Main Blocking Variable:": "Variável de Bloqueio Principal:", - "Main Context:": "Contexto principal:", - "Main Data Frame:": "Estrutura de dados principais:", - "Main ID:": "ID principal:", - "Main Measurement:": "Medição Principal:", - "Main Option:": "Opção Principal:", - "Major Grid Lines": "Linhas de Grade Principais", - "Major Tick Marks": "Marcas Principais", - "Major grid lines ": "Linhas principais da grade ", - "Make": "Criar", - "Make Date": "Data de fabricação", - "Manipulations": "Manipulações", - "Manipulations:": "Manipulações:", - "Manual": "Manualmente", - "Map Options": "Opções de Mapa", - "Map Options ": "Opções de Mapa ", - "Map Outline": "Contorno do mapa", - "March": "março", - "Margins": "Margens", - "Margins to Dispaly": "Margens para Dispaly", - "Markov Chains": "Correntes Markov", - "Markov Type:": "Tipo de Markov:", - "Match Case": "Diferenciar maiúsculas", - "Matched With": "Correspondido com", - "Matching Column (Optional)": "Coluna de correspondência (opcional)", - "Matching Column:": "Coluna de Correspondência:", - "Matching column": "Coluna de correspondência", - "Maths": "Matemática", - "Max": "Máximo", - "Max Missing Data": "Máximo de dados ausentes", - "Max Break Point:": "Ponto de Quebra Máxima:", - "Max Duration Missing Data": "Duração Máxima dos Dados Faltantes", - "Max Latitude:": "Máximo de Latitude:", - "Max Longitude:": "Longitude máxima:", - "Max Missing Days": "Máximo de dias ausentes", - "Max:": "Máx:", - "Maximum": "Máxima", - "Maximum Distance from 0": "Distância Máxima de 0", - "Maximum Dry Days:": "Dias máximos de seca:", - "Maximum Factor Levels Shown:": "Mostram de níveis máximos de fatores:", - "Maximum Gap:": "Espaço máximo:", - "Maximum Latitude": "Latitude máxima", - "Maximum Length of Dry Spell [23:CDD]": "Comprimento Máximo de Feitiço Seco [23:CDD]", - "Maximum Length of Wet Spell [24:CWD]": "Comprimento máximo do Feitiço úmido [24:CWD]", - "Maximum Likelihood (MLE)": "Probabilidade Máxima (MLE)", - "Maximum Logitude": "Logitude Máxima", - "Maximum Missing Days": "Máximo de dias perdidos", - "Maximum Number of Columns to Display:": "Número máximo de colunas a exibir:", - "Maximum Number of Components": "Número Máximo de Componentes", - "Maximum Number of Rows to Display:": "Número máximo de linhas a exibir:", - "Maximum Rain:": "Chuva máxima:", - "Maximum Rows To Import": "Máximo de linhas para importar", - "Maximum Size:": "Tamanho Máximo:", - "Maximum Temperature:": "Temperatura máxima:", - "Maximum Temperatures": "Temperaturas máximas", - "Maximum Values": "Valores máximos", - "Maximum likelihood": "Probabilidade máxima", - "Maximum mean bias:": "Viés máximo médio:", - "Maximum number of consecutive missing allowed": "Número máximo permitido consecutivo ausente", - "Maximum number of missing allowed": "Número máximo permitido de falta", - "Maximum percentage of missing allowed": "Porcentagem máxima de faltando permitidos", - "Maximum stdev bias:": "Viés máximo de stdev:", - "Maximum:": "Máximo:", - "May": "maio", - "Mean": "Média", - "Mean Diurnal Temperature Range [16:DTR]": "Alcance de temperatura média do diurno [16:DTR]", - "Mean absolute error": "Erro absoluto médio", - "Mean and Variance": "Média e variação", - "Mean error": "Erro médio", - "Mean residual life": "Vida residual média", - "Mean sea level pressure": "Pressão do nível do mar médio", - "Mean squared error": "Erro médio ao quadrado", - "Mean wave direction": "Direção da onda média", - "Mean wave period": "Período médio de onda", - "Mean(t-interval)": "Mesmo(intervalo)", - "Meanlog": "Significado", - "Means": "Significa", - "Measure:": "Medida:", - "Measurement Y axis:": "Eixo de medição Y:", - "Measurement:": "Medição:", - "Measurements": "Medições", - "Median": "Mediana", - "Median Absolute Deviation (MAD)": "Desvio Absoluto Mediano (MAD)", - "MedianCI Method:": "Método MedianCI:", - "MedianHL": "MedianHL", - "Medium": "Média", - "Merge": "Mesclar", - "Merge Additional Data": "Mesclar dados adicionais", - "Metadata": "Metadados", - "Metadata Columns:": "Colunas de metadados:", - "Metadata Property:": "Propriedade de metadados:", - "Metadata to Delete": "Metadados para Excluir", - "Method": "Método", - "Method of moments": "Método de Momentos", - "Method:": "Método:", - "Methods": "Métodos", - "Metres per second (mps)": "Metros por segundo (mps)", - "Miles per hour (mph)": "Milhas por hora (mph)", - "Millimetres": "Millimetres", - "Million Data Points": "Pontos de Dados Milhões", - "Min": "Mínimo", - "Min Break Point:": "Ponto de Interrupção:", - "Min Latitude:": "latitude mínima:", - "Min Longitude:": "Longitude Mínima:", - "Min/Max": "Mín/Max", - "Min10": "Min10", - "Min:": "Mín:", - "MinSegLen:": "MinSegLen:", - "Minimum": "Mínimo", - "Minimum Base Data Present:": "Nível Mínimo de Dados da Base:", - "Minimum Latitude": "Latitude Mínima", - "Minimum Longitude": "Longitude Mínima", - "Minimum Number of Points:": "Número Mínimo de Pontos:", - "Minimum Size:": "Tamanho Mínimo:", - "Minimum Temperature": "Temperatura mínima", - "Minimum Temperature:": "Temperatura mínima:", - "Minimum Temperatures": "Temperaturas mínimas", - "Minimum Values": "Valores Mínimos", - "Minimum and Maximum": "Mínimo e Máximo", - "Minimum number of non missing required": "Número mínimo de não faltando obrigatório", - "Minimum:": "Mínimo:", - "Minor Grid Lines": "Linhas de Grade Menores", - "Minor Tick Marks": "Marcas secundárias", - "Minute": "minuto", - "Minutes": "minutos", - "Minutes:": "Minutos:", - "Missing": "Faltando", - "Missing Colour:": "Cor faltando:", - "Missing Data": "Dados em Falta", - "Missing Data Options": "Opções de Dados em Falta", - "Missing Data Table": "Tabela de dados ausente", - "Missing Method": "Método ausente", - "Missing Options": "Opções em falta", - "Missing Value": "Valor em falta", - "Missing Value String:": "Falta a string valor:", - "Missing Values": "Valores Faltando", - "Missing values shown as NA": "Valores em falta exibidos como NA", - "Missing:": "Faltando:", - "Mode": "Modo", - "Model": "Modelo", - "Model Formula:": "Fórmula do Modelo:", - "Model Operator:": "Operador Modelo:", - "Model Options": "Opções do Modelo", - "Model Options...": "Opções de modelo...", - "Model Preview:": "Visualização de Modelo:", - "Model:": "Modelo:", - "Modelling": "Modelling", - "Models": "Modelos", - "Models:": "Modelos:", - "Modified Nash-Sutcliffe efficiency": "Eficiência de Nash-Sutcliffe modificada", - "Modified index of agreement": "Índice de acordo modificado", - "Modifier": "Modifier", - "Modify": "Modificação", - "Modify Event": "Modificar Reunião", - "Modulo": "Modulo", - "Moments (MME)": "Momentos (MME)", - "Monte-Carlo:": "Monte-Carlo:", - "Month": "Mês", - "Month Abbreviations": "Abreviações do Mês", - "Month As Factor": "Mês como fator", - "Month Columns (12)": "Colunas do Mês (12)", - "Month Columns (12):": "Colunas do Mês (12):", - "Month(Full Name)-Day-Year(4-digit)": "Mês(Full Name)-Dia-Ano(4-dígito)", - "Month(Full Name)/Day/Year(4-digit)": "Mês(Full Name)/Dia/Ano(4-dígito)", - "Month(abbr)-Day-Year(4-digit)": "Mês(abbr)-Dia-Ano(4-dígito)", - "Month(abbr)/Day/Year(4-digit)": "Mês(abbr)/Dia/Ano(4-dígito)", - "Month-Day-Year(4-digit)": "Mês-Dia-Ano(4-dígito)", - "Month/Day/Year(4-digit)": "Mês/Dia/Ano(4-dígito)", - "Month:": "Mês:", - "Monthly": "Mensual", - "Monthly Precipitation 0.05 degree": "Precipitação mensal 0,05 graus", - "Monthly rainfall less than:": "Chuva mensal menor que:", - "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Precipitação máxima de 1 dia mensal/anual [17:Rx1day]", - "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Mensal/Anual Máximo Consecutivo de 5 dias Precipitação [18:Rx5day]", - "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Mês/Anual Máximo de Temperatura Máxima Diária [6:TXx]", - "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Mês/Anual Máximo de Temperatura Mínima Diária [7:TNx]", - "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Mês/Ano Mínimo da Temperatura Máxima Diária [8:TXn]", - "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Mês/Ano Mínimo da Temperatura Mínima Diária [9:TNn]", - "Monthly:": "Mensal:", - "Months": "Meses", - "More": "MAIS", - "More ...": "Mais ...", - "More Options": "Mais opções", - "Mosaic Plot": "Gráfico de mosaicos", - "Mosaic Plot Options": "Opções de Plot Mosaic", - "Moving": "Movendo", - "Moving Average": "Média em Movimento", - "Moving average": "Média de movimento", - "Multi-Plot": "Multi-Plot", - "Multiple": "Múltiplos", - "Multiple Columns": "Colunas múltiplas", - "Multiple Data Columns": "Várias Colunas de Dados", - "Multiple Spells": "Feitiços Múltiplos", - "Multiple Variables": "Várias variáveis", - "Multiple columns": "Múltiplas colunas", - "Multistate": "Multiestado", - "N": "N", - "N Missing": "N Faltando", - "N Non Missing": "N Não Falta", - "N Total": "N Total", - "NA": "NN", - "NASA": "NASA", - "NCMP Count Records": "Registros de contagem NCMP", - "NCMP Indices": "Índices NCMP", - "NCMP Metadata": "Metadados NCMP", - "NCMP Region Average": "Média da Região NCMP", - "NCMP Summary File": "Arquivo de Resumo NCMP", - "NCMP Trend Graphs": "Gráficos de tendência NCMP", - "NCMP Variogram": "Variograma NCMP", - "NOAA": "NOME", - "NSE": "NSE", - "NULL": "NULO", - "Name New Columns": "Nome Novas Colunas", - "Name:": "Nome:", - "Nash-Sutcliffe efficiency": "Eficiência de Nash-Sutcliffe", - "Native": "Nativo", - "Natural Log": "Tronco natural", - "Negative_Binomial": "Negative_Binomial", - "Neighbour:": "Vizinho:", - "Neighbouring": "Vizinhança", - "Nelder-Mead": "Milho-Hidromel", - "NetCDF Options": "Opções de NetCDF", - "Neutral Level:": "Nível Neutro", - "New": "Novidades", - "New Column Name": "Nome da Nova Coluna", - "New Column Name:": "Nome da Nova Coluna", - "New Data Frame": "Novo Quadro de Dados", - "New Data Frame Name:": "Nome do Novo Quadro de Dados:", - "New Data Frame:": "Nova Estrutura de Dados:", - "New Distribution": "Nova Distribuição", - "New Filter Name:": "Novo Nome do Filtro:", - "New Label": "Novo Marcador", - "New Metadata Name": "Novo Nome de Metadado", - "New Name:": "Novo Nome:", - "New Theme Name": "Novo nome do tema", - "New Value:": "Novo valor:", - "New column will be at the: ": "Nova coluna vai ser em: ", - "New column will be at:": "A nova coluna será em:", - "New column will be: ": "Nova coluna será: ", - "NewCenturySchoolbook": "Escola", - "Next": "Próximo", - "NimbusMonURWHelvetica": "NimbusMonURWHelvetica", - "NimbusRom": "NimbusRom", - "NimbusSanCond": "NimbusSanCond", - "No": "Não", - "No ": "Não ", - "No Backup Data File Detected": "Nenhum arquivo de dados de backup detectado", - "No Backup Debugging Log File Detected": "Nenhum arquivo de log de depuração detectado no backup", - "No Backup Log File Detected": "Nenhum arquivo de log de backup detectado", - "No Capitals": "Sem Maiúsculas", - "No Connection": "Sem conexão", - "No Data Loaded": "Nenhum dado carregado", - "No Decimal": "Sem casas decimais", - "No Facets": "Sem Facts", - "No Files found": "Nenhum arquivo encontrado", - "No Plot": "Sem Terreno", - "No Space ()": "Sem espaço ()", - "No Title": "Sem título", - "No data loaded": "Nenhum dado carregado", - "No of Bins: ": "Número de Vínculos: ", - "No of Clusters:": "Número de Clusters:", - "No package with this name.": "Nenhum pacote com esse nome.", - "No preview available.": "Pré-visualização não disponível.", - "No sheet selected.": "Nenhuma folha selecionada.", - "No. Bids Received:": "Não. Ofertas recebidas:", - "No. Considered Bids:": "Não. Considerado Lids:", - "No. of Directions:": "No. de Direções:", - "No. of Speeds:": "Não. de Velocidades:", - "No_Distribution": "Nenhuma_distribuição", - "Non-Parametric One Way ANOVA": "Não-paramétrico One Way ANOVA", - "Non-Parametric Two Way ANOVA": "Não-paramétrico de dois caminhos ANOVA", - "Non_Parametric One Sample Tests": "Não Parametric Um Teste de Amostra", - "None": "Nenhuma", - "Norm": "Normal", - "Normal": "normal", - "Normal Convert": "Conversão normal", - "Normalise": "Normalizar", - "Normalised Parent Coordinates": "Coordenadas pai normalizadas", - "Normalized root mean squared error": "Raiz normalizada significa erro ao quadrado", - "Northern Hemisphere": "Hemisfério Norte", - "Not Implemented": "Não implementado", - "Not implemented": "Não implementado", - "Notch": "Entalhe", - "November": "novembro", - "Nudge": "Cutucada", - "Null Hypothesis:": "Hipótese nulo:", - "Number": "numero", - "Number Of Colours:": "Número de cores:", - "Number of Categories": "Número de categorias", - "Number of Column(s):": "Número de coluna(s):", - "Number of Columns": "Número de colunas", - "Number of Columns to Insert:": "Número de colunas a inserir:", - "Number of Columns:": "Número de Colunas:", - "Number of Components:": "Número de Componentes:", - "Number of Digits to Display:": "Número de dígitos para exibir:", - "Number of Iterations:": "Número de Iterações:", - "Number of Missing": "Número de Faltas", - "Number of Pieces to Return:": "Número de peças a retornar:", - "Number of Preview Rows:": "Número de linhas de pré-visualização:", - "Number of Quantiles:": "Número de Quantidades:", - "Number of Rainy Days": "Número de dias chuvosos", - "Number of Rows to Insert:": "Número de linhas a inserir:", - "Number of Rows:": "Número de linhas:", - "Number of Samples:": "Número de amostras:", - "Number of Thresholds:": "Número de limite:", - "Number of non-numeric: ": "Número de não-numérico: ", - "Numeric": "Numeric", - "Numeric by Categorical:": "Numérico por Categoria:", - "Numeric by Numeric:": "Numérico por Numérico:", - "Numeric:": "Numeric:", - "Numerical summaries": "Resumos numéricos", - "Object to View:": "Objeto a ver:", - "Objects": "Objetos", - "Objects to Delete:": "Objetos para Deletar:", - "Objects to Reorder:": "Objetos para Reordenar:", - "Observations:": "Observações:", - "Observed:": "Observado:", - "Occurence": "Ocorrência", - "Occurrence": "Ocorrência", - "October": "outubro", - "Ok": "OK", - "Ok: Layout contains all graphs": "Ok: Layout contém todos os gráficos", - "Old": "Antigo", - "Omit Below": "Omitir abaixo", - "Omit End": "Omitir final", - "Omit Missing Values": "Omitir valores ausentes", - "Omit Months": "Omitir Meses", - "Omit Start": "Omitir Início", - "Omit Value(s)": "Omitir valor(s)", - "Omit Zero": "Omitir Zero", - "Ona": "Ona", - "One Data Frame": "Um quadro de dados", - "One Sample": "Um Exemplo", - "One Variable Compare Models": "Uma Variável Comparar Modelos", - "One Variable Fit Model": "Um Modelo de Ajuste Variável", - "One Variable Graph": "Um gráfico variável", - "One Variable Graph Options": "Uma Variável de Opções Gráficas", - "One Variable Summarise": "Uma Variável Resumo", - "One Variable Use Model": "Um Modelo de Uso Variável", - "One Way ANOVA": "Um caminho ANOVA", - "One Way Frequencies": "Frequências de Uma Via", - "One Way Frequencies Options": "Opções de Frequências de Uma Via", - "One-Sided (y1y2)": "Um-lado (y1>y2)", - "Only Include Data Variables": "Incluir somente variáveis de dados", - "Only My Countries": "Somente meus países", - "Open": "Abertas", - "Open Browser": "Abrir Navegador", - "Open Dataset from Library": "Abrir Dataset da Biblioteca", - "Open Log File": "Abrir arquivo de log", - "Open SST": "Abrir SST", - "Open Script as File": "Abrir o script como arquivo", - "Operator:": "Operador", - "Optimal String Alignment": "Alinhamento de String ideal", - "Optimisation": "Otimização", - "Option 1:": "Opção 1:", - "Option 2:": "Opção 2:", - "Option:": "Opção:", - "Options": "Opções", - "Options by Context Boxplot": "Opções por Contexto Boxplot", - "Options:": "Opções:", - "Or": "ou", - "Or Column": "Ou coluna", - "OrRd": "OrRd", - "Orange": "Laranja", - "Oranges": "Oranges", - "Ord.": "Ord.", - "Order": "Encomenda", - "Order By:": "Ordenar por:", - "Order by another variable": "Pedido por outra variável", - "Order:": "Pedido:", - "Ordered Factor": "Fator Ordenado", - "Ordered Factor:": "Fator Ordenado:", - "Ordinary": "Comum", - "Organise": "Organizar", - "Origin": "Origem", - "Origin:": "Origem:", - "Original Level": "Nível original", - "Orthogonal": "Ortogonal", - "Other Axis (Optional):": "Outro eixo (opcional):", - "Other Blocking Variables:": "Outras Variáveis Bloqueadas:", - "Other Contexts:": "Outros contextos:", - "Other IDs:": "Outros IDs:", - "Other Measurements:": "Outras Medidas:", - "Other Observed Variables:": "Outras Variáveis Observadas:", - "Other Options:": "Outras Opções:", - "Other Predicted Variables:": "Outras variáveis previstas:", - "Out of Days:": "Fora de dias:", - "Outlier": "Anómalo", - "Outline": "Contorno", - "Outlying": "Distante", - "Output": "Saída", - "Output ": "Saída ", - "Output Format:": "Formato de saída:", - "Output Grid Square Data": "Dados Grade de Saída Quadrada", - "Output Options": "Opções de saída", - "Output for CPT": "Saída para CPT", - "Outward": "Exterior", - "Over": "Sobre", - "Over Day(s):": "Durante o dia:", - "Over Days:": "Durante os Dias:", - "Overall Interval Length:": "Comprimento geral do intervalo", - "Overwrite Title": "Substituir Título", - "Overwrite existing if duplicates found": "Sobrescrever existente se duplicatas encontradas", - "P10": "P10", - "P20": "P20", - "P25": "P25", - "P30": "P30", - "P33": "P33", - "P40": "P40", - "P60": "P60", - "P67": "P67", - "P70": "P70", - "P75": "P75", - "P80": "P80", - "P90": "P90", - "PBIAS": "PBIAS", - "PBIB": "PBIB", - "PCA Options": "Opções de PCA", - "PELT": "PELT", - "PICSA Crops": "PICSA Crops", - "PICSA Options": "Opções do PICSA", - "PICSA Rainfall Graph": "Gráfico da chuva PICSA", - "PICSA Rainfall Graphs": "Gráficos de chuva PICSA", - "PICSA Temperature": "Temperatura PICSA", - "PP": "PP", - "PP-Plot": "Plotagem", - "PPP Adjusted Contract Value:": "Valor do contrato atualizado com PPP:", - "PRGn": "PRGN", - "Package Name:": "Nome do Pacote:", - "Package exists and not currently installed.": "O pacote existe e não está instalado.", - "Package is installed and up to date.": "O pacote está instalado e atualizado.", - "Package is installed. Newer version available: ": "O pacote está instalado. Versão mais recente disponível: ", - "Package is installed. No version information available.": "O pacote está instalado. Não há informações de versão disponíveis.", - "Packages Documenation": "Documentação dos pacotes", - "Pad": "Preencher", - "Pad Date": "Pad Date", - "Pad:": "Pad:", - "Page by:": "Página por:", - "Pairwise": "Pairwise", - "Pairwise Plot": "Pairwise Plot", - "Palatino": "Palatino", - "Palette:": "Palette:", - "Panel": "Painel", - "Panel (More Options)": "Painel (Mais Opções)", - "Panel Background": "Fundo do Painel", - "Panel Border": "Borda das Peças", - "Panel Border and Background ": "Borda de painéis e fundo ", - "Panel Grid": "Grade de Chapas", - "Panel Spacing": "Espaçamento de painéis", - "Panel and Background ": "Painel e Fundo ", - "Panel background": "Fundo do painel", - "Panel border": "Borda do painel", - "Panel.ontop": "Painel", - "Parallel Coordinate Plot": "Gráfico de Coordenadas Paralelas", - "Parallel Plots": "Gráficos Paralelos", - "Parameter:": "Parâmetro:", - "Parametric": "Paramétrico", - "Parcoord Options": "Opções do Parcoord", - "Pars": "Pars", - "Partial": "Parcial", - "Partitioning:": "Particionando:", - "Paste Data to New Column(s)": "Colar Dados para Nova Coluna", - "Paste Data to New Data Frame": "Colar dados para nova moldura de dados", - "Pastel1": "Pastel1", - "Pastel2": "Pastel2", - "Path:": "Caminho:", - "Pattern:": "Padrão:", - "Peaks": "Pico", - "Pearson": "Pearson", - "Pearson Correlation": "Correlação de Pearson", - "Pen.Value:": "Valor da pena:", - "Penalty:": "Penalidade:", - "PenmanMonteith": "PenmanMonteith", - "Pentad": "Pentad", - "Perc": "Perc", - "Percent": "Porcentagem", - "Percent Correct": "Porcentagem correta", - "Percent bias": "Percentagem de viés", - "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Porcentagem de dias em que Tmax está acima de 90 % [13:TX90p]", - "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Porcentagem de dias quando Tmax está abaixo de 10 por cento [11:TX10p]", - "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Porcentagem de dias quando Tmin está acima de 90 por cento [12:TN90p]", - "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Porcentagem de dias quando Tmin está abaixo de 10 por cento [10:TN10p]", - "Percentage of factor": "Fator percentual", - "Percentages": "Porcentagem", - "Percentages of overall total": "Porcentagem do total", - "Percentile": "Percentil", - "Percentile Rose": "Rosa Percentil", - "Percentile:": "Percentile:", - "Percents": "Porcentagens", - "Period .": "Período .", - "Period(.)": "Período(.)", - "Period:": "Período:", - "Permute Column": "Coluna Permutada", - "Pettitt": "Tampa", - "PiYG": "PiYG", - "Picas": "Fotos", - "Pie Chart": "Gráfico Redondo", - "Pie Chart Options": "Opções do gráfico Pie", - "Pierce Skill Score": "Perfurar Pontuação da Habilidade", - "Pink": "Rosa", - "Plain": "Simples", - "Planting Day(s):": "Dia(s) de Plantação:", - "Plot": "Sinopse", - "Plot Anomaly": "Traçar Anomalia", - "Plot Background ": "Traçar Fundo ", - "Plot Capitals:": "Traçar maiúsculas:", - "Plot Cities": "Traçar Cidades", - "Plot Coast Lines": "Plotar Linhas Costas", - "Plot Countries": "Países de plotagem", - "Plot Graph": "Traçar Gráfico", - "Plot Height:": "Altura do terreno:", - "Plot High Resolution": "Traçar alta resolução", - "Plot Likelihood": "Traçar Probabilidade", - "Plot Log-Likelihood": "Traçar Log-Probabilidade", - "Plot Margin": "Margem de plotagem", - "Plot Options": "Opções de Terreno", - "Plot Options...": "Opções de terreno...", - "Plot Own Locations": "Localizações do Terreno", - "Plot Region": "Região de Terreno", - "Plot Rivers": "Traçar Rios", - "Plot Title": "Título do Terreno", - "Plot Title and Caption": "Traçar o título e a legenda", - "Plot Type": "Tipo de Terreno", - "Plot Width:": "Largura do terreno:", - "Plot character": "Traçar caractere", - "Plot subtitle (text appearance)": "Traçar a legenda (aparência do texto)", - "Plot title (text appearance)": "Traçar o título (aparência do texto)", - "Plot type": "Tipo de plota", - "Plot window": "Traçar janela", - "Plots": "Gráficos", - "Plus4": "Plus4", - "Plus:": "Adicional:", - "Point": "Ponto", - "Point Jitter:": "Jitter do Ponto:", - "Point Options": "Opções de Ponto", - "Point Plot": "Gráfico de pontos", - "Point Transparency:": "Transparência do Ponto:", - "Point plot": "Gráfico de pontos", - "Points": "Pontos", - "Poisson": "Poisson", - "Polar Annulus": "Polar Annulus", - "Polar Cluster": "Aglomerado Polar", - "Polar Coordinate:": "Coordenada polar:", - "Polar Coordinates": "Coordenadas polares", - "Polar Cordinates": "Coordenadas polares", - "Polar Plot": "Gráfico Polar", - "Polar frequency": "Frequência polar", - "Pollutant:": "Pollutant:", - "Polygon Options": "Opções do Polígono", - "Polynomial:": "Polinômio:", - "Polynomials": "Polinômios", - "Population Pyramids": "Pirâmides de população", - "Population_Failures": "População_Falhas", - "Population_Successes": "População_Sucesso", - "Port:": "Porta:", - "Position": "Posição", - "Position - Estimates:": "Posição - Estimativas:", - "Position - Reference:": "Posição - Referência:", - "Position:": "Posição:", - "Postion:": "Postagem:", - "Precipitation": "Precipitação", - "Precipitation >= 10mm Per Day [20:R10mm]": "Precipitação >= 10mm por dia [20:R10mm]", - "Precipitation >= 20mm Per Day [21:R20mm]": "Precipitação >= 20mm por dia [21:R20mm]", - "Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Precipitação >= um Valor Especificado por Dia [22:Rnnmm]", - "Precipitation Quantiles:": "Quantidades de precipitação", - "Precipitation:": "Precipitação:", - "Predict": "Prever", - "Predict...": "Predict...", - "Prediction": "Previsão", - "Predictions:": "Previsões:", - "Prefix For Inserted Column(s):": "Prefixo para a coluna inserida(s):", - "Prefix for Data Frames:": "Prefixo para quadros de dados:", - "Prefix for New Column:": "Prefixo para a Nova Coluna:", - "Prefix for New Columns:": "Prefixo para novas colunas:", - "Preview Current Sheet": "Pré-visualizar a folha atual", - "Preview Log": "Pré-visualizar Log", - "Preview Output": "Pré-visualização de saída", - "Preview not yet implemented for this file type.": "Visualização ainda não implementada para este tipo de arquivo.", - "Preview:": "Pré-visualização:", - "Primary": "Primário", - "Primary data": "Dados primários", - "Principal Component Analysis": "Análise de Componente Principal", - "Print": "Impressão", - "Print Current Sheet": "Imprimir Chapa Atual", - "Print Log": "Imprimir Log", - "Print Output": "Print Output", - "Print Proportions Table(s)": "Imprimir Tabela(s) de Proporções", - "Print Results to Output Window": "Imprimir resultados para a janela de saída", - "Print and Preview Options": "Opções de impressão e pré-visualização", - "Print declustered summary": "Imprimir resumo desagrupado", - "Print to Output Window": "Imprimir para a janela de saída", - "Prob-prob Plot": "Gráfico de prob", - "Probabilities": "Probabilidades", - "Probability": "Probabilidade", - "Probability plot": "Gráfico de probiabilidade", - "Probit": "Probitar", - "Procedure Type:": "Tipo de procedimento:", - "Procurement Category:": "Categoria de aquisição:", - "Procurement Type 2:": "Tipo de contratação 2:", - "Procurement Type 3:": "Tipo de contratação 3:", - "Procurement Type Categories:": "Categorias de Tipo de Companhia:", - "Procuring Authority ID:": "ID da Autoridade de Procuração:", - "Procuring Authority:": "Autoridade de Procuração:", - "Produce Bootstrap": "Produzir Bootstrap", - "Project ID:": "ID do Projeto:", - "Project Name:": "Nome do Projeto:", - "Prop. and Percentages...": "Prop. e porcentagens...", - "Property": "Propriedade", - "Property:": "Propriedade:", - "Proportion": "Proporção", - "Proportions": "Proporções", - "Proportions or Percentages": "Proporções ou Porcentagens", - "Proportions/Percentiles/Count": "Proporções/Percentiles/Contagem", - "Provincial": "Provincial", - "PuBu": "PuBu", - "PuBuGn": "PuBuGn", - "PuOr": "Puor", - "PuRd": "PuRd", - "Purple": "Roxo", - "Purples": "Púrpura", - "Q-Q": "Q-Q", - "Q. Method:": "Método Q:", - "Q1": "T1", - "Q3": "T3", - "Q:": "P:", - "QQ": "QQ", - "QQ-Plot": "QQ-Plot", - "QQ2 Plot": "Plotagem QQ2", - "Qn": "Qn", - "Qualitative": "Quitativo", - "Qualitative Supplementary Variables": "Variáveis complementares qualitativas", - "Quality Control Level for Rain:": "Nível de controle de qualidade para a chuva:", - "Quality Control Level for Temperature:": "Nível de Controle de Qualidade para Temperatura:", - "Quantile": "Quantidades", - "Quantile Algorithm:": "Quantile Algorithm:", - "Quantile:": "Quantidade:", - "Quantiles": "Quantidades", - "Quantitative Supplementary Variables": "Variáveis suplementares quantitativas", - "Quarter": "Trimestre", - "Quartiles && Terciles": "Quartilhos && Terciles", - "Quartiles (QME)": "Quartilhos (QME)", - "Quasi": "Quasi", - "Quasibinomial": "Quasibinomial", - "Quasipoisson": "Quasipoisson", - "R Options": "R Opções", - "R Package Issues": "Problemas do pacote R", - "R Package:": "Pacote R:", - "R Packages": "R Pacotes", - "R package:": "Pacote R:", - "REGW": "VERMELHO", - "RFE2 10-day Precipitation": "Precipitação de 10 dias RFE2", - "RFE2 Daily Precipitation": "Precipitação diária RFE2", - "RMSE": "RMSE", - "R^2": "R^2", - "Radiation:": "Radiação:", - "RadioButton1": "BotãoRadio1", - "Rain": "Chuva", - "Rain Column:": "Coluna de Chuva:", - "Rain:": "Chuva:", - "Rainfall": "Chuva", - "Random": "Aleatório", - "Random Examples": "Exemplos aleatórios", - "Random String (Salt):": "String aleatória (Salt):", - "Random Subsets": "Subconjuntos aleatórios", - "Range": "Range", - "Range:": "Range:", - "Rank": "Classificação", - "Rate": "Avaliar", - "Rates": "Taxas", - "Rating Data": "Dados de Classificação", - "Ratio of root mean square error": "Taxa de erro de quadrado médio da raiz", - "Ratio of standard deviations": "Taxa de desvios padrão", - "RdBu": "RdBu", - "RdGy": "RdGy", - "RdPu": "RdPu", - "RdYlBu": "RdYlBu", - "RdYlGn": "RdYlGn", - "Recode Factor": "Fator de Recodificação", - "Recode Numeric": "Recode Numeric", - "Recode Numeric Into Quantiles": "Recodificar quantidades numéricas em", - "Rectangular": "Retangular", - "Red": "Vermelho", - "Red Flags:": "Bandeiras Vermelhas:", - "Redo": "Refazer", - "Reds": "Reds", - "Reference Level": "Nível de referência", - "Reference Values:": "Valores de Referência:", - "Refresh Preview": "Atualizar pré-visualização", - "Regex": "Regex", - "Regex Keyboard": "Teclado Regex", - "Region Average Data Frame:": "Estrutura de dados médios da região:", - "Region:": "Região:", - "Regular Sequence": "Sequência regular", - "Relationships": "Relações", - "Relative Nash-Sutcliffe efficiency": "Eficiência relativa de Nash-Sutcliffe", - "Relative index of agreement": "Índice relativo do acordo", - "Remember Credentials": "Lembrar Credenciais", - "Remove All Pairs": "Remover todos os pares", - "Remove Colour": "Remover Cor", - "Remove Condition": "Remover Condição", - "Remove Current Filter": "Remover filtro atual", - "Remove Legend": "Remover Legenda", - "Remove Missing Values": "Remover valores ausentes", - "Remove Selected Pair": "Remover Par Selecionado", - "Remove Unused Labels": "Remover Etiquetas Não Utilizadas", - "Remove Unused Levels": "Remover Níveis Não Utilizados", - "Remove rows with any missing values": "Remover linhas com quaisquer valores faltando", - "Rename Column": "Renomear Coluna", - "Rename Data Frame": "Renomear Moldura de Dados", - "Rename Metadata": "Rename Metadata", - "Rename Objects": "Renomear objetos", - "ReoGridControl1": "ReoGridControl1", - "Reoder Metadata": "Metadados do Reoder", - "Reorder Column(s)...": "Reordenar as colunas...", - "Reorder Columns": "Reordenar Colunas", - "Reorder Data Frames": "Reordenar Molduras de Dados", - "Reorder Levels": "Reordenar Níveis", - "Reorder Objects": "Reordenar Objetos", - "Repeat Values:": "Valores repetidos:", - "Replace All": "Substituir todos", - "Replace By:": "Substituir por:", - "Replace Missing Values": "Substituir valores ausentes", - "Replace NA with:": "Substituir NA com:", - "Replace Values": "Substituir Valores", - "Replace if Already Exists": "Substituir se já existe", - "Replicates": "Replicações", - "Require start day before planting day": "Exigir dia de início antes do plantio", - "Required Format": "Formato obrigatório", - "Required Time Format": "Formato de hora requerido", - "Reserve Free Space": "Reserve espaço livre", - "Reset": "Reset", - "Reset ": "Reset ", - "Reset Row Names to Positive Integers": "Redefinir nomes de linhas para números inteiros positivos", - "Residuals": "Resíduos", - "Residuals v Fitted Values": "Residuais v Valores depositados", - "Residuals v Leverage": "Alavancagem de Nv Residuais", - "Resolution:": "Resolução:", - "Response": "Resposta", - "Response Variable Type:": "Tipo de variável de resposta:", - "Response Variable:": "Variável de resposta:", - "Restore Hierarchy": "Restore Hierarchy", - "Restrict Entry:": "Restringir entrada:", - "Restrict data values": "Restringir valores de dados", - "Result Name": "Nome do Resultado", - "Result Name:": "Nome do Resultado:", - "Result into:": "Resultado em:", - "Return": "Retornar", - "Reverse Order Of Colours": "Ordem de cores inversa", - "Rho": "Rho", - "Right": "Direita", - "Right Join": "Entrar com Direita", - "Right:": "Direita:", - "Rl Plot": "Gráfico de Rl", - "Robust": "Assalto", - "Rolling Contract Number Issuer:": "Emissor do Número do Contrato:", - "Rolling Contract Number Winner:": "Vencedor do Contrato Rolante:", - "Rolling Contract Share Winner:": "Vencedor do Compartilhamento do Contrato:", - "Rolling Contract Sum Issuer:": "Emissor individual do contrato executável:", - "Rolling Contract Sum Winner:": "Vencedor do Contrato Rolante:", - "Root mean squared error": "Root média de erro ao quadrado", - "Rotation": "Rotação", - "Row": "Linha", - "Row (%)": "Linha (%)", - "Row Names Or Numbers": "Nomes das linhas ou números", - "Row Statistic": "Estatísticas da Linha", - "Row Summaries": "Resumos de Linha", - "Row Variable (Factor):": "Variável de Linha (Factor):", - "Row Variable(s):": "Variável:", - "Row:": "Linha:", - "Rows": "Linhas", - "Rows to Count Over:": "Linhas para Contagem De:", - "Rows to Skip:": "Linhas para pular:", - "Rows to Summarise:": "Linhas para resumo:", - "Rows to Take Max Over:": "Linhas para maximizar o máximo:", - "Rows:": "Linhas:", - "Rug": "Tapete", - "Rug Color:": "Cor do tapete:", - "Rug Plot": "Gráfico de Tapete", - "Rug Plot Options": "Opções do Plotagem Tag", - "Rugs": "Tapetes", - "Run All Text": "Executar todo o texto", - "Run Backup Log": "Executar Log de Backup", - "Run Current Line": "Executar Linha Atual", - "Run Length": "Comprimento de execução", - "Run Selected Text": "Executar Texto Selecionado", - "SANN": "SANN", - "SDlog": "SDlog", - "SF Options": "Opções de SF", - "SIC": "SIC", - "SNHT": "ESCOLHT", - "SNK": "SNK", - "SPEI": "SPEI", - "SPI": "SEM", - "SPI/SPEI": "SPI/SPEI", - "SS 2009:": "SS 2009:", - "SS 2011:": "SS 2011:", - "SS 2013": "SS 2013", - "SS 2015:": "SS 2015:", - "SST Data Frame Name:": "Nome do Quadro de Dados SST:", - "Same": "Igual", - "Same (Element1)": "Mesmo (Element1)", - "Same Scale (coord-equal)": "Mesma escala (¶-igual)", - "Sample": "Exemplo", - "Sample Size:": "Tamanho da amostra:", - "Sample_Size": "Tamanho_exemplo", - "Sampling Fraction:": "Fração de Amostragem:", - "Satelite": "Satélite", - "Satelite Anomalies": "Anomálias de Satelite", - "Satelite Element:": "Elemento Satélito:", - "Save": "Guardar", - "Save Backup Data...": "Salvar Dados de Backup...", - "Save Backup Internal Log...": "Salvar registro interno de backup...", - "Save Backup Log...": "Salvar registro de backup...", - "Save Bootstrap": "Salvar Bootstrap", - "Save Calculation Only": "Salvar somente cálculo", - "Save Calculation and Result": "Salvar cálculo e resultado", - "Save Column Position": "Salvar posição da coluna", - "Save Data As": "Salvar dados como", - "Save Data To:": "Salvar Dados para:", - "Save Date:": "Data de envio:", - "Save Details": "Salvar Detalhes", - "Save Downloaded File To:": "Salvar arquivo baixado para:", - "Save Downloaded File to:": "Salvar arquivo baixado para:", - "Save Dummy:": "Salvar burro:", - "Save Estimate": "Salvar Estimativa", - "Save File As:": "Salvar Arquivo Como:", - "Save Fit": "Salvar Ajuste", - "Save Graph": "Salvar gráfico", - "Save Graph Result:": "Salvar Resultado do gráfico:", - "Save Graph:": "Salvar Gráfico:", - "Save Index into:": "Salvar índice em:", - "Save Indices": "Salvar índices", - "Save Log File...": "Salvar Arquivo de Registro...", - "Save Map": "Salvar Mapa", - "Save Model": "Salvar modelo", - "Save Model:": "Salvar Modelo:", - "Save Nothing": "Salvar Nada", - "Save Output": "Salvar saída", - "Save Plot": "Salvar lote", - "Save Result": "Salvar Resultado", - "Save Result ": "Salvar Resultado ", - "Save Result:": "Salvar Resultado:", - "Save Script...": "Salvar Script...", - "Save Table": "Salvar Tabela", - "Save Test": "Salvar teste", - "Save Test Object:": "Salvar objeto de teste:", - "Save Treemap": "Salvar Treemap", - "Save as single file": "Salvar como arquivo único", - "Save estimates in": "Salvar estimativas em", - "Save file(s) to:": "Salvar arquivo(s) para:", - "Save test object": "Salvar objeto de teste", - "Save values": "Salvar valores", - "Saving Options": "Opções de salvamento", - "Saving at:": "Salvando em:", - "Scale": "Escala", - "Scale Data": "Dados de escala", - "Scale Numeric Variables": "Escala Numérica", - "Scale by:": "Escalar por:", - "Scale-Location": "Escala-Localização", - "Scale:": "Escala:", - "Scaled Fractions": "Frações dimensionadas", - "Scaled Points": "Pontos de Escala", - "Scales": "Escamas", - "Scatter Matrix": "Matriz Scatter", - "Scatter Plot": "Gráfico de dispersão", - "Scatter Plot Options": "Opções do Scatter Plot", - "Scatter and line plot": "Scatter e gráfico de pontos", - "Scatter plot": "Gráfico de dispersão", - "Score": "Pontuação", - "Scree Plot": "Gráfico de tela", - "Sd": "Sd", - "Sd_Pop:": "S_Pop:", - "Sea surface temperature": "Temperatura superficial do mar", - "Search in ": "Pesquisar em ", - "Search to end only": "Pesquisar para terminar apenas", - "Season Dates": "Datas de Temporada", - "Seasonal Comparisons": "Comparações sazonais", - "Seasonal Summary": "Resumo da Temporada", - "Seasonality (Harmonics)": "Temporada (Harmonica)", - "Seasonality:": "Temporada:", - "Second": "Segundo", - "Second Column:": "Segunda Coluna:", - "Second Context:": "Segundo contexto:", - "Second Data Frame": "Segundo quadro de dados", - "Second Data Frame:": "Segunda Estrutura de dados:", - "Second Explanatory Variable": "Segunda Variável Explicatória", - "Second Explanatory Variable:": "Segunda Variável Explantiva:", - "Second Factor": "Segundo Fator", - "Second Factor (Optional):": "Segundo Fator (opcional):", - "Second Factor:": "Segundo Fator:", - "Second Variable": "Segunda Variável", - "Second Variable:": "Segunda variável:", - "Seconds:": "Segundos:", - "Secrecy Score:": "Nota do segredo:", - "Seed": "Semente", - "SegNeigh": "SegNeigh", - "Select": "Selecionar", - "Select All": "Selecionar Todos", - "Select All Levels": "Selecionar todos os níveis", - "Select And Stuck": "Selecionar e Preso", - "Select Contrast Name:": "Selecionar Nome do Contraste:", - "Select Date Range": "Selecione Intervalo de Datas", - "Select Day of Year Range": "Selecione o intervalo do ano", - "Select Elements Observation Data to Import": "Selecione os dados de observação de elementos para importar", - "Select File Type:": "Selecione o tipo de arquivo:", - "Select Levels:": "Selecionar Níveis:", - "Select Month": "Selecione o mês", - "Select Month(s) to Omit:": "Selecionar mês(s) para o Omit:", - "Select Sheets:": "Selecionar folhas:", - "Select Station:": "Selecionar estação:", - "Select Stations to Import": "Selecione estações para importar", - "Select Theme": "Selecione o tema", - "Select all": "Selecionar todos", - "Select by condition": "Selecionar por condição", - "Select by factor values": "Selecionar valores por fator", - "Selected Column": "Coluna selecionada", - "Selected Column(s):": "Coluna selecionada(s):", - "Selected Column:": "Coluna selecionada:", - "Selected Columns:": "Colunas selecionadas:", - "Selected Data Frame": "Estrutura de Dados Selecionada", - "Selected Data Frames:": "Quadros de Dados Selecionados:", - "Selected Elements:": "Elementos selecionados:", - "Selected Factor:": "Fator selecionado:", - "Selected Filter Preview": "Pré-visualização do filtro selecionado", - "Selected Filter Preview:": "Visualização do Filtro Selecionada:", - "Selected Graph:": "Gráfico Selecionado:", - "Selected Graphs:": "Gráficos selecionados:", - "Selected Key:": "Chave Selecionada:", - "Selected Link:": "Link selecionado:", - "Selected Metadata": "Metadados Selecionados", - "Selected Model:": "Modelo selecionado:", - "Selected Object(s):": "Objetivo(s) selecionado(s):", - "Selected Object:": "Objeto selecionado:", - "Selected Objects:": "Objetos Selecionados:", - "Selected Set:": "Definição Selecionada:", - "Selected Stations:": "Estações selecionadas:", - "Selected Variable:": "Variável Selecionada:", - "Selected Variables": "Variáveis selecionadas", - "Selected Variables:": "Variáveis Selecionadas:", - "Selected column": "Coluna selecionada", - "Selection": "Seleção", - "Semi Join": "Juntar-se a Si", - "Semi-Colon(;)": "Semi-Colon(;)", - "Semicolon ;": "Semicolon ;", - "Send Debugging Log to R-Instat Team": "Enviar Log de Depuração para a Equipe R-Instat", - "Separate Tables": "Tabelas separadas", - "Separator": "Separador", - "Separator:": "Separador:", - "September": "setembro", - "Sequence": "Sequência", - "Sequence Definition": "Definição de Sequência", - "Sequence Preview:": "Visualização de sequência:", - "Sequence extended to match": "Sequência estendida para a partida", - "Sequence matches the length of the data frame.": "A sequência corresponde ao comprimento do quadro de dados.", - "Sequence of Values": "Sequência de Valores", - "Sequence truncated to match": "Sequência truncada para corresponder", - "Sequential": "Sequencial", - "Serif": "Serif", - "Set Colour Breaks": "Definir Quebras de Cor", - "Set New Name:": "Definir Novo Nome:", - "Set Row Names from Column": "Definir nomes das linhas da coluna", - "Set Seed": "Definir Semente", - "Set Seed:": "Definir Semente:", - "Set1": "conjunto1", - "Set2": "conjunto2", - "Set3": "Definir3", - "Sets:": "Configurações:", - "Settings": "Confirgurações", - "Shape": "Forma", - "Shape (Optional):": "Forma (opcional)", - "Shape File": "Arquivo de forma", - "Shape1": "Forma1", - "Shape2": "Forma2", - "Sheet Metadata": "Metadados da Chapa", - "Shift Daily Data": "Shift Dados Diários", - "Shift:": "Turno:", - "Shifted": "Deslocado", - "Short": "Curto", - "Show": "Apresentar", - "Show Arguments": "Mostrar Argumentos", - "Show Calculator": "Mostrar Calculadora", - "Show Climatic Menu": "Mostrar Menu Climático", - "Show Column Types": "Mostrar tipos de coluna", - "Show Count": "Mostrar contagem", - "Show Details >>": "Mostrar Detalhes >>", - "Show Frequencies": "Mostrar frequências", - "Show Hidden Columns in Selector": "Mostrar colunas ocultas no seletor", - "Show ID": "Mostrar ID", - "Show Missing": "Mostrar Faltando", - "Show Missing Values": "Mostrar valores ausentes", - "Show Model": "Mostrar Modelo", - "Show Model Summary": "Mostrar Resumo de Modelo", - "Show Non Missing": "Mostrar Não Faltando", - "Show Numeric Values": "Mostrar valores numéricos", - "Show Options By Context Menu": "Exibir Opções pelo Menu de Contexto", - "Show Parameters": "Mostrar Parâmetros", - "Show Percentage": "Mostrar porcentagem", - "Show Percentages": "Exibir Porcentagens", - "Show Procurement Menu": "Mostrar menu de distribuição", - "Show Row Names": "Mostrar nomes das linhas", - "Show Strings": "Mostrar frases", - "Show Structured Menu": "Mostrar Menu Estruturado", - "Show Summary": "Show Summary", - "Show Variable Labels": "Mostrar Etiquetas Variáveis", - "Show calculator": "Mostrar calculadora", - "Show commands": "Exibir comandos", - "Show grid lines": "Mostrar linhas da grade", - "Show stars on summary tables for coefficients": "Mostrar estrelas na tabela de resumo para coeficientes", - "Show waiting dialog when command takes longer than": "Mostrar caixa de diálogo de espera quando o comando demorar mais do que", - "Showing ": "Mostrando ", - "Shrink: ": "Misturar: ", - "Sign Test": "Assinar teste", - "Signature Date:": "Data da assinatura:", - "Signature Period (25 Quartiles):": "Período de Assinatura (25 Quartigos):", - "Signature Period (5 Quartiles):": "Período de Assinatura (5 Quartigos):", - "Signature Period Categories:": "Categorias do Período de Assinatura:", - "Signature Period Corrected:": "Período de assinatura corrigido:", - "Signature Period:": "Período da assinatura:", - "Significance Level": "Nível Significativo", - "Significance Level:": "Nível significativo:", - "Significance Stars": "Estrelas Significativas", - "Significance Test": "Teste Significativo", - "Significant Figures:": "Figuras Significativas:", - "Significant Height of combined wind waves And swell": "Altura significativa das ondas combinadas de vento e inchaço", - "Simple": "Simples", - "Simple Convert": "Conversão Simples", - "Simple Options": "Opções Simples", - "Simple Precipitation Intensity Index [19:SDII]": "Índice de Intensidade de precipitação simples [19:SDII]", - "Single": "Solitário", - "Single Bidder:": "Licitação Única:", - "Single Column": "Coluna única", - "Single Graphs": "Gráficos Únicos", - "Single Point": "Único Ponto", - "Single Value:": "Valor único:", - "Single Variable": "Variável Única", - "Single column": "Coluna única", - "Site": "site", - "Size": "Tamanho", - "Size Of Cities:": "Tamanho dos Cidades:", - "Size Of City Labels:": "Tamanho das etiquetas da Cidade:", - "Size X-Axis": "Tamanho do Eixo-X", - "Size Y-Axis": "Tamanho do Eixo-Y", - "Size:": "Tamanho:", - "Skewness": "Espeto", - "Skewness (3rd Moment)": "Vigilância (3° Momento)", - "Skewness Weight:": "Peso da Vigilância:", - "Slope": "Inclinação", - "Small State:": "Estado Pequeno:", - "Smooth": "Suavizar", - "Smoothing Curves": "Curvas de suavização", - "Sn": "Sn", - "Solar": "Solar", - "Solid": "Solid", - "Sort": "Ordenar", - "Sort Data after filling gaps": "Ordenar dados após preencher lacunas", - "Sort Variables": "Ordenar Variáveis", - "Sort by Column": "Ordenar por Coluna", - "Sort by Name": "Classificar por nome", - "Sort by Row Names": "Classificar por Nome da Linha", - "Sort by:": "Classificar por:", - "Sort values": "Ordenar valores", - "Source:": "Fonte:", - "Space ( )": "Espaço ( )", - "Space between Strips and Axes": "Espaço entre faixas e eixos", - "Span:": "Espanhol:", - "Spanish": "espanhol", - "Spearman": "Lanceiro", - "Specific": "Específico", - "Specifiy": "Specifiy", - "Specify": "Especificar", - "Specify Breaks": "Especificar Quebras", - "Specify Decimals (from Numeric)": "Especificar números decimais (do número)", - "Specify Format": "Formato Específico", - "Specify Layout": "Especificar Layout", - "Specify Link": "Especificar Link", - "Specify Lower Limit": "Especificar limite inferior", - "Specify Order": "Especificar pedido", - "Specify Rows": "Especificar Linhas", - "Specify Title": "Specify Title", - "Specify Upper Limit": "Especificar limite máximo", - "Spectral": "Espectro", - "Speed Cuts:": "Cortes de Velocidade:", - "Spell": "Spell", - "Spell Can Span Years": "Ano Span da Magia Lata", - "Spell Length": "Comprimento da Magia", - "Spells": "Spells", - "Spline": "Curva", - "Spline d.f.": "Spline d.f.", - "Split Geometry": "Separar geometria", - "Split Text Column": "Dividir Coluna de Texto", - "Split by:": "Dividir por:", - "Sqrt": "SQL", - "Square Normalised Parent Coordinates": "Coordenadas pai normalizadas quadradas", - "Square Root": "Raiz quadrada", - "Stack": "Pilha", - "Stack (melt) Columns": "Pilha (melt) Colunas", - "Stack Bar Graph": "Gráfico da Barra de Pilha", - "Stack Daily Data": "Pilha de dados diários", - "Stack Data Into:": "Dados da pilha em:", - "Stack Multiple Column Sets": "Empilhar Vários Conjuntos de Coluna", - "Stack in reverse": "Pilha em reverso", - "Stacked Graph": "Gráfico empilhado", - "Standard Deviation": "Desvio Padrão", - "Standard Error of the Mean": "Erro padrão da média", - "Standard_deviation": "Desvio_padrão_", - "Standardise Country Names": "Nomes dos Países Padrões", - "Start Date:": "Data de início", - "Start Day": "Dia de Início", - "Start Month:": "Iniciar Mês:", - "Start New Session": "Iniciar nova sessão", - "Start Value:": "Valor Inicial:", - "Start Year for Climatological Period:": "Ano de início para o período climatológico:", - "Start Year for Region Average:": "Ano inicial para Média de Região:", - "Start Year for Station Trend:": "Início Ano para a Tendência de Estação:", - "Start Year for Variogram Period:": "Ano de início para o Período Variograma:", - "Start and End": "Início e Fim", - "Start date:": "Data de início:", - "Start of Rains": "Início da chuva", - "Start(L):": "Iniciar(L):", - "Start:": "Inicio:", - "Starting Angle:": "Ângulo Inicial:", - "Starting Month:": "Mês Inicial:", - "Starting from:": "A partir de:", - "Station": "Guarnição", - "Station (Optional):": "Estação (opcional):", - "Station Anomalies": "Anomalia da Estação", - "Station Element:": "Elemento da Estação:", - "Station Height:": "Altura da Estação:", - "Station IDs": "IDs da Estação", - "Station Identifier:": "Station Identifier:", - "Station Metadata": "Metadados da Estação", - "Station Name": "Nome da Estação", - "Station Name:": "Nome da Estação:", - "Station Names": "Nomes da Estação", - "Station Qualifiers": "Qualificadores de Estação", - "Station name": "Nome da estação", - "Station-Element": "Estação-Elemento", - "Station:": "Estação:", - "StationFile": "Arquivo", - "Stations": "Estações", - "Stations-Elements": "Estação-Elementos", - "Stations:": "Estações:", - "Statistic:": "Estatística:", - "Statistics:": "Estatística:", - "Stats": "Estatísticas", - "Stats1": "Status1", - "Stats2": "Stats2", - "Std": "Pé", - "Std Residuals": "Resíduos Std", - "Stem and Leaf": "Raio e Folhas", - "Store Results": "Resultados da loja", - "Store Results in Data Frame": "Armazenar resultados na Estrutura de Dados", - "String": "Cordas", - "String Distance": "Distância da String", - "String Handling": "Tratamento de frases", - "String Height": "Altura da frase", - "String Width": "String Width", - "Strings (Character Columns)": "Strings (colunas de personagem)", - "StructTS": "Estruturas", - "Structure": "Estrutura", - "Stud": "Stud", - "Students_t": "Alunos_t", - "Sub Calculations": "Sub Cálculos", - "Sub Title Size:": "Tamanho do subtítulo:", - "Sub-Calculations:": "Subcálculos:", - "Subset": "Sub-conjunto", - "Substring": "Subcadeia", - "Subtitle Size:": "Tamanho da legenda:", - "Success:": "Sucesso:", - "Successive Values": "Valores Sucessivos", - "Sum": "Sum", - "Sum of squared residuals": "Soma dos resíduos ao quadrado", - "Sum to Zero": "Soma a zero", - "Summaries": "Sumários", - "Summaries:": "Sumários:", - "Summarise By:": "Resumo Por:", - "Summary": "Summary", - "Summary Annotations": "Resumo das anotações", - "Summary Columns:": "Summary Columns:", - "Summary Model": "Modelo De Resumo", - "Summary Options": "Opções de Resumo", - "Summary Statistics": "Estatísticas Resumidas", - "Summary Tables": "Tabelas Resumidas", - "Summary data": "Dados resumidos", - "Summary:": "Resumo:", - "Summer Days [2:SU]": "Dias de Verão [2:SU]", - "Sunshine": "Luz Solar", - "Sunshine Hours:": "Horas de Sol:", - "Supplementary Individuals": "Indivíduos complementares", - "Surface pressure": "Pressão de superfície", - "Survival Object Name:": "Nome do Objeto Sobrevivente:", - "Symbol:": "Símbolo", - "Symbols": "Símbolos", - "Symmetric Extremal Dependence Index": "Índice de Dependência Extremal Simétrica", - "Symmetric Extreme Dependency Score": "Dependência Simétrica Extrema Pontuação", - "Symmetry": "Simetria", - "System.Data.DataRowView": "System.Data.DataRowView", - "TAMSAT v3.0": "TAMSAT v3.0", - "TAMSAT v3.1": "TAMSAT v3.1", - "TRMM 3B42 3-Hourly Precipitation": "TRMM 3B42 3-Hora de Precipitação", - "TRMM 3B42 Daily Precipitation": "Precipitação Diária TRMM 3B42", - "TRUE": "Verdadeiro", - "Table": "Classificações", - "Table Frequencies": "Frequências da tabela", - "Table Title:": "Título da Tabela:", - "Tables": "Tabelas", - "Tailored Menus": "Menus Personalizados", - "Tax Haven 2:": "Imposto Haven 2:", - "Tax Haven 3:": "Imposto Refúgio 3:", - "Tax Haven 3bi:": "Imposto do Haven 3bi:", - "Tax Haven:": "Imposto Havá:", - "Taylor Diagram": "Diagrama de Taylor", - "Taylor Diagram Options": "Opções de Diagrama Taylor", - "Temperature": "Temperatura", - "Temperature Quantiles:": "Quantidades de Temperatura:", - "Test": "teste", - "Test:": "Teste:", - "Text": "texto", - "Text (Output Window)": "Texto (Janela de Saída)", - "Text File Preview:": "Visualização de Arquivo de Texto:", - "Text colour:": "Cor do texto:", - "The backup versions come from periodic system backups.": "As versões de backup vêm de backups periódicos do sistema.", - "The following R packages could not be installed:": "Os seguintes pacotes R não puderam ser instalados:", - "Theme Options": "Opções de tema", - "Theme to Edit:": "Tema a editar:", - "Theme:": "Tema:", - "Themes": "Temas", - "Thickness:": "Espessura:", - "Third Context:": "Terceiro contexto:", - "Third Explanatory Variable:": "Terceira Variável Explantiva:", - "Threat Score": "Pontuação de ameaça", - "Three Summaries": "Três resumos", - "Three Variable Frequencies": "Três Frequências Variáveis", - "Three Variable Modelling": "Três Modelagem Variável", - "Threshold": "Limite", - "Threshold ": "Limite ", - "Threshold range ": "Limite de alcance ", - "Threshold:": "Limite:", - "Tick Mark Labels ": "Marcadores de Marcadores Marcadores ", - "Tick marks along axes": "Marcar marcas ao longo de eixos", - "Tick marks label along axes": "Rótulo das marcas ao longo dos eixos", - "TickMarkers": "Marcadores", - "Tidy": "Divisor", - "Tidy Daily Data": "Dados diários de maré", - "Ties": "Gravatas", - "Tile": "Mosaico", - "Tile colour:": "Cor do bloco:", - "Time (X axis):": "Tempo (eixo X):", - "Time Period": "Intervalo de tempo", - "Time Point:": "Ponto de Hora:", - "Time Scale (Months):": "Escala de Tempo (Meses):", - "Time Selection": "Seleção de Tempo", - "Time Series Comparisons": "Comparações de temporais", - "Time Step": "Passo de tempo", - "Time(s)": "Horário(s)", - "Times Roman": "Tempos de romano", - "Title": "Título", - "Title Size:": "Tamanho do título:", - "Title of legend": "Título da Legenda", - "Title:": "Titulo:", - "Titles": "Títulos", - "Titles ": "Títulos ", - "Tmax/Tmin": "Tmax/Tmin", - "Tmax:": "Tmax:", - "Tmin:": "Tmin:", - "To": "Para", - "To Script": "Para o Script", - "To be implemented": "A ser implementado", - "To circular:": "Circular:", - "To:": "Para:", - "Tolerance": "Tolerância", - "Top": "Superior", - "Top levels displayed:": "Melhores níveis exibidos:", - "Top:": "Superior:", - "Total Column Name": "Nome total da coluna", - "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Precipitação Diária Total Excedendo 95° Prazo de Limite [25:R95pTOT]", - "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Precipitação diária excede 99% do limite máximo [26:R99pTOT]", - "Total Daily Precipitation [27:PRCPTOT]": "Precipitação Diária Total [27:PRCPTOT]", - "Total Days": "Dias Totais", - "Total Rainfall": "Chuva total", - "Total precipitation": "precipitação total", - "Totals Column/Row Background Highlighted": "Totais de coluna/linha de fundo destacado", - "Trace Plot": "Gráfico de rastreamento", - "Trace Values": "Valores de rastreamento", - "Transform": "Transformar", - "Transform Text Column": "Transformar Coluna de Texto", - "Transform:": "Transformar:", - "Transformation": "Modificação", - "Transparency:": "Transparência:", - "Transpose": "Transpor", - "Transpose Columns": "Transpor colunas", - "Treat Row Names as Numeric": "Tratar nomes de linhas como numéricos", - "Treat Summary Columns as a Further Factor": "Tratar colunas resumidas como um fator adicional", - "Treatment structure": "Estrutura de tratamento", - "Treatment/Control": "Tratamento/Controle", - "Treatment:": "Tratamento:", - "Treemap": "Treemap", - "Trend": "Tendência", - "Triangular": "Triangular", - "Trim": "Recortar", - "Trim Trailing White Space": "Aparar espaço branco em trilha", - "Trimmed Mean": "Média Aparada", - "Tropical Nights [4:TR]": "Noites Tropicais [4:TR]", - "True Values(Optional):": "Valor Verdadeiro(Opcional):", - "Try": "Experimentar", - "Two Columns": "Duas Colunas", - "Two Columns in Same Data Frame": "Duas colunas no Mesma Moldura de Dados", - "Two Columns in Separate Data Frames": "Duas Colunas em Quadros de Dados Separados", - "Two Data Frames Long": "Duas Molduras de Dados Longas", - "Two Data Frames Wide": "Duas Molduras de Dados Laranja", - "Two Sample Non parametric Tests": "Teste paramétrico de dois exemplos", - "Two Variable Fit Model": "Modelo de Ajuste de Duas Variáveis", - "Two Variable Graph": "Duas Gráficas Variáveis", - "Two Variable Use Model": "Modelo de uso de duas variáveis", - "Two Way Frequencies": "Frequências de duas vias", - "Two sided": "Dois lados", - "Two-Dash": "Dupla Dash", - "Two-Sided": "Dois Sites", - "Type": "tipo", - "Type of Graph": "Tipo de gráfico", - "Type of Layer (Geom):": "Tipo de camada (Geom):", - "Type of Palette": "Tipo de Paleta", - "Type of Test": "Tipo de teste", - "Type of test": "Tipo de teste", - "Type:": "Tipo:", - "Types": "Tipo", - "Typical": "Típico", - "UCSB CHIRPS": "BATE-PAPOS UCSB", - "UID:": "UID:", - "UN Code:": "Código da ONU:", - "URWBookman": "Livro", - "URWGothic": "Gótico", - "URWPalladioURWTimes": "Tempos", - "UTF-8": "UTF-8", - "UnTransform": "Não Transformar", - "Underscore _": "Sublinhado _", - "Undo": "Desfazer", - "Unhide...": "Unhide...", - "Uniform": "Uniforme", - "Uniminmax": "Uniminmax", - "Units": "Unidades", - "Units:": "Unidades:", - "Unlock": "Desbloquear", - "Unselect all": "Desmarcar todos", - "Unstack Columns": "Desempilhar colunas", - "Unstack Data": "Desempilhar dados", - "Unstack elements": "Desempilhar elementos", - "Upper Limit": "Limite superior", - "Upper Limit :": "Limite superior :", - "Use Date": "Data de uso", - "Use Factor Sheet": "Usar Folha de Fator", - "Use Graph": "Usar Gráfico", - "Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Use Grande Círculo (WGS84 ellipsoid) distância para pontos mais próximos", - "Use Model ": "Usar modelo ", - "Use Summaries": "Usar resumos", - "Use unique values for comparison": "Usar valores únicos para comparação", - "User Define": "Definição de Usuário", - "User Defined": "Definidos pelo usuário", - "Username:": "Usuário:", - "VE": "VE", - "Value": "Valor", - "Value From Above": "Valor a partir de", - "Value From Below": "Valor de baixo", - "Value(Vector):": "Valor(Vetor):", - "Value:": "Valor:", - "Values": "Valores", - "Values in both columns (intersection)": "Valores em ambas as colunas (intersecção)", - "Values in either column (union)": "Valores em qualquer coluna (união)", - "Values in first column not in second": "Valores na primeira coluna não na segunda", - "Values in second column not in first": "Valores na segunda coluna não na primeira coluna", - "Var": "Varejo", - "VarCI Method:": "Método VarCI:", - "Variable": "Variável", - "Variable Day": "Dia Variável", - "Variable Options": "Opções Variáveis", - "Variable Sets": "Conjuntos de Variáveis", - "Variable Transformations": "Transformações Variáveis", - "Variable Width": "Largura Variável", - "Variable to Check:": "Variável para Verificar:", - "Variable(s) to Summarise:": "Variável(eis) para resumo:", - "Variable(s) to View:": "Variável(s) para Visualizar:", - "Variable:": "Variável:", - "Variables": "Variáveis", - "Variables Plot": "Plot de Variáveis", - "Variables and Summaries": "Variáveis e resumos", - "Variables to Check:": "Variáveis para Verificar:", - "Variables to Include:": "Variáveis a incluir:", - "Variables to View:": "Variáveis para Visualizar:", - "Variables:": "Variáveis:", - "Variance": "Variação", - "Variate:": "Variação:", - "Variogram Data Frame:": "Estrutura de Dados Variograma:", - "Verification": "Verificação", - "Verification Summaries": "Resumo da Verificação", - "Vertcal-Line(|)": "Vertcal-Line(|)", - "Vertical": "Vertical", - "Vertical Label Position:": "Posição Vertical da Rótula:", - "Vertical X Tick Markers": "Marcadores de Marcação Vertical X", - "Vertical major grid lines ": "Linhas grandes verticais da grade ", - "Vertical minor grid lines": "Linhas de grade menores verticais", - "Vertically": "Verticalmente", - "View Data": "Visualizar dados", - "View Data Frame": "Visualizar quadro de dados", - "View Graph": "Ver Gráfico", - "View Key": "Visualizar Chave", - "View Labels/Levels": "Ver Etiquetas/Níveis", - "View Link": "Visualizar link", - "View Object": "Ver Objeto", - "View and Remove Keys": "Ver e Remover Chaves", - "View and Remove Links": "Ver e Remover Links", - "Vignettes": "Vignettes", - "Violet": "Violeta", - "Violin": "Violeta", - "Violin + Boxplot": "Violin + Boxplot", - "Violin + Jitter": "Violin + Jitter", - "Violin Options": "Opções do Violin", - "Violin Plot": "Gráfico Violeta", - "Violin Plot Options": "Opções do plot Violin", - "Visualise Data": "Visualizar Dados", - "Vjust": "Vendedor", - "Volumetric efficiency": "Eficiência volumetrica", - "WB PPP:": "WB PPP:", - "WIGOS Station Identifier:": "WIGOS Station Identifier:", - "WMO Number": "Número WMO", - "WMO Number:": "Número WMO:", - "Wakefield": "Wakefield", - "Wald": "Wald", - "Warm Spell Duration Index [14:WSDI]": "Índice de Duração do Feitiço Quente [14:WSDI]", - "Water Amount(s):": "Valor de Água(s):", - "Water Balance": "Equilíbrio da Água", - "Water Balance <=": "Saldo de Água <=", - "Week": "semana", - "Week Day": "Dia da semana", - "Weeks": "semanas", - "Weibull": "Weibull", - "Weight By (Optional):": "Peso Por (Opcional:", - "Weight By:": "Peso Por:", - "Weights": "Pesos", - "Weights (Optional):": "Pesos (opcional):", - "Weights:": "Pesos:", - "West East": "Oeste Oriental", - "While you're waiting...": "Enquanto você está esperando...", - "Whisk Line Type": "Tipo de Linha Whisk", - "Whisker Colour": "Whisker Colour", - "Whisklty": "uísque", - "White": "Branco", - "White Space:": "Espaço Branco:", - "Whitespace": "Whitespace", - "Width": "Width", - "Width:": "Largura:", - "Wilcoxon": "Wilcoxon", - "Wilson": "Selvagem", - "Wind": "Vento", - "Wind Direction:": "Direção do vento:", - "Wind Rose": "Rosa Vento", - "Wind Speed": "Velocidade do vento", - "Wind Speed:": "Velocidade do vento:", - "Wind/Pollution Rose": "Rosa Vento/Poluição", - "WindSpeed:": "Ventovelocidade:", - "Windrose Options": "Opções de Windrose", - "Winner Country ISO2:": "ISO2 País Vencedor:", - "Winner Country ISO3:": "ISO3 País Vencedor:", - "Winner Country:": "País Vencedor:", - "Winner ID:": "ID do vencedor:", - "Winner Name:": "Nome do vencedor:", - "With Replacement": "Com Substituição", - "With Standard Error": "Com erro Padrão", - "With X Variable": "Com a Variável X", - "With column": "Com coluna", - "Within Year": "Dentro do ano", - "Within Year:": "Dentro do ano:", - "Words": "Palavras", - "Working Directory": "Diretório de trabalho", - "Working Directory:": "Diretório de trabalho:", - "X Label": "Etiqueta X", - "X Variable": "Variável X", - "X Variable:": "Variável X:", - "X Variables": "Variáveis X", - "X Variables:": "Variáveis X:", - "X and Y-Axis Labels": "Etiquetas X e Eixo-Y", - "X and Y-Axis Tick Markers": "Marcadores de Tick X e Y-Axis", - "X axis Label Size": "Tamanho da etiqueta do eixo X", - "X axis Tick Labels Angle": "Ângulo de Marcador do eixo X X", - "X axis Tick Mark Label Size": "Tamanho da etiqueta da marca do eixo X", - "X axis label ": "Rótulo do eixo X ", - "X axis label on top axis": "Etiqueta do eixo X no eixo superior", - "X axis labels angle:": "Ângulo de rótulos do eixo X:", - "X axis tick labels": "Etiquetas de seleção do eixo X", - "X axis tick labels on top axis": "Etiquetas de marcação do eixo X no eixo superior", - "X axis tick marks": "Marcação do eixo X", - "X axis:": "Eixo X:", - "X label": "Etiqueta X", - "X-Axis": "Eixo-X", - "X-Axis Labels": "Rótulos do Eixo-X", - "X-Axis Line": "Linha de Eixo-X", - "X-Axis Tick Markers": "Marcadores de Marcadores de Eixo-X", - "X-Axis Title": "Título do Eixo-X", - "X-Lab Title": "Título de X-Lab", - "X-axis": "Eixo-X", - "X-axis Options:": "Opções de eixo-X:", - "XY-Axes": "Eixos-XY", - "Xlim": "Xlim", - "Y Label": "Etiqueta Y", - "Y Value": "Valor Y", - "Y Value:": "Valor Y:", - "Y Variable": "Variável Y", - "Y Variable:": "Variável Y:", - "Y Variables": "Variáveis Y", - "Y Variables:": "Variáveis Y:", - "Y Variate:": "Variação Y:", - "Y axis Label Size": "Tamanho da etiqueta do eixo Y", - "Y axis Tick Mark Label Size": "Tamanho da etiqueta da marca do eixo Y", - "Y axis labels": "Etiquetas do eixo Y", - "Y axis labels on right axis": "Etiquetas do eixo Y no eixo direito", - "Y axis tick labels": "Etiquetas de marcação do eixo Y", - "Y axis tick labels on right axis": "Etiquetas de marcação do eixo Y no eixo a direita", - "Y axis tick marks": "Marcas do eixo Y", - "Y label": "Etiqueta Y", - "Y variable": "Variável Y", - "Y-Axis": "Eixo-Y", - "Y-Axis Labels": "Rótulos do Eixo-Y", - "Y-Axis Line": "Linha do Eixo-Y", - "Y-Axis Tick Markers": "Marcadores de Tick Eixo-Y", - "Y-Axis Title": "Título do Eixo-Y", - "Y-Lab Title": "Título do Y-Lab", - "Y-axis": "Eixo-Y", - "Y-axis Options:": "Opções do Eixo-Y:", - "Y-axis Upper:": "Upper Eixo-Y:", - "Year": "ano", - "Year - DOY Plot": "Ano - Gráfico DOY", - "Year - Month - Day": "Ano - Mês - Dia", - "Year As Factor": "Ano como fator", - "Year Columns": "Colunas de Ano", - "Year Columns:": "Colunas do Ano:", - "Year Month Day": "Dia do Mês", - "Year and Day of Year": "Ano e dia do ano", - "Year(4 digit)MonthDay(YEARMODA)": "Ano(4 dígitos)MêsDia (ANOMODA)", - "Year(4-digit)-Month(Full Name)-Day": "Ano(4-dígito)-Mês-Dia (Full Name)-Day", - "Year(4-digit)-Month(abbr)-Day": "Ano(4-dígito)-Mês(abbr)-Dia", - "Year(4-digit)-Month-Day": "Ano(4-dígito)-Dia", - "Year(4-digit)/Month(Full Name)/Day": "Ano(4-dígito)/Mês/Dia", - "Year(4-digit)/Month(abbr)/Day": "Ano(4-dígito)/Mês(abbr)/Dia", - "Year(4-digit)/Month/Day": "Ano(4 dígitos)/mês/Dia", - "Year(4-digit)Doy(Julian)": "Ano(4-dígito)Doy(Julian)", - "Year:": "Ano:", - "Years": "anos", - "Yellow": "Amarelo", - "Yellow-Green": "Amarelo-Verde", - "Yes": "sim", - "YlGn": "YlGn", - "YlGnBu": "YlGnBu", - "YlOrBr": "YlOrBr", - "YlOrRd": "YlOrRd", - "Ylim": "Ylim", - "Zero Values": "Sem Valores", - "Zplot Plot": "Gráfico de Zplot", - "[ ] or": "[ ] ou", - "[^ ] not": "[^ ] não", - "^ begin": "Início ^", - "________": "________", - "__________": "__________", - "aapc": "aapc", - "abs": "abdominais", - "acos": "acos", - "add_na": "adicionar_na_de_", - "age": "idade", - "all": "Todos", - "am": "AM", - "and": "e", - "ang.dev": "ang.dev", - "ang.var": "ang.var", - "animal (f)": "animal (f)", - "annual": "anualmente", - "anon": "ano", - "anova": "anova", - "ansari": "ansari", - "answer (f)": "resposta (f)", - "any": "qualquer", - "anyDup": "nenhum(a)", - "aov": "aov", - "ar": "ar", - "arima": "arima", - "asin": "asin", - "asis": "asis", - "asn": "asn", - "aspect.ratio": "aspecto.ratio", - "asymptotic ": "assíntota ", - "atan": "Tarde", - "atan2": "atãon2", - "atanh": "atanh", - "award_date": "data_de_entrega", - "axis.line": "linha.eixo", - "axis.line.x": "axis.line.x", - "axis.line.y": "axis.line.y", - "axis.text": "axis.text", - "axis.text.x": "axis.text.x", - "axis.text.x.top": "axis.texto.x.top", - "axis.text.y": "axis.text.y", - "axis.text.y.right": "axis.text.y.right", - "axis.ticks": "axis.ticks", - "axis.ticks.length": "axis.ticks.length", - "axis.ticks.x": "axis.ticks.x", - "axis.ticks.y": "axis.ticks.y", - "axis.title": "axis.title", - "axis.title.x": "axis.title.x", - "axis.title.x.top": "axis.title.x.top", - "axis.title.y": "axis.title.y", - "axis.title.y.right": "axis.title.y.right", - "bartels": "bartels", - "bartlett": "sucata", - "beta": "beta", - "between": "entre", - "binary": "binário", - "binom.test": "binom.test", - "boot": "inicialização", - "boundary": "limite", - "boxcox": "boxcox", - "br": "br", - "br2": "br2", - "broken": "Inválido", - "browser (f)": "navegador (f)", - "bu": "bu", - "butt": "coronha", - "bw": "bw", - "by": "Por", - "c( )": "c( )", - "caption": "subtítulo", - "car (f)": "carro (f)", - "cat": "gato", - "cb_safe": "cb_seguro", - "ceiling": "teto", - "children": "filhos", - "chisq": "chisq", - "choose": "Selecionar", - "ci": "ci", - "circular": "circular", - "cividis": "cividis", - "classic": "clássico", - "cloglog": "registros", - "cloud": "nuvem", - "cm": "cm", - "cmh": "ac", - "coefficient": "coeficiente", - "coin (f)": "moeda (f)", - "collapse": "recolher", - "collate": "colarinho", - "color (f)": "cor (f)", - "combine": "combinar", - "confint": "confinamento", - "conover": "conover", - "cont": "cont", - "contract_sector": "setor_contracto", - "contract_title": "título_contracto", - "cor": "cor", - "cos": "mg", - "count": "contar", - "country": "País", - "cov": "cov", - "cp": "cd", - "crc32": "crc32", - "cross": "cruz", - "cs": "cs", - "csmk": "cmalhar", - "csv": "vs", - "cumdist": "cumdist", - "cummax": "cummax", - "cummean": "cummean", - "cummin": "cummin", - "cumsum": "cumsum", - "cv": "sz", - "d": "d", - "d_in_m": "_em_m", - "d_rank": "_rank", - "daily": "diariamente", - "data": "Dados", - "data.frame(data=matrix(data=NA": "data.frame(data=matrix(data=NA", - "date": "Data", - "date_stamp": "date_stamp", - "datetime": "data", - "davies": "margaridas", - "day": "Dia", - "day of the month (01-31)": "dia do mês (01-31)", - "day of the month (1-31)": "dia do mês (1-31)", - "day of the week": "dia da semana", - "days": "Dias", - "death (L)": "morte (L)", - "default": "Padrão", - "deg": "deg", - "degrees": "Graus", - "detect": "detectar", - "dice": "dado", - "died (L)": "morreu (L)", - "diff": "diferença", - "digamma": "digamma", - "distill": "descer", - "distinct": "distinto", - "dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain", - "dlgSetupForDataEntry": "dlgSetupForDataEntry", - "dmy": "Dmy", - "dna (f)": "dna (f)", - "dob (D)": "ponto (D)", - "drop": "derrubar", - "dummy": "boneco", - "duncan": "dilata", - "duplicated": "duplicado", - "durbin": "durbin", - "durbinWatsonTest": "durbinWatsonTest", - "education (f)": "educação (f)", - "ela": "ela", - "employment (f)": "emprego (f)", - "encode ": "codificar ", - "end": "Terminar", - "erlevd": "erlevd", - "exact": "exato", - "exp": "exp", - "expand": "expandir", - "extRemes": "Próximos", - "extract": "extrair", - "extract2": "extrato2", - "eye (f)": "olho (f)", - "fact": "fatos", - "factor": "fator", - "factor ": "fator ", - "fevd": "fevd", - "findpars": "encontrando", - "first": "primeiro(a)", - "fiscal_year": "Ano", - "fisyat": "fisyat", - "fixed": "Fixo", - "fligner": "alinhador", - "floor": "piso", - "frLabels:": "fretiquetas:", - "friedman": "frigorífico", - "gamma": "gamma", - "gender (f)": "gênero (f)", - "glm": "gla", - "glm.nb": "glm.nb", - "glmer": "glmer", - "glmmPQL": "QQLLA", - "gpa": "gpa", - "grade": "nota", - "grade_level (f)": "nível_nota (f)", - "grey": "cinza", - "group (f)": "grupo (f)", - "grpTickLength": "comprimentoTickde", - "hair (f)": "cabelo (f)", - "height": "Altura", - "hour": "hora", - "hours": "horas", - "hydroGOF ": "hidrogênio ", - "identity": "identidade", - "ifelse": "se", - "inches": "polegadas", - "income": "renda", - "indices selected out of": "índices selecionados de", - "inferno": "inferno", - "infreq": "infreq", - "inorder": "inorder", - "inseq": "inseq", - "intercept": "interceptar", - "iq": "iq", - "is false": "é falso", - "is true": "é verdadeiro", - "is.fixedfevd": "é.fixedfevd", - "is.na": "é.na", - "j:": "m:", - "kge": "kge", - "klotz": "lote", - "koziol": "quilo", - "kruskal": "kruskal", - "ks": "kg", - "kurtosis": "kurtosis", - "l()": "l()", - "label": "Etiqueta", - "labelled ": "rotulado ", - "lag": "lag", - "language (f)": "Idioma (f)", - "lanzante": "lanzante", - "last": "último(a)", - "lbeta": "lbeta", - "lbl": "lbl", - "lchoose": "lescolha", - "lda": "lda", - "lead": "conduzir", - "leap": "saltar", - "legend bty": "lenda bty", - "legend.background": "legenda.fundo", - "legend.box.background": "Fundo legend.box.background", - "legend.box.margin": "legend.box.margin", - "legend.box.spacing": "legend.box.spacing", - "legend.key": "legend.key", - "legend.key.height": "legend.key.height", - "legend.key.size": "tamanho.legend.key.size", - "legend.key.width": "legend.key.width", - "legend.margin": "lenda.margem", - "legend.spacing": "legenda.espaçamento", - "legend.spacing.x": "legend.spacing.x", - "legend.spacing.y": "legend.spacing.y", - "legend.text": "legenda.texto", - "legend.text.align": "legend.text.align", - "legend.title": "legend.title", - "legend.title.align": "legend.title.align", - "length": "comprimento", - "letters": "Letras", - "levd": "levd", - "level": "Nível", - "lfact": "lfato", - "lgamma": "lgamma", - "light": "lâmpada", - "likert (o.f)": "likert (o.f)", - "line": "linha", - "linedraw": "cru", - "linkert7 (o.f)": "linkert7 (o.f)", - "lm": "lm", - "lme4": "lme4", - "lmer": "lmer", - "locate": "localizar", - "locate2": "locate2", - "loess": "loess", - "log": "registro", - "log10": "log10", - "log1p": "registro1p", - "log2": "log2", - "logical": "lógico", - "logistic": "logística", - "logit": "logit", - "loglin": "loglin", - "loglm": "loglm", - "lorem_ipsum (c)": "lorem_ipsum (c)", - "lower": "Baixa", - "lowess": "menor", - "lqs": "qs", - "lr.Test": "teste lr.Teste", - "lump": "lump", - "m": "min", - "mNSE": "mNSE", - "m_rank": "mil_rank", - "mad": "louco", - "mae": "mae", - "magma": "magma", - "mantelhaen": "mantefeno", - "mariadb_climsoft_db_v4": "mariadb_climsoft_db_v4", - "mariadb_climsoft_test_db_v4": "teste_climático_marinho_db_v4", - "marital (f)": "civil (f)", - "match": "coincidente", - "math": "matemática", - "mauchly": "mauchly", - "max": "máximo", - "mc": "mc", - "mca": "mca", - "mcnemar": "mnemar", - "md": "ZZ", - "md5": "md5", - "mdy": "minhoca", - "me": "Eu", - "mean": "média", - "median": "mediana", - "medianHL": "medianHL", - "method_type": "tipo_método", - "military (f)": "militar (f)", - "min": "min.", - "minimal": "mínimo", - "minute (00-59)": "minuto (00-59)", - "miss": "falta", - "mk": "mk", - "mm": "MM", - "mm(Large or negative Value)": "mm(Carga ou Valor negativo)", - "mmk ": "mmk ", - "mode": "Modo", - "mode1": "modo1", - "month": "mês", - "month (f)": "mês (f)", - "monthly": "Mensal", - "monthly average": "média mensal", - "months ": "Meses ", - "mood": "humor", - "moving": "movendo", - "movmax": "movmax", - "movmean": "movase", - "movmed": "movido", - "movmin": "movmin", - "movsum": "movsum", - "mse": "minguação", - "murmur32": "murmur32", - "n": "n", - "n:": "n:", - "n_distinct": "n_distinto", - "naapprox": "naapprox", - "naest": "nariz", - "nafill": "predefinição", - "name (c)": "Nome (c)", - "nasplin": "nasplin", - "ncvTest": "teste", - "near": "perto", - "neighbouring average": "média vizinha", - "nlmer": "novato", - "nls": "nls", - "no_bids_considered": "nenhuma_oferta_considerada", - "no_bids_received": "nenhuma_oferta_recebida", - "non miss": "non miss", - "nonadditivity ": "não-adição ", - "normal": "Maior", - "nrmse": "nrmse", - "nth": "n°", - "ntile": "ntile", - "oneway": "oneway", - "or Named Region:": "ou Região Nomeada:", - "or matching values 1 to n": "ou valores correspondentes de 1 a n", - "order": "pedido", - "original_contract_value": "Valor_contrato_original", - "other": "Outro", - "outlierTest": "outlierTeste", - "pad": "tampa", - "pairwise.Prop": "pairwise.Prop", - "pairwise.t": "pairwise.t", - "pairwise.wilcox": "pairwise.wilcox", - "panel.background": "painel.fundo", - "panel.border": "painel.borda", - "panel.grid": "painel.grid", - "panel.grid.major": "painel.grid.major", - "panel.grid.major.x": "painel.grid.major.x", - "panel.grid.major.y": "painel.grid.major.y", - "panel.grid.minor": "painel.grid.minor", - "panel.grid.minor.x": "painel.grid.minor.x", - "panel.grid.minor.y": "painel.grid.minor.y", - "panel.spacing": "painel.espaçamento", - "panel.spacing.x": "painel.spacing.x", - "panel.spacing.y": "painel.spacing.y", - "pbeta": "pbeta", - "pbias": "pbias", - "pbiasfdc": "pbiasfdc", - "pbinom": "batida", - "pbirth": "nascença", - "pchisq": "pchisq", - "pcor ": "cor ", - "percentages": "Porcentagens", - "pet (f)": "pet (f)", - "pettitt ": "pettitt ", - "pf": "PDF", - "pgamma": "pgamma", - "pi": "pi", - "plasma": "plasma", - "plot ": "enredo ", - "plot.background": "plot.fundo", - "plot.caption": "lote.legenda", - "plot.fevd": "lote.fevd", - "plot.margin": "margem.plot.margin", - "plot.subtitle": "plot.legenda", - "plot.title": "plot.title", - "pm": "PM", - "pmax": "pmax", - "pmin": "min", - "pmk ": "pmk ", - "pnbin": "pnbin", - "pnorm": "pnorm", - "points": "Pontos", - "poisson": "poisson", - "political (f)": "política (f)", - "polr": "pol.", - "power.anova": "poder.anova", - "power.prop": "prop.power", - "power.t": "poder.t", - "ppois": "ppois", - "ppr": "ppr", - "precip": "precip", - "predict": "prever", - "prediction": "previsão", - "primary (f)": "primário (f)", - "princomp": "princomp", - "print": "Imprimir", - "print.fevd": "print.fevd", - "probability": "probabilidade", - "probit": "Sondar", - "procurement_category": "categoria_compra", - "procuring_authority": "autoridade_procuração", - "prop": "prop", - "prop.test": "teste.proxer", - "prop.trend": "prop.trend", - "propn": "propn", - "proportion": "proporção", - "pscore": "pontuação", - "pt": "PTA", - "q-Gram Distance": "Distância q-Gram", - "q1": "q1", - "q3": "q3", - "qbeta": "qbeta", - "qbinom": "qbinom", - "qbirth": "qbirth", - "qchisq": "qchisq", - "qda": "qda", - "qf": "qf", - "qgamma": "qgamma", - "qnbin": "qnbin", - "qnorm": "qnorm", - "qpois": "qpois", - "qq": "qq", - "qt": "qt", - "quade": "quadês", - "quadrant": "quadrante", - "qual": "qual", - "quantile": "quantidade", - "quarter": "trimestre", - "rNSE": "rNSE", - "rPearson": "rPearson", - "rSD": "rSD", - "r_rank": "r_classificação", - "race (f)": "raça (f)", - "rad": "radial", - "radians": "radianos", - "rain days": "dias de chuva", - "range": "range", - "rd": "RD", - "reciprocal": "recíproca", - "recode": "volta", - "rect": "recriar", - "regex": "regex", - "region": "região", - "relevel": "renível", - "religion (f)": "religião (f)", - "remove": "Remover", - "remove2": "remover2", - "reorder": "reordenar", - "rep": "PRO", - "replace": "substituir", - "replace2": "substituir2", - "residuals": "residuais", - "reverse": "inverter", - "rho": "rho", - "rlm": "rlu", - "rmse": "rmse", - "round": "arredonde", - "row(s)": "linha(s)", - "rrod ": "ruidosa ", - "rsd": "rsd", - "rsr": "rsr", - "sat": "sábio", - "savage": "selvagem", - "scheffe": "scheffe", - "sd": "sd", - "seasonal average": "média sazonal", - "sec": "seg.", - "second (00-59)": "segundo (00-59)", - "seconds": "segundos", - "segmented": "segmentado", - "selected variable": "variável selecionada", - "sens ": "sens ", - "sentence (c)": "frase (c)", - "seq": "seg", - "sex (f)": "sexo (f)", - "sex_inclusive (f)": "sex_inclusivo (f)", - "sha1": "sha1", - "sha256": "sha256", - "sha512": "sha512", - "shapiro": "Shapiro", - "shift": "turno", - "short": "curto", - "shuffle": "Aleatório", - "siginf": "seg", - "sign": "sinal", - "signature_date": "data_de_assinatura", - "sin": "pecado", - "skew": "skew", - "slope": "inclinação", - "smk ": "smk ", - "smokes (L)": "Fumaças (L)", - "snh ": "snh ", - "sort": "ordenar", - "spearman": "lança", - "specify1": "espécie1", - "specify2": "especifica2", - "specify3": "espécie3", - "speed": "velocidade", - "spline": "spline", - "split": "dividir", - "sqrt": "sqrt", - "square": "quadrado", - "squish ": "quadrado ", - "ssens ": "ssens ", - "ssq": "seg", - "starts": "início", - "state (f)": "estado (f)", - "stats": "Estatísticas", - "string (c)": "string (c)", - "strip.background": "strip.background", - "strip.placement": "localização_strip", - "strip.switch.pad.grid": "strip.switch.pad.grid", - "strip.switch.pad.wrap": "strip.switch.pad.brap", - "strip.text": "strip.text", - "strip.text.x": "strip.text.x", - "strip.text.y": "strip.text.y", - "sub.title": "legendas.title", - "sum": "sum", - "summary": "summary", - "summary.fevd": "summary.fevd", - "sunh": "sol", - "sunshine hours": "horas de sol", - "swap Parameters": "trocar parâmetros", - "t": "t", - "taha": "taha", - "tall": "alta", - "tan": "tan", - "text": "Texto", - "time": "Horário", - "title": "Título", - "tmax": "tmax", - "tmin": "tmin", - "to": "para", - "tr": "tr", - "trigamma": "trigamma", - "trim": "Aparar", - "trunc": "trunc", - "unknown": "desconhecido", - "upper": "superior", - "upper (c)": "superior (c)", - "v3.0 Daily Rainfall": "v3.0 Chuva Diária", - "v3.0 Dekadal Rainfall": "v3.0 Dekadal Rainfall", - "v3.0 Monthly Rainfall": "v3.0 Chuva Mensal", - "v3.0 Monthly Rainfall (Calculated)": "v3.0 Chuva Mensal (Calculada)", - "v3.1 Daily Rainfall": "v3.1 Chuva Diária", - "v3.1 Daily Rainfall Complete (Filled)": "v3.1 - Construção da Chuva Diária (Preenchida)", - "v3.1 Dekadal Rainfall": "v3.1 Dekadal Rainfall", - "v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 - Chuva do Dekadal Completa (Preenchida)", - "v3.1 Monthly Rainfall": "v3.1 Chuva Mensal", - "v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Final da Chuva Mensal (Preenchido)", - "valid (L)": "valid (L)", - "var": "vc", - "variable": "Variável", - "vcov": "vcov", - "viridis": "viridis", - "von_mises": "von_mises", - "vonmises": "vonmises", - "waerden": "waerden", - "wakefield::r_data_theme(n = 100": "wakefield::r_data_theme(n = 100", - "waller ": "carteira ", - "wd": "wd", - "wday": "no", - "when": "Quando", - "which": "que", - "wilcox": "wilcox", - "wilcoxsign": "wilcoxsign", - "winner_country": "país_vencedor", - "winner_name": "nome_vencedor", - "wrappednormal": "embrulhado", - "ws": "ww", - "xxhash32": "xxhash32", - "xxhash64": "xxhash64", - "yday": "yday", - "year": "Ano", - "ymd": "ymd" + " (lat) ": " (lat) ", + " (lon) ": " (lon) ", + " 5. Total Precipitation:": " 5. Precipitação total:", + " All combined with &&": " Tudo combinado com &&", + " Keys:": " Chaves:", + " Options": " Opções", + " Show R Commands in Output Window": " Mostrar R Comandos na Janela de Saída", + " Two-Variables": " Duas Variáveis", + " Word Count": " Contagem de Palavras", + " binom": " binom", + " box": " caixa", + " comment(s) entered": " comentário inserido", + " fisher": " pescador", + " kruskal": " kruskal", + " row(s) entered": " linha(s) inserida(s)", + " | Showing ": " Mostrando ", + "!is.na": "!é.na", + "$ end": "$ final", + "% Bias": "% Viés", + "% rank": "% de posição", + "%in%": "%in%", + ". any": ". qualquer", + ".nc files found to import": "Arquivos .nc encontrados para importar", + "10m u-component of wind": "Componente de vento de 10m", + "10m v-component of wind": "10m v-componente do vento", + "1st Factor:": "1° Fator", + "2 Digit": "2 Digit", + "2-digit years": "anos de dois dígitos", + "2. Mean Station Pressure:": "2. Pressão média da Estação:", + "2m dewpoint temperature": "Temperatura do orvalho 2m", + "2m temperature": "Temperatura 2m", + "2nd Factor (Optional):": "Fator 2 (Opcional):", + "2pi": "2pi", + "3. Mean Sea Level Pressure:": "3. Pressão Média do Nível do Mar:", + "4 Digit": "4 Digit", + "4. Mean Daily Air Temperature:": "4. Temperatura do ar diária média:", + "4C88C488": "4C88C488", + "6. Mean Daily Max Air Temperature:": "6. Média de Temperatura do Ar Máxima:", + "7. Mean Daily Min Air Temperature:": "7. Mea Temperatura Mínima do Ar Diária:", + "8. Mean Daily Relative Humidity:": "8. Média da umidade relativa diária:", + "? 0 or 1": "? 0 ou 1", + "AIC": "IAR", + "AMOC": "CAIXA", + "ANOVA": "ANOVA", + "ANOVA tables": "Tabelas ANOVA", + "API Key:": "Chave da API:", + "ARC2 Daily Precipitation": "Precipitação diária ARC2", + "ARC2 Monthly Precipitation": "Precipitação mensal do ARC2", + "AT": "BA", + "Abbr.:": "Abr.:", + "Abbreviation": "Abreviação", + "Absolute deviation": "Desvio absoluto", + "Accent": "Sotaque", + "Acceptable Range (Element1)": "Alcance Aceitável (Element1)", + "Acceptable Range (Element2)": "Alcance Aceitável (Element2)", + "Add": "Adicionar", + "Add Calculation": "Adicionar Cálculo", + "Add Colour Scale": "Adicionar Escala de Cor", + "Add Comment": "Adicionar comentário", + "Add Component": "Adicionar Componente", + "Add Condition": "Adicionar Condição", + "Add Current Contrasts": "Adicionar contraste atual", + "Add Date Column": "Adicionar Coluna de Data", + "Add Distribution": "Adicionar Distribuição", + "Add Factor Level": "Adicionar nível de fator", + "Add Fill Scale": "Adicionar escala de preenchimento", + "Add Flag Variables": "Adicionar Variáveis de Marcação", + "Add Key": "Adicionar chave", + "Add Label": "Adicionar Etiqueta", + "Add Labels": "Adicionar Rótulos", + "Add Line of Best Fit": "Adicionar Linha do Melhor Ajuste", + "Add Link": "Adicionar Link", + "Add Manipulation": "Adicionar Manipulação", + "Add Margins": "Adicionar margens", + "Add Mean Line": "Adicionar linha média", + "Add Median Line": "Adicionar linha média", + "Add New Distribution": "Adicionar Nova Distribuição", + "Add Pair": "Adicionar Par", + "Add Peaks": "Add Peaks", + "Add Points": "Adicionar Pontos", + "Add Rug Plot": "Adicionar lote de tapete", + "Add Sub Calculation": "Adicionar sub cálculo", + "Add Tercile Lines": "Adicionar Linhas de Tercile", + "Add To Title:": "Adicionar ao Título:", + "Add Valleys": "Adicionar vales", + "Add flag field data": "Adicionar dados de campo flag", + "Add legend": "Adicionar Legenda", + "Add to Data Frame:": "Adicionar à Estrutura de Dados:", + "Added Distribution": "Distribuição adicionada", + "Additional Data Frame:": "Estrutura de dados adicionais:", + "Additional Features": "Recursos Adicionais", + "Additional Variables:": "Variáveis adicionais:", + "Advance Options": "Opções de Avanço", + "After": "Depois", + "Agresti-Coull": "Agresti-Coull", + "Agricolae": "Atribo", + "Algorithm :": "Algorithm :", + "Alignment:": "Alinhamento:", + "All": "TODOS", + "All Bids (Trimmed):": "Todas as Ofertas (Trimmed):", + "All Bids:": "Todas as Ofertas:", + "All Class": "Todas as Classes", + "All Columns": "Todas as colunas", + "All Combined with &&": "Tudo combinado com &&", + "All Contents": "Todo o conteúdo", + "All Duplicate Cases": "Todos os Casos Duplicados", + "All Options": "Todas as Opções", + "All but (unordered) Factor": "Todos, exceto (desordenado) Fator", + "All combined with |": "Tudo combinado com 「", + "All files of this type": "Todos os arquivos deste tipo", + "All values if columns are equal": "Todos os valores se as colunas são iguais", + "Allow t for Trace": "Permitir t para rastreamento", + "Alpha:": "Alfa:", + "Alternate (Horizontal first)": "Alternativo (H├tal primeiro)", + "Alternate (Vertical first)": "Alternativo (Vertical primeiro)", + "Always Use Levels": "Sempre usar níveis", + "Always Use Values": "Sempre usar valores", + "Amount": "Quantidade", + "Amount:": "Quantia:", + "An R Command is Running": "Um Comando R está Executando", + "An order": "Um pedido", + "Analysis": "Análise", + "Ang_dev": "Ang_dev", + "Ang_var": "Ang_var", + "Angle": "Ângulo", + "Annual": "Anual", + "Annual Rain total": "Total de chuva anual", + "Annual+Within": "Anual+Dentro", + "Annual/Monthly": "Anual/Mensal", + "Annual:": "Anual:", + "Anomalies": "Anomalias", + "Anonymise ID Column": "Anonymise ID Column", + "Anova": "Anova", + "Anova Options": "Opções do Anova", + "Anti Join": "Participe de Anti", + "Anticlockwise Direction": "Direção no sentido horário", + "Any Class": "Qualquer classe", + "Append": "Anexar", + "Append Data Frames": "Anexar Molduras de Dados", + "Apply": "Aplicar", + "Apply As Filter": "Aplicar como filtro", + "Apply As Subset": "Aplicar como subconjunto", + "Apply Options": "Opções de aplicação", + "Apply on All Layers": "Aplicar em todas as camadas", + "April": "abril", + "Area": "área", + "Arrow": "Flecha", + "As Percentage": "Como percentagem", + "As Percentages": "Como Porcentagem", + "As Proportion of Factors (Optional):": "Como porção de Factores (Opcional):", + "Ascending": "Ascendente", + "Ascending Frequencies": "Frequências crescentes", + "Assume condition not satisfied at start of each period": "A condição de suposição não está satisfeita no início de cada período", + "Assumed median value": "Valor da mediana suposta", + "Asymptotic": "Assíntota", + "At End": "No Final", + "At Start": "Ao Iniciar", + "At Y =": "Em Y =", + "Augment": "Aumento", + "August": "agosto", + "Auto": "Automático", + "Auto ": "Automático ", + "Auto Save Recovery Options": "Salvar automaticamente opções de recuperação", + "Auto save a backup of data": "Salvar automaticamente um backup dos dados", + "Auto saving data...": "Salvando dados automaticamente...", + "Auto-Generate": "Auto-Gerar", + "Automatic": "Automático", + "AvantGarde": "AvantGarde", + "Average": "Média", + "Award Date:": "Data do Prêmio:", + "Award Year:": "Ano dos Prêmios:", + "Axes": "Machados", + "Axis Lines": "Linhas de Eixo", + "Axis Title": "Título do Eixo", + "BFGS": "BFGS", + "BIB": "BIB", + "BIC": "BIC", + "Back": "Anterior", + "Background": "Fundo", + "Background of facet labels": "Fundo dos rótulos de facetas", + "Background of legend": "Fundo da legenda", + "Background of legend area": "Fundo da área de legenda", + "Background of the entire plot": "Fundo do plot inteiro", + "Background underneath legend keys": "Fundo debaixo das chaves de legenda", + "Backup Data File Detected": "Arquivo de Dados de Backup Detectado", + "Backup Debugging Log File Detected": "Arquivo de log de depuração detectado de backup", + "Backup Internal Log File Detected": "Backup do arquivo de registro interno detectado", + "Backup Log File Detected": "Arquivo de log de backup detectado", + "Backup Manager": "Gerenciador de backup", + "Backup versions :": "Versões de backup :", + "Bandwidth: ": "Banda: ", + "Bar": "Barras", + "Bar Chart": "Gráfico de barras", + "Bar Chart Options": "Opções do gráfico de barras", + "Bar Colour:": "Cor da Barra:", + "Bar Graph": "Gráfico de barra", + "Bar and Pie Chart": "Gráfico de Barras e Pie", + "Bar plot": "Gráfico de barras", + "Barometer Height:": "Altura do barômetro:", + "Base Range": "Intervalo Base", + "Basic": "Básico", + "Bayesian": "Bayesiano", + "Bca": "bca", + "Before": "Antes", + "Before or After Column": "Antes ou Depois da Coluna", + "Bernouli": "Bernouli", + "Beta": "Beta", + "Bias": "Viés", + "Big Points": "Pontos grandes", + "Bin Axis:": "Bin Axis:", + "BinSeg": "BinSeg", + "Binary": "BINÁRIO", + "Binomial": "Binomial", + "Biplot": "Biplota", + "Black": "Preto", + "Blank": "Vazio", + "Blocking Variables": "Bloqueando variáveis", + "Blocking Variables:": "Bloqueando variáveis:", + "Blue": "azul", + "Blues": "Azul", + "Bold": "Bold", + "Bold italic": "Bold italic", + "Bonett": "Bonett", + "Bookman": "Livro-eiro", + "Boot": "Inicialização", + "Bootci.Type:": "Bootci.Type:", + "Bootstrap Options": "Opções do Bootstrap", + "Border": "Border", + "Both": "Ambos", + "Bottom": "Inferior", + "Bottom:": "Inferior:", + "Box plot": "Gráfico da caixa", + "Boxplot": "Caixa", + "Boxplot + Jitter": "Boxplot + Jitter", + "Boxplot Count Variable": "Variável de Caixa", + "Boxplot Method": "Método Boxplot", + "Boxplot Options": "Opções do Boxplot", + "BrBG": "Marca", + "Break Points:": "Pontos de interrupção:", + "Breaks": "Quebras", + "Broken Stick": "Graveto Quebrado", + "Brown": "Marrom", + "Browse": "Localizar...", + "Browse File": "Navegar no arquivo", + "Browse Folder": "Procurar Pasta", + "BuGn": "Cogumelo", + "BuPu": "Bupu", + "Buishand": "Buishand", + "By": "por", + "By Column": "Por coluna", + "By Factor (Optional):": "Por Fator (Opcional):", + "By Factor(s)": "Por Fator", + "By Factors:": "Por Fatores:", + "By Filter": "Por Filtro", + "By Month": "Por mês", + "By Variable (Optional):": "Por Variável Opcional):", + "By Year": "Por Ano", + "By:": "Por:", + "C.I band": "Faixa C.I", + "C.I.Method:": "Método C.I.Method:", + "CCA Options": "Opções CCA", + "CDF": "CDF", + "CDF Plot": "Gráfico de CDF", + "CDF Plot with Confidence Intervals": "Gráfico de CDF com intervalos de confiança", + "CPF": "CPF", + "CPT to Tabular Data": "CPT para Dados Tabulares", + "CROPS": "CRÉDITOS", + "CSS": "CSS", + "CUSUM": "CUSUM", + "Calculate Difference Categories": "Calcular Diferença Categorias", + "Calculate Option Differences": "Calcular Diferenças de Opção", + "Calculate Proportions": "Calcular proporções", + "Calculate Proportions or Percentages": "Calcular proporções ou percentagens", + "Calculate Rainfall Value by:": "Calcule o valor da chuva por:", + "Calculate by Year": "Calcular por ano", + "Calculated Columns": "Colunas calculadas", + "Calculated columns": "Colunas calculadas", + "Calculation Name:": "Nome do cálculo:", + "Calculations": "Cálculos", + "Calculations:": "Cálculos:", + "Calm Wind:": "Calma Vento:", + "Cancel": "cancelar", + "Cannot get package information.": "Não foi possível obter informações do pacote.", + "Cannot get package information. Check your internet connection.": "Não é possível obter informações do pacote. Verifique sua conexão com a internet.", + "Cannot show text preview of file:": "Não é possível mostrar pré-visualização de texto do arquivo:", + "Canonical Correlations": "Correlações Canônicas", + "Canonicalmono": "Canonicalmono", + "Capacity:": "Capacidade:", + "Caption Size:": "Tamanho da legenda:", + "Caption below the plot (text appearance)": "Legenda abaixo do gráfico (aparência do texto)", + "Caret(^)": "Caret(^)", + "Carry": "Carregador", + "Carry Columns": "Leve Colunas", + "Carry Columns:": "Carregando Colunas:", + "Categorical": "Categorizado", + "Categorical by Categorical:": "Categorizar por Categoria:", + "Categorical by Numeric:": "Categorizar por numérico:", + "Categorical:": "Categoria:", + "Category Column:": "Coluna de Categoria:", + "Cauchit": "Cauchit", + "Cauchy": "Cauchy", + "Cell": "Celular", + "Cell (%)": "Célula (%)", + "Celsius": "Celsius", + "Center": "Centralizar", + "CenterObs": "CenterObs", + "Centimetres": "Centímetros", + "Centre Mean on Last Day": "Centro-Mean no Último Dia", + "Centred": "Centrado", + "CenturySch": "CenturySch", + "Change Limits": "Alterar Limites", + "Change Point Options": "Alterar Opções de Ponto", + "Change type": "Mudar tipo", + "Change...": "Trocar...", + "Character": "Personagem", + "Character Column:": "Coluna de Caracteres:", + "Check": "Verificar", + "Check Duplicates": "Verificar duplicatas", + "Check Unique": "Verificar única", + "Chi-Square Test": "Teste Chi-Square", + "Chi_Square": "Chi_Quadrado", + "Choice:": "Escolha:", + "Choose Columns": "Escolher colunas", + "Choose Columns:": "Escolher Colunas:", + "Choose Form:": "Escolha o Formulário:", + "Choose Function": "Escolha a função", + "Choose Property": "Escolha a propriedade", + "Choose Region": "Escolher região", + "Choose Subset of Columns to Merge": "Escolher subconjunto de colunas para mesclar", + "Choose Summaries...": "Escolher resumos...", + "Choose one of the following to proceed": "Escolha um dos seguintes para prosseguir", + "Choose...": "Escolher...", + "Cicero": "Cicero", + "Circle": "Círculo", + "Circular": "Circular", + "Circular Plots": "Gráficos Circulares", + "Circular:": "Circular:", + "Classic": "Clássico", + "Clear": "Limpar", + "Clear Conditions": "Limpar Condições", + "Clear Script": "Limpar Script", + "Clear contents": "Limpar conteúdo", + "CliData": "CliData", + "CliPlot": "Cliplote", + "Cliboxplot": "Cliboxplot", + "Click Ok to Confirm the Export.": "Clique em Ok para Confirmar a Exportação.", + "Click Ok to confirm the save": "Clique em OK para confirmar o save", + "Climatic Boxplot": "Caixa Climática", + "Climatic Check Data Rainfall": "Chuva de Dados da verificação climática", + "Climatic Check Data Temperature": "Temperatura dos dados de verificação climática", + "Climatic Data Entry": "Entrada de Dados Climáticos", + "Climatic Maps": "Mapas Climáticos", + "Climatic Summary": "Resumo Climático", + "Climatic_Type": "Tipo_Climático", + "Climdex Indices": "Índices Climdex", + "Climsoft": "Climsoft", + "Clopper-Pearson": "Clopper-Pearson", + "Close": "FECHAR", + "Close R-Instat now": "Fechar R-Instat agora", + "Closed On": "Fechado Em", + "Cloud Cover:": "Nuvem de Capa:", + "Code Missing Values as:": "Código Faltando Valores como:", + "Coeff": "Coeff", + "Coeff:": "Coeff:", + "Coefficient Of Variation": "Coeficiente de variação", + "Coefficient of determination": "Coeficiente de determinação", + "Coefficient of persistence": "Coeficiente de persistência", + "Coefficients": "Coeficientes", + "Coin": "Moeda", + "Cold Spell Duration Index [15:CSDI]": "Índice de Duração da Feitiço Frio [15:CSDI]", + "Colon :": "Dois-pontos :", + "Colon(:)": "Colon(:)", + "Color (Optional):": "Cor (opcional)", + "Color:": "Cor:", + "Colour": "Cor", + "Colour Bar Max:": "Barra de Cor Máx:", + "Colour Bar Min:": "Barra de Cor Min:", + "Colour By (Optional):": "Cor Por (Opcional):", + "Colour By:": "Cor Por:", + "Colour Columns by Structure": "Colunas por estrutura", + "Colour Lines by Difference": "Linhas de Cores por Diferença", + "Colour Palette:": "Paleta de cores:", + "Colour Scale": "Escala de Cor", + "Colour by Property": "Cor por propriedade", + "Colour rainbow": "Cor do arco-íris", + "Colour:": "Cor:", + "Colours": "Cores", + "Colours for Summaries": "Cores para resumos", + "Column": "Coluna", + "Column (%)": "Coluna (%)", + "Column :": "Coluna :", + "Column Chart Options": "Opções do Gráfico de Coluna", + "Column Factor:": "Fator de Coluna:", + "Column Factors:": "Fatores de coluna:", + "Column Label:": "Rótulo de Coluna:", + "Column Name": "Nome da coluna", + "Column Name Event Day": "Dia do Evento Nome da Coluna", + "Column Name Extreme Event": "Evento Extremo Nome da Coluna", + "Column Name:": "Nome da coluna:", + "Column Selection": "Seleção de coluna", + "Column Statistics": "Estatísticas de coluna", + "Column Structure": "Estrutura da coluna", + "Column Type:": "Column Type:", + "Column Variable(s) (Factor):": "Variável(s) de coluna (Factor):", + "Column Width:": "Largura da Coluna:", + "Column to Duplicate:": "Coluna para duplicar:", + "Column to Split:": "Coluna para Divisão:", + "Column to Transform:": "Coluna para transformação:", + "Column to Unstack:": "Coluna para desempilhar:", + "Column(s):": "Coluna(s):", + "Column:": "Coluna:", + "Column: ": "Coluna: ", + "Columns": "Colunas", + "Columns to Combine:": "Colunas para combinar:", + "Columns to Convert:": "Colunas a converter:", + "Columns to Delete:": "Colunas a Excluir:", + "Columns to Include": "Colunas para incluir", + "Columns to Rank:": "Colunas para Rank:", + "Columns to Reorder:": "Colunas a Reordenar:", + "Columns to Sort by:": "Colunas a serem ordenadas por:", + "Columns to Stack:": "Colunas para empilhar:", + "Columns to Transpose:": "Colunas para Transpose:", + "Columns to Unstack:": "Colunas a serem desempilhadas:", + "Columns to be formatted ": "Colunas a serem formatadas ", + "Columns:": "Colunas:", + "Combine": "Combinar", + "Combine Factors": "Fundir Fatores", + "Combine Graphs": "Combinar gráficos", + "Combine Text Columns": "Combinar Colunas de Texto", + "Combined Graph": "Gráfico Combinado", + "Comma ": "Vírgula ", + "Comma separated file (*.csv)": "Arquivo separado por vírgula (*.csv)", + "Comma(": "Comma(", + "Command": "Comando", + "Command Examples": "Exemplos de comando", + "Command Format:": "Formato do comando:", + "Command Ok.": "Comando Ok.", + "Command produced an error or no output to display.": "O comando produziu um erro ou nenhuma saída para exibir.", + "Command produced an error.": "O comando produziu um erro.", + "Command:": "Comando:", + "Commands": "Comandos", + "Comment Format:": "Formato do comentário:", + "Comment:": "Comentário:", + "Comments": "comentários", + "Common": "Comum", + "Common Options": "Opções Comuns", + "Common Regions:": "Regiões Comum:", + "Compare Columns": "Comparar colunas", + "Compare Satellite Data": "Comparar dados de satélite", + "Compare Two Options": "Comparar duas opções", + "Comparison": "Comparação", + "Comparison Summaries": "Resumo de Comparação", + "Comparisons to Display:": "Comparações com a Exibição:", + "Complete records only": "Apenas registros completos", + "Complete rows only": "Apenas linhas completas", + "Component": "Componente", + "Component:": "Componente:", + "Condition": "Condição", + "Condition Factors (Optional):": "Factores de Condição (Opcional):", + "Condition for Selection": "Condição de seleção", + "Condition for selection": "Condição para seleção", + "Condition:": "Condição:", + "Conditional": "Condicional", + "Conditional Eval Options": "Opções de Eval Condicional", + "Conditional Quantile Options": "Opções de quantidade condicional", + "Conditional Quantile Plot": "Gráfico de quantidade condicional", + "Conditions for Start of Rains": "Condições de início das correntes", + "Conf=0.95": "Conf=0.95", + "Confidence Interval:": "Intervalo de confiança:", + "Confidence Level:": "Nível de confiança:", + "Confidence Limits": "Limites de Confiança", + "Confidence interval": "Intervalo de confiança", + "Conjugent Gradent (CG)": "Conjugent Gradent (CG)", + "Connect": "Conectar", + "Connect To ClimSoft Database": "Conectar ao ClimSoft Database", + "Connect to Climsoft Database": "Conectar ao Banco de Dados Climsoft", + "Connected": "Conectado", + "Connecting Lines": "Conectando Linhas", + "Consecutive": "Consecutivo", + "Constant": "Constante", + "Construct": "Construir", + "Construct Examples": "Construir Exemplos", + "Contexts": "Contextos", + "Contexts to carry:": "Contextos a serem carregados:", + "Contingency": "Contingência", + "Continuity correction": "Correção de continuidade", + "Continuous": "Contínuo", + "Contract Sector:": "Setor do contrato:", + "Contract Title:": "Título do Contrato:", + "Contract Value Categories:": "Categorias de Valor Contrato:", + "Contract Value Share Threshold:": "Limite de compartilhamento de valor do contrato:", + "Contract Value:": "Valor do Contrato:", + "Contrast": "Contrast", + "Contrasts": "Contraste", + "Control Options": "Opções de Controle", + "Control Variables:": "Variáveis de controle:", + "Conversions": "Conversões", + "Convert": "Converter", + "Convert Case": "Converter Caso", + "Convert Columns": "Converter colunas", + "Convert Strings to Factor Columns": "Converter frases em Colunas de Fator", + "Convert To": "Converter para", + "Convert to Character": "Converter para Personagem", + "Convert to Circular": "Converter para Circular", + "Convert to Factor": "Converter para Fator", + "Convert to Logical": "Converter para Lógico", + "Convert to Numeric": "Converter para Numérico", + "Convert to Ordered Factor": "Converter em Fator Ordenado", + "Convert to Variate": "Converter para Variação", + "Convert to:": "Converter para:", + "Cook's Distance": "Distância do Cozinheiro", + "Cook's Distance v Leverage": "Alavancagem de Nv Distância do cookie", + "Coordinates": "Coordenadas", + "Copy Data Frame": "Copiar quadro de dados", + "Copy Image": "Copiar imagem", + "Copy RichText": "Copiar Texto RichText", + "Copy Row Names into Column": "Copiar Nomes das Linhas para a Coluna", + "Copy from Below": "Copiar de Abaixo", + "Copy...": "Copiar...", + "Cor": "Cor", + "Corrected Hue Where Colour Map Begins:": "Matiz corrigido onde começar o mapa de cores:", + "Corrected Hue Where Colour Map Ends:": "Matiz corrigido onde termina o mapa de cor:", + "Correlation": "Correlação", + "Correlation Display and Graphics": "Exibição e Gráficos de Correlação", + "Correlation Matrix": "Matriz de Correlação", + "Correlation Plot": "Gráfico de correlação", + "Correlations": "Correlações", + "Corruption Output:": "Saída de Corrupção:", + "Corruption Outputs:": "Saídas de Corrupção:", + "Cosine Distance between q-Gram Profiles": "Distância de Cosino entre perfis Q-Gram", + "Could not read time dimension dates from file.": "Não foi possível ler as datas de dimensão do arquivo.", + "Count": "Quantidade", + "Count Records Data Frame:": "Contar Quadro de Dados de Registro:", + "Count in Factor": "Contagem no fator", + "Counting Process": "Processo de contagem", + "Countries:": "Países:", + "Country Capitals": "Capitais do País", + "Country Coloured Map": "Mapa colorido do país", + "Country ISO2:": "ISO2 do país:", + "Country ISO3:": "ISO3 do país:", + "Country Level": "Nível do País", + "Country Level Columns": "Colunas de Nível do País", + "Country Names:": "Nomes dos país:", + "Country:": "País:", + "Counts": "Contagem", + "Counts on Y Axis": "Conta com o Eixo Y", + "Counts totals": "Total de contagens", + "Courier": "Mensageiro", + "Couriersans": "Entregadores", + "Covariance": "Covariância", + "Create Labels": "Criar marcadores", + "Create Survival Object": "Criar Objeto Survival", + "Create an account": "Criar uma conta", + "Create subset of non-numeric cases": "Criar subconjunto de casos não-numéricos", + "Crop Definitions": "Definições de Plantio", + "Crop Length Day(s):": "Dia de Intervalo de Corte(s):", + "Cumulative": "Cumulative", + "Cumulative exceedance": "Exceção acumulada", + "Cumulative graph": "Gráfico acumulado", + "Cumulative/Exceedance Graph": "Gráfico Cumulativo/Excesso", + "Current Name:": "Nome atual:", + "Current Value:": "Valor Atual:", + "Custom": "Personalizado", + "Custom Range": "Intervalo Personalizado", + "Customised": "Personalizado", + "Cutoff for 2000 years:": "Corte em 2000 anos:", + "DF": "DF", + "DF1": "DF1", + "DF2": "DF2", + "Daily": "Diariamente", + "Daily Data Entry": "Entrada de dados diários", + "Daily Precipitation 0.05 degree": "Precipitação diária 0,05 graus", + "Daily Precipitation 0.25 degree": "Precipitação diária de 0,25 graus", + "Dark2": "Escuro2", + "Dashed": "Tracejado", + "Data": "Dado", + "Data (Optional):": "Dados (opcional):", + "Data Column and Factor Column": "Coluna de dados e fator", + "Data Column:": "Coluna de dados:", + "Data Columns": "Colunas de dados", + "Data Frame Label:": "Etiqueta de Armamento de Dados:", + "Data Frame Preview:": "Visualização do quadro de dados:", + "Data Frame(s):": "Quadro(s) de dados(s):", + "Data Frame:": "Estrutura de dados:", + "Data Frames to Reorder:": "Molduras de Dados a reordenar:", + "Data Frames:": "Quadros de Dados:", + "Data From Row:": "Dados da Linha:", + "Data Options": "Opções de Dados", + "Data Period": "Período dos dados", + "Data Period Label": "Rótulo do Período de Dados", + "Data Period label": "Rótulo do período de dados", + "Data column": "Coluna de dados", + "Data frame Metadata": "Metadados do quadro de dados", + "Data list not implemented": "Lista de dados não implementada", + "Data:": "Dados:", + "Database Name:": "Nome do banco de dados:", + "Dataframe Name:": "Dataframe Name:", + "Dataset Name:": "Nome do conjunto de dados:", + "Date": "Encontro", + "Date Order": "Data do pedido", + "Date Plot": "Gráfico de data", + "Date Range": "Date Range", + "Date Scales": "Escalas de data", + "Date and Time": "Data e Hora", + "Date labels": "Rótulos da data", + "Date:": "Data:", + "Dates/Times": "Dados/Tempos", + "Day": "dia", + "Day Columns (31/62)": "Colunas do Dia (31/62)", + "Day Columns (31/62):": "Colunas diárias (31/62):", + "Day Length": "Duração do Dia", + "Day Month": "Dia do Mês", + "Day Month (1 Jan)": "Dia do Mês (1 Jan)", + "Day Month Full (1 January)": "Mês Dia Cheio (1 de janeiro)", + "Day Number (1-366)": "Número do Dia (1-366)", + "Day Of Month:": "Dia do Mês:", + "Day Range": "Intervalo de dias", + "Day in Month": "Dia no Mês", + "Day in Year:": "Dia no ano:", + "Day of Month:": "Dia do Mês:", + "Day of Year": "Dia do Ano", + "Day of Year:": "Dia do Ano:", + "Day-Month(Full Name)-Year(4-digit)": "Dia-Mês(FNome Comple)-Ano(4-dígito)", + "Day-Month(abbr)-Year(4-digit)": "Dia-mês(abbr)-Ano(4-dígito)", + "Day-Month-Year(4-digit)": "Dia-Mês-Ano(4-dígito)", + "Day/Month(Full Name)/Year(4-digit)": "Dia/Mês/(Nome Completo)/Ano(4-dígito)", + "Day/Month(abbr)/Year(4-digit)": "Dia/Mês/(abbr)/Ano(4-dígito)", + "Day/Month/Year(4-digit)": "Dia/Mês/Ano(4-dígito)", + "Day:": "Dia:", + "Days": "dias", + "Days for Quantiles:": "Dias para Quantidades:", + "Days in Month": "Dias no Mês", + "December": "dezembro", + "Deciles && Quintiles": "Deciles && Quintiles", + "Decimal": "decimal", + "Decimal Places for Percentages:": "Casas decimais para porcentagens:", + "Decimal:": "Decimal:", + "Declustering": "Desacelerando", + "Default": "Padrão", + "Default Format": "Formato padrão", + "Default Value:": "Valor Padrão:", + "Define As Factor": "Definir como Fator", + "Define CRI": "Definir CRI", + "Define Climatic Data": "Definir dados climáticos", + "Define Corruption Outputs": "Definir Saídas de Corrupção", + "Define New Column Selection": "Define New Column Selection", + "Define New Filter": "Definir novo filtro", + "Define New Property": "Definir nova propriedade", + "Define Options By Context Data": "Definir opções por dados de contexto", + "Define Procurement Data": "Definir dados de aquisição", + "Define Red Flags": "Definir Bandeiras Vermelhas", + "Define Survival Data": "Definir Dados de Sobrevivência", + "Define a Contrast:": "Definir um contraste:", + "Degree:": "Graus:", + "Degrees of freedom:": "Graus de liberdade:", + "Degrees:": "Graus:", + "Dekad": "Dekad", + "Dekad Precipitation 0.05 degree": "Precipitação Dekad 0.05 grau", + "Del": "Del", + "Delete": "excluir", + "Delete Column": "Excluir coluna", + "Delete Column(s)": "Excluir coluna(s)", + "Delete Columns": "Excluir colunas", + "Delete Data Frames": "Excluir molduras de dados", + "Delete From:": "Excluir de:", + "Delete Key": "Apagar chave", + "Delete Link": "Excluir Link", + "Delete Metadata": "Excluir Metadados", + "Delete Objects": "Excluir objetos", + "Delete Row(s)": "Excluir Linha(s)", + "Delete Rows/Columns": "Excluir Linhas/Colunas", + "Delete Selected": "Excluir Selecionados", + "Delete Theme": "Apagar tema", + "Density": "Densidade", + "Density Options": "Opções de Densidade", + "Density Plot": "Gráfico de Densidade", + "Density plot": "Gráfico de densidade", + "Descending": "Descendente", + "Descending Frequencies": "Frequências decrescente", + "Describe Display Options": "Descrever opções de exibição", + "Describe Survival": "Descrever Sobrevivência", + "Describe Two Variables": "Descrever duas variáveis", + "Deselect All Levels": "Desmarcar Todos os Níveis", + "Details": "detalhes", + "Details Options": "Opções de Detalhes", + "Detect": "Detectar", + "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Você sabia: é fácil importar dados de muitos outros pacotes de estatísticas. Vá para 'Arquivo > Abrir do Arquivo...' e escolha o seu arquivo.", + "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Você sabia: R-Instat começou como uma campanha de financiamento para a multidão em 2015 por parceiros que trabalham em toda a África.", + "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Você sabia: R-Instat armazena metadados em colunas e quadros de dados que você pode editar. Vá para Visualizar > Metadados de Coluna... ou Metadados de Quadro... para ver e editar metadados.", + "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Sabia: R-Instat foi desenvolvido em África por iniciativa de matemática africana (AMI)?", + "Did you know: You can easily view a whole data frame in a separate window.": "Você sabia: você pode facilmente ver um quadro de dados inteiro em uma janela separada.", + "Dida": "Dida", + "Difference": "Diferença", + "Difference Column:": "Coluna de Diferença:", + "Differences": "Diferenças", + "Dimensions to Plot:": "Dimensões a Plot:", + "Direction (N/S E/W):": "Direção (N/S E/W):", + "Disconnect": "Desconectar", + "Discrete": "Discreto", + "Dispaly Daily Options": "Opções Diárias de Exibição", + "Display": "Visualização", + "Display Chi-Square Breakpoints": "Exibir breakpoints Chi-Square", + "Display Daily Data": "Exibir dados diários", + "Display Format:": "Formato de exibição:", + "Display From:": "Exibir de:", + "Display Graph Results": "Mostrar Resultados Gráficos", + "Display HTML in Output Window": "Exibir HTML na janela de saída", + "Display In Output": "Mostrar na saída", + "Display Margins": "Exibir Margens", + "Display Model": "Modelo de exibição", + "Display NA as:": "Exibir NA como:", + "Display Objects...": "Exibir objetos...", + "Display Options": "Opções de Exibição", + "Display Options...": "Opções de exibição...", + "Display Outer Margins": "Exibir Margens externas", + "Display Rain Days": "Exibir dias de chuva", + "Display Summary": "Mostrar resumo", + "Display Top N": "Exibir o Top N", + "Display Values As": "Exibir Valores como", + "Display as Decimal": "Exibir como decimal", + "Display as decimal": "Exibir como decimal", + "Display details of warnings and errors": "Exibir detalhes dos avisos e erros", + "Display dialog's selected data frame in grid": "Exibir quadro de dados selecionados do diálogo na grade", + "Display in Interactive Viewer": "Tela no visualizador interativo", + "Display in Output Window": "Exibir na Janela de Saída", + "Display in R Viewer": "Exibir no Visualizador R", + "Display in R-Viewer": "Exibir no modo R-Viewer", + "Display in Separate Window": "Exibir na Janela Separada", + "Display in Separate Windows": "Exibir no Windows separado", + "Display summary": "Exibir resumo", + "Display:": "Vídeo:", + "DisplayChi": "ExibirChi", + "Distance based on Soundex Encoding": "Distância baseada na codificação Soundex", + "Distribution Options": "Opções de Distribuição", + "Distribution Parameters:": "Parâmetros de Distribuição:", + "Distribution:": "Distribuição:", + "Diverging": "Divergindo", + "DoY average": "Média DoY", + "Dodge": "Esquivar", + "Dodge2": "Esquiva2", + "Domain": "Domínio", + "Don' t import data after downloading": "Não importar dados depois de baixar", + "Don't import data after downloading": "Não importar dados depois de baixar", + "Dot ": "Ponto ", + "Dot Plot": "Gráfico de pontos", + "Dot Plot Options...": "Opções dos Pontos...", + "Dot plot": "Gráfico de pontos", + "Dot-dash": "Pontos-de-traço", + "Dotplot": "Dotplot", + "Dotted": "Pontilhado", + "Double Decker": "Decker Duplo", + "Doy:": "Doy:", + "Drop Missing Combinations": "Soltar Combinações Faltantes", + "Drop Unused Levels": "Níveis não utilizados", + "Drop empty factor levels": "Soltar níveis de fatores vazios", + "Dry Month": "Mês seco", + "Dry Period": "Período seco", + "Dry Spell": "Dry Spell", + "Dummy Variables": "Variáveis de prova", + "Duplicate": "Duplicate", + "Duplicate Column": "Duplicar coluna", + "Duplicates": "Duplicados", + "Duplicates Only": "Apenas duplicados", + "E": "E", + "ERA5 hourly data (single levels)": "ERA5 dados por hora (níveis únicos)", + "Edit Condition": "Editar Condição", + "Edit Filter": "Editar filtro", + "Editor Window": "Janela do Editor", + "Eigenvalue": "Eigenvalue", + "Eigenvalues": "Eigenvalues", + "Eigenvectors": "Eigenvetores", + "Element": "Elemento", + "Element Abbreviation": "Abreviação do Elemento", + "Element IDs": "IDs dos Elementos", + "Element Line": "Linha do Elemento", + "Element Name:": "Nome do Elemento:", + "Element Names": "Nomes dos Elementos", + "Element Order": "Ordem do Elemento", + "Element Text ": "Texto do Elemento ", + "Element Types": "Tipos de Elementos", + "Element(s):": "Elemento(s):", + "Element1 (Tmax):": "Element1 (Tmáx):", + "Element2 (Tmin):": "Element2 (Tmin):", + "Element:": "Elemento:", + "ElementRect": "ElementRect", + "Elements": "Elementos", + "Elements to Edit:": "Elementos a editar:", + "Elements-Stations": "Elementos-Estações", + "Elements:": "Elementos:", + "Empty": "Vazio", + "Encoding:": "Codificação:", + "End": "Término", + "End :": "Término :", + "End Date:": "Data de término:", + "End Day": "Fim do Dia", + "End Value:": "Valor Final:", + "End Year for Climatological Period:": "Fim de Ano para o Período Climatológico:", + "End Year for Region Average:": "Fim do Ano para a Média de Região:", + "End Year for Station Trend:": "Fim de Ano para a Tendência da Estação:", + "End Year for Variogram Period:": "Ano Final para o Período de Variógrama:", + "End date:": "Data final:", + "End of Rains": "Fim das Ruínas", + "End of Rains/Season": "Fim de Chuvas/Temporada", + "End of Season": "Fim da Temporada", + "End(L):": "Finalizar(L):", + "End:": "Fim:", + "English": "Portuguese-Brazil", + "Ensure complete years": "Garantir anos completos", + "Enter": "Entrar", + "Enter Data": "Inserir dados", + "Enter Result Into:": "Inserir Resultado em:", + "Enter value(s)": "Digite o(s) valor(es)", + "Entire Range": "Alcance Completo", + "Entry Time:": "Tempo de entrada:", + "Equal To": "Igual a", + "Equitable Threat Score": "Pontuação de ameaça equitativa", + "Establish Connection..": "Estabelecer Conexão..", + "Estimate": "Estimativa", + "Estimate:": "Estimativa:", + "Estimated:": "Estimado:", + "Estimates": "Estimativas", + "Estimates:": "Estimativas:", + "Estimation methods": "Métodos de estimativa", + "Evaluation": "Avaliação", + "Evaporation:": "Evaporation:", + "Evapotraspiration": "Evapotraspiração", + "Event Occurs When Value is:": "Evento ocorre quando o valor é:", + "Event:": "Evento:", + "Every": "Todo(a)", + "Exact": "Exato", + "Examine": "Examinar", + "Examples": "Exemplos", + "Exceedance": "Excesso", + "Exclude": "Excluir", + "Exclude Missing": "Excluir Falta", + "Exclude/Separate:": "Excluir/Separar:", + "Exit Preview and Print": "Sair da visualização e impressão", + "Exit Time:": "Hora de saída:", + "Expand": "Expandir", + "Explanatory Model for Location or Scale": "Modelo explicativo para Localização ou Escala", + "Explanatory Model:": "Modelo explicativo:", + "Explanatory Variable:": "Variável Explantiva:", + "Explanatory Variables:": "Explicações Variáveis:", + "Exponential": "Exponential", + "Export Datasets": "Exportar conjuntos de dados", + "Export File(s):": "Exportar Arquivo(s):", + "Export File:": "Arquivo de exportação:", + "Export Graph As Image": "Exportar Gráfico como Imagem", + "Export R Objects": "Exportar Objetos R", + "Export R Workspace": "Exportar Projeto R", + "Export To World Weather Record": "Exportar para o registro de tempo mundial", + "Export for PICSA": "Exportar para PICSA", + "Export to CMSAF R ToolBox": "Exportar para o ToolBox CMSAF R", + "Export to CPT": "Exportar para CPT", + "Export to OpenRefine": "Exportar para o OpenRefine", + "Expression": "Expressão", + "Exremal Dependency Index": "Índice de Dependência Exremal", + "Extend Fill": "Estender preenchimento", + "Extra Rows": "Extra Rows", + "Extract": "Extrair", + "Extreme": "Extremo", + "Extreme Dependency Score": "Pontuação de dependência extrema", + "Extreme Events": "Eventos Extremos", + "Extreme Maximum": "Máximo Extremo", + "Extreme Minimum": "Mínimo Extremo", + "Extreme_Value": "Valor", + "Extremes ": "Extremos ", + "Extremes Display Options": "Opções de Exibição Extrema", + "Extremes Method": "Método Extremo", + "F": "F", + "F1": "F1", + "FALSE": "Falso", + "FIt Model": "Modelo de Fit", + "Face": "Rosto", + "Facet": "Faceta", + "Facet (Optional):": "Faceta (opcional):", + "Facet By (Optional):": "Faceta Por (Opcional):", + "Facet By (Station):": "Faceta Por (Estação):", + "Facet By:": "Faceta Por:", + "Facet Column(s):": "Coluna de Facções:", + "Facet Label Background ": "Fundo da Faceta Etiqueta ", + "Facet Labels": "Etiquetas de Facetas", + "Facet by Column Factor": "Faceta por Fator de Coluna", + "Facet labels": "Rótulos de Faceta", + "Facet labels along horizontal direction": "Facetar rótulos ao longo da direção horizontal", + "Facet labels along vertical direction": "Facetar rótulos ao longo da direção vertical", + "Facet2 (Optional):": "Facet2 (opcional)", + "Facet:": "Facet:", + "Facets": "Facetas", + "Facets:": "Facetas:", + "Factor": "Fator", + "Factor (Optional):": "Fator (opcional):", + "Factor Data Frame": "Moldura de Dados Fator", + "Factor Into:": "Fatore Em:", + "Factor Level": "Nível de Fator", + "Factor Options": "Opções do Fator", + "Factor Selected:": "Fator Selecionado:", + "Factor Values for Selection": "Valores do Fator para Seleção", + "Factor Variable:": "Variável Factor:", + "Factor to Unstack by:": "Motivo para desempilhar por:", + "Factor:": "Fator:", + "Factors": "Fatores", + "Factors Selected:": "Fatores Selecionados:", + "Factors as Percentage:": "Fatores como porcentagem:", + "Factors:": "Factores:", + "Factory Reset": "Restauração de fábrica", + "Fahrenheit": "Fahrenheit", + "False Alarm Ratio": "Taxa de Alarme Falso", + "Family": "Familiares", + "February": "fevereiro", + "Feet per second (ftps)": "Pés por segundo (ftps)", + "File:": "Arquivo:", + "Files with the same names will be overwritten.": "Arquivos com os mesmos nomes serão substituídos.", + "Fill": "Preencher", + "Fill (Optional):": "Preenchimento Opcional):", + "Fill Color": "Preencher cor", + "Fill Colour (Optional):": "Preencher (Opcional):", + "Fill Colour:": "Preencher cor:", + "Fill Scale": "Escala de preenchimento", + "Fill date gaps": "Preencher lacunas de data", + "Fill:": "Preenchimento:", + "Filter": "filtro", + "Filter By:": "Filtrar por:", + "Filter From Factors": "Filtrar de Fatores", + "Filter:": "Filtro:", + "Filters": "Filtros", + "Filters From Factor": "Filtros do Fator", + "Find Forms": "Encontrar formulários", + "Find Non-Numeric Values": "Encontrar valores não-numéricos", + "Find all": "Localizar todos", + "Find next": "Localizar próximo", + "Find what": "Encontre o que", + "Find whole word only": "Localizar somente a palavra inteira", + "Finish": "Acabamento", + "First": "Primeiro", + "First Column:": "Primeira Coluna:", + "First Context:": "Primeiro contexto:", + "First Data Frame": "Primeiro quadro de dados", + "First Data Frame:": "Primeira Estrutura de dados:", + "First Explanatory Variable": "Primeira Variável Explicativa", + "First Explanatory Variable:": "Primeira Explicação Variável:", + "First Factor:": "Primeiro Fator:", + "First Line is Column Headers:": "Primeira linha é os cabeçalhos das colunas:", + "First Row is Column Headers": "Primeira linha é os cabeçalhos da coluna", + "First Variable(s):": "Primeiro(s) variável(es):", + "First Variable:": "Primeira Variável:", + "First Variables:": "Primeiras variáveis:", + "First Word:": "Primeira Palavra:", + "Fiscal Year:": "Ano fiscal:", + "Fit": "Ajustar", + "Fit Model and Bootstrap Options": "Ajustar Opções de Modelo e Inicialização", + "Fit Multiple": "Ajustar Múltiplo", + "Fit Single": "Ajustar Simples", + "Fit a Gamma Distribution": "Ajustar a Distribuição Gama", + "Fit an Extreme Distribution": "Ajustar a uma distribuição extrema", + "Fitted Model": "Modelo preenchido", + "Fitted Model:": "Modelo ajustado:", + "Fitted Values": "Valores depositados", + "Fitting Method": "Método de preenchimento", + "Fitting Options": "Opções de Adesão", + "Fixed": "Corrigido", + "Fixed Day": "Dia fixo", + "Fixed Number of Columns": "Número fixo de colunas", + "Fixed Number of Components": "Número fixo de componentes", + "Fixed Number of Rows": "Número fixo de linhas", + "Fixed width": "Largura fixa", + "Flat Frequency Table": "Tabela de Frequência Plana", + "Flip Coordinates": "Inverter Coordenadas", + "Flip coordinates": "Inverter coordenadas", + "Fliter Preview:": "Visualização do Flitro:", + "Font Size:": "Tamanho da Fonte:", + "For All Dialogs": "Para todos os diálogos", + "For This Dialog Only": "Apenas para este diálogo", + "Force positive": "Força positiva", + "Foreign Winner:": "Vencedor Estrangeiro:", + "Format Current or Selected Columns": "Formatar colunas atuais ou selecionadas", + "Format Data": "Formatar dados", + "Format Description": "Descrição do formato", + "Format Field": "Formato do campo", + "Format Font:": "Format Font:", + "Format:": "Formato:", + "Four Variable Modelling": "Modelagem de quatro variáveis", + "Fourth Context:": "Quarto contexto:", + "Fraction Trimmed:": "Corte da Fração:", + "Fractions": "Frações", + "Free": "Gratuito", + "Free Scale Axis for Facets": "Eixo de Escala Livre para Facets", + "Free Scale Y Axis": "Eixo de Escala Livre Y", + "Free Scales X": "Escalas gratuitas X", + "Free Scales Y": "Escalas Grátis Y", + "Free Space": "Espaço livre", + "Free_x": "Livre_x", + "Free_y": "Livre_y", + "Freeze Columns": "Congelar colunas", + "Freeze Columns:": "Travar colunas:", + "French": "francês", + "Frequencies Options": "Opções de Frequências", + "Frequency": "Frequência", + "Frequency Polygon": "Polígono de Frequência", + "Frequency Polygon Options": "Opções de Frequência Polygon", + "Frequency Table & Graph Options": "Opções de Tabela & Gráficos de Frequência", + "Frequency Tables": "Tabelas de frequência", + "Frequency polygon": "Polígono de frequência", + "Frequency tables": "Tabelas de frequência", + "From": "De", + "From Library": "Da biblioteca", + "From Package:": "Do pacote:", + "From:": "De:", + "Frost Days [1:FD]": "Dias do Frost [1:FD]", + "Full Damerau-Levenshtein Distance": "Distância Completa de Damerau-Levenshtein", + "Full Join": "Entrada Completa", + "Full Name": "Nome Completo", + "Function Name:": "Nome da Função:", + "Function...": "Função...", + "Function:": "Função:", + "GEV": "GEV", + "GP": "Guiné", + "Gamma": "Gamma", + "Gamma_With_Shape_and_Mean": "Shape_Com_Com_e_Média", + "Gamma_With_Shape_and_Rate": "Gamma_Com_Forma_e_Taxa", + "Gamma_With_Shape_and_Scale": "Forma_Com_Com_e_Escala", + "Gamma_With_Zeros": "Gamma_Com_Zeros", + "Gaussian": "Gaussiano", + "General ANOVA": "ANOVA geral", + "General ANOVA Options...": "Opções Gerais de ANOVA...", + "General Case": "Caso Geral", + "General Summaries": "Resumos gerais", + "Generalized Linear Models": "Modelos Linear Generalizados", + "Generate Random Sample": "Gerar Amostra Aleatória", + "Geom": "Geom", + "Geom Aesthetics:": "Estética Geom:", + "Geom:": "Geom:", + "Geometric": "Geométrico", + "Geometry": "Geometria", + "Geometry:": "Geometria:", + "Gerrity Score": "Gerrity Score", + "Glance": "Olhar", + "Globalminmax": "Globalminmax", + "GnBu": "GnBu", + "Goodness of Fit (MGE)": "Bondade do Ajuste (MGE)", + "Graph": "Gráfico", + "Graph Caption": "Legenda do gráfico", + "Graph Caption:": "Título do Gráfico:", + "Graph Columns:": "Colunas do gráfico:", + "Graph Display": "Exibição de gráfico", + "Graph Frequencies": "Frequências do gráfico", + "Graph Options": "Opções de Gráfico", + "Graph Sub Title": "Sub título do gráfico", + "Graph Sub Title:": "Título do subtítulo gráfico:", + "Graph Subtitle:": "Subtítulo do gráfico:", + "Graph Title": "Título do gráfico", + "Graph Title:": "Título do Gráfico:", + "Graph and Display Options": "Gráfico e Exibir Opções", + "Graph by Year": "Gráfico por Ano", + "Graph to Use:": "Gráfico a ser usado:", + "Graph to View:": "Gráfico para Visualizar:", + "Graph:": "Gráfico:", + "Graphs": "Gráficos", + "Graphs GUI": "GUI Gráfica", + "Graphs To Combine:": "Gráficos para combinar:", + "Greater Than": "Maior que", + "Greater than": "maior que", + "Green": "Verde", + "Greens": "Verdes", + "Grey": "Cinza", + "Greys": "Cinzas", + "Grid lines": "Linhas de grelha", + "Grid square": "Quadrado em grade", + "Grop Height": "Altura de mercearia", + "Grop Width": "Grop Width", + "Group (Optional):": "Grupo (opcional):", + "Group Data": "Dados do Grupo", + "Group to Connect": "Grupo para Conectar", + "Group:": "Grupo:", + "GroupBox1": "LojaBox1", + "Grouping Factor (Optional):": "Fator de Agrupamento (opcional)", + "Grouping Factor:": "Fator de Agrupamento:", + "Growing Season Length [5:GSL]": "Comprimento da Temporada Crescente [5:GSL]", + "Guess": "Adivinhar", + "Gumbel": "Gumbel", + "H Line Options": "H Opções de Linha", + "HTML (Browser)": "HTML (Navegador)", + "HTML Table": "Tabela HTML", + "Hamming Distance": "Distância de Hamming", + "Hannan-Quinn": "Hannan-Quinn", + "Hargreaves Samani": "Hargreve Samani", + "Harmonics:": "Harmonicas:", + "Hash #": "Hash #", + "Have you tried: Boxplots by a factor.": "Você já experimentou: Caixas por um fator.", + "Have you tried: Describing all your variables at once.": "Você já tentou: Descrevendo todas as suas variáveis de uma só vez.", + "Have you tried: Using the library datasets.": "Já tentou: Usando os conjuntos de dados da biblioteca.", + "Heidke Skill Score": "Pontuação de Habilidade Heidke", + "Helmert": "Helmert", + "Help ": "Socorro ", + "Help...": "Ajuda...", + "Helvetica - Narrow": "Helvetica - Narrow", + "Helveticaserif": "Helveticaserif", + "Hidden Column(s):": "Coluna Escondida(s):", + "Hidden Data Frame(s):": "Quadro(s) de dados escondido(s):", + "Hide": "Esconder", + "Hide (future) commands": "Esconder comandos (futuro)", + "Hide Details <<": "Ocultar Detalhes <<", + "Hide/Unhide Column(s)": "Ocultar/Exibir Coluna(s)", + "Hide/Unhide Data Frame(s)": "Ocultar/Reexibir Quadro(s) de Dados", + "High Ascending": "Alta Ascendente", + "High Descending": "Alta Descendente", + "Highlight Alternate Rows": "Realçar Linhas Alternativas", + "Hist Plot": "Gráfico de histeria", + "Histogram": "Histograma", + "Histogram (Rose Plot)": "Histograma (Gráfico de Rosa)", + "Histogram Bins:": "Histograma de bins:", + "Histogram Method": "Método Histograma", + "Histogram Options": "Opções de Histograma", + "Histogram Plot": "Histograma de lote", + "Hit Rate": "Taxa de acerto", + "Hjust": "Hjust", + "Homogenization (Change Point)": "Homogeneização Altera Ponto)", + "Horizontal": "Horizontal", + "Horizontal Label Position:": "Posição Horizontal da etiqueta:", + "Horizontal Plot": "Gráfico Horizontal", + "Horizontal Plot (coord-flip)": "Gráfico de Plotagem Horizontal (★-flip)", + "Horizontal major grid lines ": "Linhas da grade principais horizontais ", + "Horizontal minor grid lines": "Linhas de grade menores horizontais", + "Horizontally": "Horizontalmente", + "Host:": "Servidor:", + "Hour": "hora", + "How to Display": "Como exibir", + "Humidity Max:": "Limite de Umidade:", + "Humidity Min:": "Umidade Min:", + "HydroGOF": "Hidrógrafo", + "Hypergeometric": "Hipergeométrico", + "Hyphen -": "Hífen -", + "Hypothesis Tests": "Testes de hipóteses", + "I()": "I()", + "ID Column Name:": "Nome da Coluna ID:", + "ID Column:": "ID Column:", + "ID/Station:": "ID/Estação:", + "ID:": "ID:", + "IDs": "IDs", + "IQR": "iQR", + "Icing Days [3:ID]": "Dias Icing [3:ID]", + "Identifier (Optional):": "Identificador (opcional):", + "Identifier:": "Identifier:", + "Identity": "Identidade", + "Ignore Global Aesthetics": "Ignorar a Estética Global", + "Ignore Labels": "Ignorar marcadores", + "Ignore Missing Values": "Ignorar valores ausentes", + "Ignore values on invalid dates": "Ignorar valores em datas inválidas", + "Import": "Importação", + "Import CSV Options": "Importar opções CSV", + "Import Dataset": "Importar dados", + "Import Excel Options": "Importar Opções de Excel", + "Import From CSPRO": "Importar do CSPRO", + "Import From Climsoft": "Importar do Climsoft", + "Import From Climsoft Wizard": "Importar do Climsoft Wizard", + "Import From Databases": "Importar de bancos de dados", + "Import From IRI (Internet connection needed)": "Importar do IRI (conexão à Internet necessária)", + "Import Options": "Importar opções", + "Import RDS Options": "Importar opções RDS", + "Import Text Options": "Importar Opções de Texto", + "Import and Tidy NetCDF File": "Importar e Tidy NetCDF Arquivo", + "Import and Tidy Shapefiles": "Importar e Tidy Shapefiles", + "Import calculations": "Cálculos de importação", + "Import changes log": "Importar registro de alterações", + "Import csv Options": "Importar opções csv", + "Import filters": "Importar filtros", + "Import from CDS (Climate Data Store)": "Importar do CDS (Loja de Dados Climático)", + "Import from ODK": "Importar do ODK", + "Import from OpenRefine": "Importar do OpenRefine", + "Import into climate object": "Importar para objeto climático", + "Import metadata": "Importar metadados", + "Import objects": "Importar objetos", + "Importing the following sheets:": "Importando as seguintes folhas:", + "Imputed:": "Importado:", + "In Steps Of:": "Em Passos De:", + "In Steps of:": "Em passos de:", + "In steps of:": "Em passos de:", + "Inches": "Polegadas", + "Include": "incluir", + "Include Arguments": "Incluir argumentos", + "Include Boxplot": "Incluir Boxplot", + "Include Comments by Default": "Incluir comentários por padrão", + "Include Contexts": "Incluir contextos", + "Include Default Parameter Values in R Commands": "Incluir valores de parâmetros padrão em comandos de R", + "Include Elements Information": "Incluir Informações dos Elementos", + "Include Facets": "Incluir Facets", + "Include First Date of Occurrence": "Incluir a primeira data de ocorrência", + "Include Graph": "Incluir Gráfico", + "Include Graphs": "Incluir gráficos", + "Include Horizontal Line": "Incluir Linha Horizontal", + "Include ID Column": "Incluir Coluna de ID", + "Include Last Date of Occurrence": "Incluir a última data de ocorrência", + "Include Level Numbers": "Incluir números de nível", + "Include Lines of Best Fit": "Incluir Linhas de Melhor Ajuste", + "Include Major Grid Lines": "Incluir Linhas de Grade Principais", + "Include Mean Line": "Incluir linha média", + "Include Mean Lines": "Incluir Linhas Médias", + "Include Metadata": "Incluir Metadados", + "Include Minor Grid Lines": "Incluir Linhas de Grade Menores", + "Include Missing Values": "Incluir valores ausentes", + "Include Models": "Incluir Modelos", + "Include N Occurances": "Incluir N Ocorrências", + "Include Observation Data": "Incluir dados de observação", + "Include Observation Flags": "Incluir Observações", + "Include P-Values": "Incluir valores-P", + "Include Percentages": "Incluir Porcentagens", + "Include Points": "Incluir Pontos", + "Include Regular Expressions": "Incluir expressões regulares", + "Include Smooth Line": "Incluir Linha Suave", + "Include Variable Name in Labels": "Incluir Nome da Variável nos Rótulos", + "Include in Original Data": "Incluir nos dados originais", + "Include requested points in data (if specified)": "Incluir pontos solicitados em dados (se especificado)", + "Include value after label": "Incluir valor após o rótulo", + "Including": "Incluindo", + "Index": "Indexação", + "Index Components:": "Componentes de Índice:", + "Index Number of Duplicates": "Número do Índice de Duplicados", + "Index of agreement": "Índice de acordo", + "Indicators:": "Indicadores:", + "Indices": "Índices", + "Indices Data Frame:": "Estrutura de dados índices:", + "Indices Help": "Ajuda dos índices", + "Individual": "Individual", + "Individual Plots": "Gráficos individuais", + "Individual Summaries": "Resumos individuais", + "Individuals": "Indivíduos", + "Individuals Plot": "Gráfico de indivíduos", + "Inner Join": "Entrada Interna", + "Insert": "Insert", + "Insert ": "Insert ", + "Insert 1 Column After": "Inserir 1 Coluna Depois", + "Insert 1 Column Before": "Inserir 1 Coluna Antes", + "Insert Column(s) After": "Inserir coluna(s) depois", + "Insert Column(s) Before": "Inserir coluna(s) antes", + "Insert Columns": "Insert Columns", + "Insert Columns/Rows": "Insert Columns/Rows", + "Insert Row(s) After": "Inserir Linha(s) Depois", + "Insert Row(s) Before": "Inserir Linha(s) Antes de", + "Insert Rows": "Insert Rows", + "Insert Values": "Inserir Valores", + "Insert at Position:": "Inserir na Posição:", + "Inspect Values": "Inspecionar Valores", + "Install Missing Packages (Online)": "Instalar Pacotes Faltantes (Online)", + "Integer": "Inteiro", + "Interactions:": "Interações:", + "Interested Variable": "Variável Interessada", + "Interested variable": "Variável interessante", + "Interpolate": "Interpolação", + "Interpolate Missing Days": "Interpolar Dias Faltantes", + "Interpolate Missing Entries": "Interpolar entradas ausentes", + "Interval": "Intervalo", + "Interval Size:": "Tamanho do Intervalo:", + "Interval2": "Intervalo2", + "Interval:": "Intervalo:", + "Into": "Em", + "Into Binary Columns": "Nas Colunas Binárias", + "Into Text Components": "Em Componentes de Texto", + "Inventory": "Inventório", + "Inventory Plot": "Pontos de Inventário", + "Inventory Plot Options": "Opções de Pontos de Inventário", + "Inverse": "Inversa", + "Inverse_Gaussian": "Inverso_gaussiano", + "Inward": "Interior", + "Is Currency": "É moeda", + "Is_Element": "Elemento_íte", + "Italic": "Italic", + "J:": "J:", + "Jaccard Distance between q-Gram Profiles": "Distância de Jaccard entre perfis Q-Gram", + "January": "janeiro", + "Jaro or Jaro-Winker Distance": "Distância de Jaro ou Jaro-Winker", + "Jitter": "Jitter", + "Jitter Options": "Opções do Jitter", + "Jitter Plot": "Gráfico de Jitter", + "Jitter dodge": "Jitter dodge", + "Jitter:": "Jitter:", + "Join Options": "Opções de adesão", + "Join Type:": "Tipo de Entrada:", + "Join by:": "Junte-se por:", + "Joining By:": "Juntando-se por:", + "Joining Columns": "Juntando Colunas", + "July": "julho", + "Jump (Element1)": "Pulo (Element1)", + "June": "junho", + "Justify Legend Box": "Justificar caixa de legenda", + "KGE": "KGE", + "Kappa": "Kappa", + "Keep Attributes": "Manter atributos", + "Keep Raw Time": "Manter o tempo bruto", + "Keep as Missing": "Manter como ausente", + "Keep existing data frames": "Manter quadros de dados existentes", + "Keep existing position": "Manter a posição existente", + "Kelvin": "Kelvin", + "Kendall": "Kendall", + "Kernel": "Kernel", + "Kernel :": "Kernel :", + "Key Check:": "Verificação da Chave:", + "Key Columns": "Colunas Chave", + "Key Columns:": "Colunas Chave:", + "Key Name:": "Nome da Chave:", + "Keys:": "Chaves:", + "Kilometres per hour (kmph)": "Quilômetros por hora (kmph)", + "Kiswahili": "Kiswahili", + "Kling-Gupta efficiency": "Eficiência de Kling-Gupta", + "Knots": "Nós", + "Kobo": "Kobo", + "Kurtosis": "Kurtosis", + "L-moments": "L-momentos", + "LSD": "LSD", + "Label": "Descrição", + "Label Cities": "Etiqueta da cidade", + "Label Text (Lower):": "Texto da etiqueta (Lower):", + "Label Text (Upper):": "Texto Rótulo (Superior):", + "Label Text:": "Texto do Marcador:", + "Label Transparency:": "Transparência do rótulo:", + "Label Type:": "Tipo de etiqueta:", + "Label Variable (Optional):": "Variável de rótulo (Opcional):", + "Label of axes": "Rótulo dos eixos", + "Label:": "Etiqueta:", + "Labelled Convert": "Converter Marcador", + "Labels": "Marcadores", + "Labels (": "Etiquetas (", + "Labels (Optional):": "Etiquetas (Opcional):", + "Labels/Levels": "Etiquetas/Níveis", + "Labels:": "Etiquetas:", + "Lang": "Lang", + "Language": "IDIOMA", + "Languages": "Idiomas", + "Large": "grande", + "Last": "Último", + "Last Word:": "Última Palavra:", + "Latin-1": "Latino-1", + "Latitude": "Latitude", + "Latitude Offset:": "Deslocamento de Latitude", + "Latitude:": "Latitude:", + "Latitute:": "Latitute:", + "Layer Dimensions (Aesthetics)": "Dimensões de camada (Aesticas)", + "Layer Options": "Opções de camada", + "Layer Parameters (Geom Parameters)": "Parâmetros de camada (Geom parâmetros)", + "Layers": "Camadas", + "Layers:": "Camadas:", + "Layout": "Disposição", + "Layout Of Data": "Layout de dados", + "Layout incomplete: layout must contain all graphs.": "Layout incompleto: o layout deve conter todos os gráficos.", + "Layout of data": "Layout dos dados", + "Layout:": "Layout:", + "Leap Year": "Ano Salto", + "Leave as Missing": "Deixar como Falta", + "Left": "Esquerda", + "Left Join": "Juntar-se à Esquerda", + "Left:": "Esquerda:", + "Legend": "Lenda", + "Legend (More Options)": "Legenda (Mais opções)", + "Legend Adjustments": "Ajustes de Legenda", + "Legend Background and Key": "Legenda e chave", + "Legend Box Spacing": "Espaçamento da caixa legenda", + "Legend Direction": "Direção de Legenda", + "Legend Justification": "Justificativa de Legenda", + "Legend Key Measurement": "Medição chave legenda", + "Legend Layout": "Leiaute de Legenda", + "Legend Position": "Posição da Legenda", + "Legend Position:": "Posição Legendária:", + "Legend Spacing": "Espaçamento da Legenda", + "Legend Title": "Título da Legenda", + "Legend Title and Text": "Título e Texto da Legenda", + "Legend item labels": "Rótulos dos itens de legenda", + "Legend label": "Rótulo de legenda", + "Legend position": "Posição da legenda", + "Length": "Comprimento", + "Length of Season": "Duração da temporada", + "Length:": "comprimento:", + "Less Than": "Menor que", + "Less than": "Menos de", + "Level": "Nível", + "Level Omitted": "Nível Omitido", + "Levels/Labels (Optional)": "Níveis/Rótulos (Opcional)", + "Levenshtein Distance": "Distância de Levenshtein", + "Leverage": "Alavancagem", + "Lexical Order": "Ordem Léxica", + "Light-Blue": "Azul-claro", + "Likelihood": "Probabilidade", + "Likert Graph": "Gráfico de Likert", + "Likert Options": "Opções de Likert", + "Limits": "Limites", + "Limits:": "Limites:", + "Line": "Linha", + "Line ": "Linha ", + "Line Colour:": "Cor da Linha:", + "Line End": "Final de Linha", + "Line Format": "Formato em linha", + "Line Graph": "Gráfico de linha", + "Line Height": "Altura da linha", + "Line Options": "Opções de Linha", + "Line Plot": "Gráfico de linhas", + "Line Type": "Tipo Linha", + "Line Type:": "Tipo de linha:", + "Line along x axis": "Linha ao longo do eixo x", + "Line along y axis": "Linha ao longo do eixo y", + "Line plot": "Gráfico de linhas", + "Line width": "Largura da linha", + "Linear": "Linear", + "Lines": "linhas", + "Lines To Skip:": "Linhas para pular:", + "Lines along axes": "Linhas ao longo dos eixos", + "Lines to Preview:": "Linhas para pré-visualização:", + "Link Function": "Vincular Função", + "Link Name:": "Nome do link:", + "Links:": "Links:", + "Load Backup Data": "Carregar Dados de Backup", + "Load Script from File...": "Carregar Script do Arquivo...", + "Load from Instat collection": "Carregar da coleção Instat", + "Load from R": "Carregar do R", + "Local Capitals": "Capitais Locais", + "Locate": "Localizar", + "Locating Points in Shape File": "Localizando Pontos no Arquivo de Forma", + "Location": "Local:", + "Location Data Frame Name:": "Nome do quadro de dados localizado:", + "Location Range": "Intervalo de localização", + "Location Selection": "Seleção de localização", + "Lock": "Bloquear", + "Lock and unlock": "Bloquear e desbloquear", + "Log": "Registro", + "Log Base 10": "Log Base 10", + "Logical": "Lógica", + "Logical Column": "Coluna lógica", + "Logical and Symbols": "Lógica e Símbolos", + "Logical columns": "Colunas lógicas", + "Login to CDS": "Acessar CDS", + "Logit": "Logit", + "Lognormal": "Lognormal", + "Lollipop": "Pirulito", + "Long": "Longas", + "Long-dash": "Longe-traço", + "Longest Common Substring Distance": "Distância da Subcadeia Comum Longa", + "Longitude:": "Longitude:", + "Looking for free statistics textbooks?": "Procurando por livros de estatísticas gratuitas?", + "Looking for interesting case studies for teaching?": "Procurando por estudos de caso interessantes para ensinar?", + "Looking for training materials?": "Procurando materiais de treinamento?", + "Low Ascending": "Baixa Ascensão", + "Low Descending": "Baixa Descendente", + "Lower Limit": "Limite inferior", + "Lower Limit :": "Limite Baixo:", + "MAE": "MAE", + "MASS": "MASSA", + "MBIC": "MBIC", + "ME": "RO", + "Main": "Principal", + "Main Blocking Variable:": "Variável de Bloqueio Principal:", + "Main Context:": "Contexto principal:", + "Main Data Frame:": "Estrutura de dados principais:", + "Main ID:": "ID principal:", + "Main Measurement:": "Medição Principal:", + "Main Option:": "Opção Principal:", + "Major Grid Lines": "Linhas de Grade Principais", + "Major Tick Marks": "Marcas Principais", + "Major grid lines ": "Linhas principais da grade ", + "Make": "Criar", + "Make Date": "Data de fabricação", + "Manipulations": "Manipulações", + "Manipulations:": "Manipulações:", + "Manual": "Manualmente", + "Map Options": "Opções de Mapa", + "Map Options ": "Opções de Mapa ", + "Map Outline": "Contorno do mapa", + "March": "março", + "Margins": "Margens", + "Margins to Dispaly": "Margens para Dispaly", + "Markov Chains": "Correntes Markov", + "Markov Type:": "Tipo de Markov:", + "Match Case": "Diferenciar maiúsculas", + "Matched With": "Correspondido com", + "Matching Column (Optional)": "Coluna de correspondência (opcional)", + "Matching Column:": "Coluna de Correspondência:", + "Matching column": "Coluna de correspondência", + "Maths": "Matemática", + "Max": "Máximo", + "Max Missing Data": "Máximo de dados ausentes", + "Max Break Point:": "Ponto de Quebra Máxima:", + "Max Duration Missing Data": "Duração Máxima dos Dados Faltantes", + "Max Latitude:": "Máximo de Latitude:", + "Max Longitude:": "Longitude máxima:", + "Max Missing Days": "Máximo de dias ausentes", + "Max:": "Máx:", + "Maximum": "Máxima", + "Maximum Distance from 0": "Distância Máxima de 0", + "Maximum Dry Days:": "Dias máximos de seca:", + "Maximum Factor Levels Shown:": "Mostram de níveis máximos de fatores:", + "Maximum Gap:": "Espaço máximo:", + "Maximum Latitude": "Latitude máxima", + "Maximum Length of Dry Spell [23:CDD]": "Comprimento Máximo de Feitiço Seco [23:CDD]", + "Maximum Length of Wet Spell [24:CWD]": "Comprimento máximo do Feitiço úmido [24:CWD]", + "Maximum Likelihood (MLE)": "Probabilidade Máxima (MLE)", + "Maximum Logitude": "Logitude Máxima", + "Maximum Missing Days": "Máximo de dias perdidos", + "Maximum Number of Columns to Display:": "Número máximo de colunas a exibir:", + "Maximum Number of Components": "Número Máximo de Componentes", + "Maximum Number of Rows to Display:": "Número máximo de linhas a exibir:", + "Maximum Rain:": "Chuva máxima:", + "Maximum Rows To Import": "Máximo de linhas para importar", + "Maximum Size:": "Tamanho Máximo:", + "Maximum Temperature:": "Temperatura máxima:", + "Maximum Temperatures": "Temperaturas máximas", + "Maximum Values": "Valores máximos", + "Maximum likelihood": "Probabilidade máxima", + "Maximum mean bias:": "Viés máximo médio:", + "Maximum number of consecutive missing allowed": "Número máximo permitido consecutivo ausente", + "Maximum number of missing allowed": "Número máximo permitido de falta", + "Maximum percentage of missing allowed": "Porcentagem máxima de faltando permitidos", + "Maximum stdev bias:": "Viés máximo de stdev:", + "Maximum:": "Máximo:", + "May": "maio", + "Mean": "Média", + "Mean Diurnal Temperature Range [16:DTR]": "Alcance de temperatura média do diurno [16:DTR]", + "Mean absolute error": "Erro absoluto médio", + "Mean and Variance": "Média e variação", + "Mean error": "Erro médio", + "Mean residual life": "Vida residual média", + "Mean sea level pressure": "Pressão do nível do mar médio", + "Mean squared error": "Erro médio ao quadrado", + "Mean wave direction": "Direção da onda média", + "Mean wave period": "Período médio de onda", + "Mean(t-interval)": "Mesmo(intervalo)", + "Meanlog": "Significado", + "Means": "Significa", + "Measure:": "Medida:", + "Measurement Y axis:": "Eixo de medição Y:", + "Measurement:": "Medição:", + "Measurements": "Medições", + "Median": "Mediana", + "Median Absolute Deviation (MAD)": "Desvio Absoluto Mediano (MAD)", + "MedianCI Method:": "Método MedianCI:", + "MedianHL": "MedianHL", + "Medium": "Média", + "Merge": "Mesclar", + "Merge Additional Data": "Mesclar dados adicionais", + "Metadata": "Metadados", + "Metadata Columns:": "Colunas de metadados:", + "Metadata Property:": "Propriedade de metadados:", + "Metadata to Delete": "Metadados para Excluir", + "Method": "Método", + "Method of moments": "Método de Momentos", + "Method:": "Método:", + "Methods": "Métodos", + "Metres per second (mps)": "Metros por segundo (mps)", + "Miles per hour (mph)": "Milhas por hora (mph)", + "Millimetres": "Millimetres", + "Million Data Points": "Pontos de Dados Milhões", + "Min": "Mínimo", + "Min Break Point:": "Ponto de Interrupção:", + "Min Latitude:": "latitude mínima:", + "Min Longitude:": "Longitude Mínima:", + "Min/Max": "Mín/Max", + "Min10": "Min10", + "Min:": "Mín:", + "MinSegLen:": "MinSegLen:", + "Minimum": "Mínimo", + "Minimum Base Data Present:": "Nível Mínimo de Dados da Base:", + "Minimum Latitude": "Latitude Mínima", + "Minimum Longitude": "Longitude Mínima", + "Minimum Number of Points:": "Número Mínimo de Pontos:", + "Minimum Size:": "Tamanho Mínimo:", + "Minimum Temperature": "Temperatura mínima", + "Minimum Temperature:": "Temperatura mínima:", + "Minimum Temperatures": "Temperaturas mínimas", + "Minimum Values": "Valores Mínimos", + "Minimum and Maximum": "Mínimo e Máximo", + "Minimum number of non missing required": "Número mínimo de não faltando obrigatório", + "Minimum:": "Mínimo:", + "Minor Grid Lines": "Linhas de Grade Menores", + "Minor Tick Marks": "Marcas secundárias", + "Minute": "minuto", + "Minutes": "minutos", + "Minutes:": "Minutos:", + "Missing": "Faltando", + "Missing Colour:": "Cor faltando:", + "Missing Data": "Dados em Falta", + "Missing Data Options": "Opções de Dados em Falta", + "Missing Data Table": "Tabela de dados ausente", + "Missing Method": "Método ausente", + "Missing Options": "Opções em falta", + "Missing Value": "Valor em falta", + "Missing Value String:": "Falta a string valor:", + "Missing Values": "Valores Faltando", + "Missing values shown as NA": "Valores em falta exibidos como NA", + "Missing:": "Faltando:", + "Mode": "Modo", + "Model": "Modelo", + "Model Formula:": "Fórmula do Modelo:", + "Model Operator:": "Operador Modelo:", + "Model Options": "Opções do Modelo", + "Model Options...": "Opções de modelo...", + "Model Preview:": "Visualização de Modelo:", + "Model:": "Modelo:", + "Modelling": "Modelling", + "Models": "Modelos", + "Models:": "Modelos:", + "Modified Nash-Sutcliffe efficiency": "Eficiência de Nash-Sutcliffe modificada", + "Modified index of agreement": "Índice de acordo modificado", + "Modifier": "Modifier", + "Modify": "Modificação", + "Modify Event": "Modificar Reunião", + "Modulo": "Modulo", + "Moments (MME)": "Momentos (MME)", + "Monte-Carlo:": "Monte-Carlo:", + "Month": "Mês", + "Month Abbreviations": "Abreviações do Mês", + "Month As Factor": "Mês como fator", + "Month Columns (12)": "Colunas do Mês (12)", + "Month Columns (12):": "Colunas do Mês (12):", + "Month(Full Name)-Day-Year(4-digit)": "Mês(Full Name)-Dia-Ano(4-dígito)", + "Month(Full Name)/Day/Year(4-digit)": "Mês(Full Name)/Dia/Ano(4-dígito)", + "Month(abbr)-Day-Year(4-digit)": "Mês(abbr)-Dia-Ano(4-dígito)", + "Month(abbr)/Day/Year(4-digit)": "Mês(abbr)/Dia/Ano(4-dígito)", + "Month-Day-Year(4-digit)": "Mês-Dia-Ano(4-dígito)", + "Month/Day/Year(4-digit)": "Mês/Dia/Ano(4-dígito)", + "Month:": "Mês:", + "Monthly": "Mensual", + "Monthly Precipitation 0.05 degree": "Precipitação mensal 0,05 graus", + "Monthly rainfall less than:": "Chuva mensal menor que:", + "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Precipitação máxima de 1 dia mensal/anual [17:Rx1day]", + "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Mensal/Anual Máximo Consecutivo de 5 dias Precipitação [18:Rx5day]", + "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Mês/Anual Máximo de Temperatura Máxima Diária [6:TXx]", + "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Mês/Anual Máximo de Temperatura Mínima Diária [7:TNx]", + "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Mês/Ano Mínimo da Temperatura Máxima Diária [8:TXn]", + "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Mês/Ano Mínimo da Temperatura Mínima Diária [9:TNn]", + "Monthly:": "Mensal:", + "Months": "Meses", + "More": "MAIS", + "More ...": "Mais ...", + "More Options": "Mais opções", + "Mosaic Plot": "Gráfico de mosaicos", + "Mosaic Plot Options": "Opções de Plot Mosaic", + "Moving": "Movendo", + "Moving Average": "Média em Movimento", + "Moving average": "Média de movimento", + "Multi-Plot": "Multi-Plot", + "Multiple": "Múltiplos", + "Multiple Columns": "Colunas múltiplas", + "Multiple Data Columns": "Várias Colunas de Dados", + "Multiple Spells": "Feitiços Múltiplos", + "Multiple Variables": "Várias variáveis", + "Multiple columns": "Múltiplas colunas", + "Multistate": "Multiestado", + "N": "N", + "N Missing": "N Faltando", + "N Non Missing": "N Não Falta", + "N Total": "N Total", + "NA": "NN", + "NASA": "NASA", + "NCMP Count Records": "Registros de contagem NCMP", + "NCMP Indices": "Índices NCMP", + "NCMP Metadata": "Metadados NCMP", + "NCMP Region Average": "Média da Região NCMP", + "NCMP Summary File": "Arquivo de Resumo NCMP", + "NCMP Trend Graphs": "Gráficos de tendência NCMP", + "NCMP Variogram": "Variograma NCMP", + "NOAA": "NOME", + "NSE": "NSE", + "NULL": "NULO", + "Name New Columns": "Nome Novas Colunas", + "Name:": "Nome:", + "Nash-Sutcliffe efficiency": "Eficiência de Nash-Sutcliffe", + "Native": "Nativo", + "Natural Log": "Tronco natural", + "Negative_Binomial": "Negative_Binomial", + "Neighbour:": "Vizinho:", + "Neighbouring": "Vizinhança", + "Nelder-Mead": "Milho-Hidromel", + "NetCDF Options": "Opções de NetCDF", + "Neutral Level:": "Nível Neutro", + "New": "Novidades", + "New Column Name": "Nome da Nova Coluna", + "New Column Name:": "Nome da Nova Coluna", + "New Data Frame": "Novo Quadro de Dados", + "New Data Frame Name:": "Nome do Novo Quadro de Dados:", + "New Data Frame:": "Nova Estrutura de Dados:", + "New Distribution": "Nova Distribuição", + "New Filter Name:": "Novo Nome do Filtro:", + "New Label": "Novo Marcador", + "New Metadata Name": "Novo Nome de Metadado", + "New Name:": "Novo Nome:", + "New Selection Name:": "New Selection Name:", + "New Theme Name": "Novo nome do tema", + "New Value:": "Novo valor:", + "New column will be at the: ": "Nova coluna vai ser em: ", + "New column will be at:": "A nova coluna será em:", + "New column will be: ": "Nova coluna será: ", + "NewCenturySchoolbook": "Escola", + "Next": "Próximo", + "NimbusMonURWHelvetica": "NimbusMonURWHelvetica", + "NimbusRom": "NimbusRom", + "NimbusSanCond": "NimbusSanCond", + "No": "Não", + "No ": "Não ", + "No Backup Data File Detected": "Nenhum arquivo de dados de backup detectado", + "No Backup Debugging Log File Detected": "Nenhum arquivo de log de depuração detectado no backup", + "No Backup Log File Detected": "Nenhum arquivo de log de backup detectado", + "No Capitals": "Sem Maiúsculas", + "No Connection": "Sem conexão", + "No Data Loaded": "Nenhum dado carregado", + "No Decimal": "Sem casas decimais", + "No Facets": "Sem Facts", + "No Files found": "Nenhum arquivo encontrado", + "No Plot": "Sem Terreno", + "No Space ()": "Sem espaço ()", + "No Title": "Sem título", + "No data loaded": "Nenhum dado carregado", + "No of Bins: ": "Número de Vínculos: ", + "No of Clusters:": "Número de Clusters:", + "No package with this name.": "Nenhum pacote com esse nome.", + "No preview available.": "Pré-visualização não disponível.", + "No sheet selected.": "Nenhuma folha selecionada.", + "No. Bids Received:": "Não. Ofertas recebidas:", + "No. Considered Bids:": "Não. Considerado Lids:", + "No. of Directions:": "No. de Direções:", + "No. of Speeds:": "Não. de Velocidades:", + "No_Distribution": "Nenhuma_distribuição", + "Non-Parametric One Way ANOVA": "Não-paramétrico One Way ANOVA", + "Non-Parametric Two Way ANOVA": "Não-paramétrico de dois caminhos ANOVA", + "Non_Parametric One Sample Tests": "Não Parametric Um Teste de Amostra", + "None": "Nenhuma", + "Norm": "Normal", + "Normal": "normal", + "Normal Convert": "Conversão normal", + "Normalise": "Normalizar", + "Normalised Parent Coordinates": "Coordenadas pai normalizadas", + "Normalized root mean squared error": "Raiz normalizada significa erro ao quadrado", + "Northern Hemisphere": "Hemisfério Norte", + "Not Implemented": "Não implementado", + "Not implemented": "Não implementado", + "Notch": "Entalhe", + "November": "novembro", + "Nudge": "Cutucada", + "Null Hypothesis:": "Hipótese nulo:", + "Number": "numero", + "Number Of Colours:": "Número de cores:", + "Number of Categories": "Número de categorias", + "Number of Column(s):": "Número de coluna(s):", + "Number of Columns": "Número de colunas", + "Number of Columns to Insert:": "Número de colunas a inserir:", + "Number of Columns:": "Número de Colunas:", + "Number of Components:": "Número de Componentes:", + "Number of Digits to Display:": "Número de dígitos para exibir:", + "Number of Iterations:": "Número de Iterações:", + "Number of Missing": "Número de Faltas", + "Number of Pieces to Return:": "Número de peças a retornar:", + "Number of Preview Rows:": "Número de linhas de pré-visualização:", + "Number of Quantiles:": "Número de Quantidades:", + "Number of Rainy Days": "Número de dias chuvosos", + "Number of Rows to Insert:": "Número de linhas a inserir:", + "Number of Rows:": "Número de linhas:", + "Number of Samples:": "Número de amostras:", + "Number of Thresholds:": "Número de limite:", + "Number of non-numeric: ": "Número de não-numérico: ", + "Numeric": "Numeric", + "Numeric by Categorical:": "Numérico por Categoria:", + "Numeric by Numeric:": "Numérico por Numérico:", + "Numeric:": "Numeric:", + "Numerical summaries": "Resumos numéricos", + "Object to View:": "Objeto a ver:", + "Objects": "Objetos", + "Objects to Delete:": "Objetos para Deletar:", + "Objects to Reorder:": "Objetos para Reordenar:", + "Observations:": "Observações:", + "Observed:": "Observado:", + "Occurence": "Ocorrência", + "Occurrence": "Ocorrência", + "October": "outubro", + "Ok": "OK", + "Ok: Layout contains all graphs": "Ok: Layout contém todos os gráficos", + "Old": "Antigo", + "Omit Below": "Omitir abaixo", + "Omit End": "Omitir final", + "Omit Missing Values": "Omitir valores ausentes", + "Omit Months": "Omitir Meses", + "Omit Start": "Omitir Início", + "Omit Value(s)": "Omitir valor(s)", + "Omit Zero": "Omitir Zero", + "Ona": "Ona", + "One Data Frame": "Um quadro de dados", + "One Sample": "Um Exemplo", + "One Variable Compare Models": "Uma Variável Comparar Modelos", + "One Variable Fit Model": "Um Modelo de Ajuste Variável", + "One Variable Graph": "Um gráfico variável", + "One Variable Graph Options": "Uma Variável de Opções Gráficas", + "One Variable Summarise": "Uma Variável Resumo", + "One Variable Use Model": "Um Modelo de Uso Variável", + "One Way ANOVA": "Um caminho ANOVA", + "One Way Frequencies": "Frequências de Uma Via", + "One Way Frequencies Options": "Opções de Frequências de Uma Via", + "One-Sided (y1y2)": "Um-lado (y1>y2)", + "Only Include Data Variables": "Incluir somente variáveis de dados", + "Only My Countries": "Somente meus países", + "Open": "Abertas", + "Open Browser": "Abrir Navegador", + "Open Dataset from Library": "Abrir Dataset da Biblioteca", + "Open Log File": "Abrir arquivo de log", + "Open SST": "Abrir SST", + "Open Script as File": "Abrir o script como arquivo", + "Operator:": "Operador", + "Optimal String Alignment": "Alinhamento de String ideal", + "Optimisation": "Otimização", + "Option 1:": "Opção 1:", + "Option 2:": "Opção 2:", + "Option:": "Opção:", + "Options": "Opções", + "Options by Context Boxplot": "Opções por Contexto Boxplot", + "Options:": "Opções:", + "Or": "ou", + "Or Column": "Ou coluna", + "OrRd": "OrRd", + "Orange": "Laranja", + "Oranges": "Oranges", + "Ord.": "Ord.", + "Order": "Encomenda", + "Order By:": "Ordenar por:", + "Order by another variable": "Pedido por outra variável", + "Order:": "Pedido:", + "Ordered Factor": "Fator Ordenado", + "Ordered Factor:": "Fator Ordenado:", + "Ordinary": "Comum", + "Organise": "Organizar", + "Origin": "Origem", + "Origin:": "Origem:", + "Original Level": "Nível original", + "Orthogonal": "Ortogonal", + "Other Axis (Optional):": "Outro eixo (opcional):", + "Other Blocking Variables:": "Outras Variáveis Bloqueadas:", + "Other Contexts:": "Outros contextos:", + "Other IDs:": "Outros IDs:", + "Other Measurements:": "Outras Medidas:", + "Other Observed Variables:": "Outras Variáveis Observadas:", + "Other Options:": "Outras Opções:", + "Other Predicted Variables:": "Outras variáveis previstas:", + "Out of Days:": "Fora de dias:", + "Outlier": "Anómalo", + "Outline": "Contorno", + "Outlying": "Distante", + "Output": "Saída", + "Output ": "Saída ", + "Output Format:": "Formato de saída:", + "Output Grid Square Data": "Dados Grade de Saída Quadrada", + "Output Options": "Opções de saída", + "Output for CPT": "Saída para CPT", + "Outward": "Exterior", + "Over": "Sobre", + "Over Day(s):": "Durante o dia:", + "Over Days:": "Durante os Dias:", + "Overall Interval Length:": "Comprimento geral do intervalo", + "Overwrite Title": "Substituir Título", + "Overwrite existing if duplicates found": "Sobrescrever existente se duplicatas encontradas", + "P10": "P10", + "P20": "P20", + "P25": "P25", + "P30": "P30", + "P33": "P33", + "P40": "P40", + "P60": "P60", + "P67": "P67", + "P70": "P70", + "P75": "P75", + "P80": "P80", + "P90": "P90", + "PBIAS": "PBIAS", + "PBIB": "PBIB", + "PCA Options": "Opções de PCA", + "PELT": "PELT", + "PICSA Crops": "PICSA Crops", + "PICSA Options": "Opções do PICSA", + "PICSA Rainfall Graph": "Gráfico da chuva PICSA", + "PICSA Rainfall Graphs": "Gráficos de chuva PICSA", + "PICSA Temperature": "Temperatura PICSA", + "PP": "PP", + "PP-Plot": "Plotagem", + "PPP Adjusted Contract Value:": "Valor do contrato atualizado com PPP:", + "PRGn": "PRGN", + "Package Name:": "Nome do Pacote:", + "Package exists and not currently installed.": "O pacote existe e não está instalado.", + "Package is installed and up to date.": "O pacote está instalado e atualizado.", + "Package is installed. Newer version available: ": "O pacote está instalado. Versão mais recente disponível: ", + "Package is installed. No version information available.": "O pacote está instalado. Não há informações de versão disponíveis.", + "Packages Documenation": "Documentação dos pacotes", + "Pad": "Preencher", + "Pad Date": "Pad Date", + "Pad:": "Pad:", + "Page by:": "Página por:", + "Pairwise": "Pairwise", + "Pairwise Plot": "Pairwise Plot", + "Palatino": "Palatino", + "Palette:": "Palette:", + "Panel": "Painel", + "Panel (More Options)": "Painel (Mais Opções)", + "Panel Background": "Fundo do Painel", + "Panel Border": "Borda das Peças", + "Panel Border and Background ": "Borda de painéis e fundo ", + "Panel Grid": "Grade de Chapas", + "Panel Spacing": "Espaçamento de painéis", + "Panel and Background ": "Painel e Fundo ", + "Panel background": "Fundo do painel", + "Panel border": "Borda do painel", + "Panel.ontop": "Painel", + "Parallel Coordinate Plot": "Gráfico de Coordenadas Paralelas", + "Parallel Plots": "Gráficos Paralelos", + "Parameter:": "Parâmetro:", + "Parametric": "Paramétrico", + "Parcoord Options": "Opções do Parcoord", + "Pars": "Pars", + "Partial": "Parcial", + "Partitioning:": "Particionando:", + "Paste Data to New Column(s)": "Colar Dados para Nova Coluna", + "Paste Data to New Data Frame": "Colar dados para nova moldura de dados", + "Pastel1": "Pastel1", + "Pastel2": "Pastel2", + "Path:": "Caminho:", + "Pattern:": "Padrão:", + "Peaks": "Pico", + "Pearson": "Pearson", + "Pearson Correlation": "Correlação de Pearson", + "Pen.Value:": "Valor da pena:", + "Penalty:": "Penalidade:", + "PenmanMonteith": "PenmanMonteith", + "Pentad": "Pentad", + "Perc": "Perc", + "Percent": "Porcentagem", + "Percent Correct": "Porcentagem correta", + "Percent bias": "Percentagem de viés", + "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Porcentagem de dias em que Tmax está acima de 90 % [13:TX90p]", + "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Porcentagem de dias quando Tmax está abaixo de 10 por cento [11:TX10p]", + "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Porcentagem de dias quando Tmin está acima de 90 por cento [12:TN90p]", + "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Porcentagem de dias quando Tmin está abaixo de 10 por cento [10:TN10p]", + "Percentage of factor": "Fator percentual", + "Percentages": "Porcentagem", + "Percentages of overall total": "Porcentagem do total", + "Percentile": "Percentil", + "Percentile Rose": "Rosa Percentil", + "Percentile:": "Percentile:", + "Percents": "Porcentagens", + "Period .": "Período .", + "Period(.)": "Período(.)", + "Period:": "Período:", + "Permute Column": "Coluna Permutada", + "Pettitt": "Tampa", + "PiYG": "PiYG", + "Picas": "Fotos", + "Pie Chart": "Gráfico Redondo", + "Pie Chart Options": "Opções do gráfico Pie", + "Pierce Skill Score": "Perfurar Pontuação da Habilidade", + "Pink": "Rosa", + "Plain": "Simples", + "Planting Day(s):": "Dia(s) de Plantação:", + "Plot": "Sinopse", + "Plot Anomaly": "Traçar Anomalia", + "Plot Background ": "Traçar Fundo ", + "Plot Capitals:": "Traçar maiúsculas:", + "Plot Cities": "Traçar Cidades", + "Plot Coast Lines": "Plotar Linhas Costas", + "Plot Countries": "Países de plotagem", + "Plot Graph": "Traçar Gráfico", + "Plot Height:": "Altura do terreno:", + "Plot High Resolution": "Traçar alta resolução", + "Plot Likelihood": "Traçar Probabilidade", + "Plot Log-Likelihood": "Traçar Log-Probabilidade", + "Plot Margin": "Margem de plotagem", + "Plot Options": "Opções de Terreno", + "Plot Options...": "Opções de terreno...", + "Plot Own Locations": "Localizações do Terreno", + "Plot Region": "Região de Terreno", + "Plot Rivers": "Traçar Rios", + "Plot Title": "Título do Terreno", + "Plot Title and Caption": "Traçar o título e a legenda", + "Plot Type": "Tipo de Terreno", + "Plot Width:": "Largura do terreno:", + "Plot character": "Traçar caractere", + "Plot subtitle (text appearance)": "Traçar a legenda (aparência do texto)", + "Plot title (text appearance)": "Traçar o título (aparência do texto)", + "Plot type": "Tipo de plota", + "Plot window": "Traçar janela", + "Plots": "Gráficos", + "Plus4": "Plus4", + "Plus:": "Adicional:", + "Point": "Ponto", + "Point Jitter:": "Jitter do Ponto:", + "Point Options": "Opções de Ponto", + "Point Plot": "Gráfico de pontos", + "Point Transparency:": "Transparência do Ponto:", + "Point plot": "Gráfico de pontos", + "Points": "Pontos", + "Poisson": "Poisson", + "Polar Annulus": "Polar Annulus", + "Polar Cluster": "Aglomerado Polar", + "Polar Coordinate:": "Coordenada polar:", + "Polar Coordinates": "Coordenadas polares", + "Polar Cordinates": "Coordenadas polares", + "Polar Plot": "Gráfico Polar", + "Polar frequency": "Frequência polar", + "Pollutant:": "Pollutant:", + "Polygon Options": "Opções do Polígono", + "Polynomial:": "Polinômio:", + "Polynomials": "Polinômios", + "Population Pyramids": "Pirâmides de população", + "Population_Failures": "População_Falhas", + "Population_Successes": "População_Sucesso", + "Port:": "Porta:", + "Position": "Posição", + "Position - Estimates:": "Posição - Estimativas:", + "Position - Reference:": "Posição - Referência:", + "Position:": "Posição:", + "Postion:": "Postagem:", + "Precipitation": "Precipitação", + "Precipitation >= 10mm Per Day [20:R10mm]": "Precipitação >= 10mm por dia [20:R10mm]", + "Precipitation >= 20mm Per Day [21:R20mm]": "Precipitação >= 20mm por dia [21:R20mm]", + "Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Precipitação >= um Valor Especificado por Dia [22:Rnnmm]", + "Precipitation Quantiles:": "Quantidades de precipitação", + "Precipitation:": "Precipitação:", + "Predict": "Prever", + "Predict...": "Predict...", + "Prediction": "Previsão", + "Predictions:": "Previsões:", + "Prefix For Inserted Column(s):": "Prefixo para a coluna inserida(s):", + "Prefix for Data Frames:": "Prefixo para quadros de dados:", + "Prefix for New Column:": "Prefixo para a Nova Coluna:", + "Prefix for New Columns:": "Prefixo para novas colunas:", + "Prefix:": "Prefix:", + "Preview Current Sheet": "Pré-visualizar a folha atual", + "Preview Log": "Pré-visualizar Log", + "Preview Output": "Pré-visualização de saída", + "Preview not yet implemented for this file type.": "Visualização ainda não implementada para este tipo de arquivo.", + "Preview:": "Pré-visualização:", + "Primary": "Primário", + "Primary data": "Dados primários", + "Principal Component Analysis": "Análise de Componente Principal", + "Print": "Impressão", + "Print Current Sheet": "Imprimir Chapa Atual", + "Print Log": "Imprimir Log", + "Print Output": "Print Output", + "Print Proportions Table(s)": "Imprimir Tabela(s) de Proporções", + "Print Results to Output Window": "Imprimir resultados para a janela de saída", + "Print and Preview Options": "Opções de impressão e pré-visualização", + "Print declustered summary": "Imprimir resumo desagrupado", + "Print to Output Window": "Imprimir para a janela de saída", + "Prob-prob Plot": "Gráfico de prob", + "Probabilities": "Probabilidades", + "Probability": "Probabilidade", + "Probability plot": "Gráfico de probiabilidade", + "Probit": "Probitar", + "Procedure Type:": "Tipo de procedimento:", + "Procurement Category:": "Categoria de aquisição:", + "Procurement Type 2:": "Tipo de contratação 2:", + "Procurement Type 3:": "Tipo de contratação 3:", + "Procurement Type Categories:": "Categorias de Tipo de Companhia:", + "Procuring Authority ID:": "ID da Autoridade de Procuração:", + "Procuring Authority:": "Autoridade de Procuração:", + "Produce Bootstrap": "Produzir Bootstrap", + "Project ID:": "ID do Projeto:", + "Project Name:": "Nome do Projeto:", + "Prop. and Percentages...": "Prop. e porcentagens...", + "Property": "Propriedade", + "Property:": "Propriedade:", + "Proportion": "Proporção", + "Proportions": "Proporções", + "Proportions or Percentages": "Proporções ou Porcentagens", + "Proportions/Percentiles/Count": "Proporções/Percentiles/Contagem", + "Provincial": "Provincial", + "PuBu": "PuBu", + "PuBuGn": "PuBuGn", + "PuOr": "Puor", + "PuRd": "PuRd", + "Purple": "Roxo", + "Purples": "Púrpura", + "Q-Q": "Q-Q", + "Q. Method:": "Método Q:", + "Q1": "T1", + "Q3": "T3", + "Q:": "P:", + "QQ": "QQ", + "QQ-Plot": "QQ-Plot", + "QQ2 Plot": "Plotagem QQ2", + "Qn": "Qn", + "Qualitative": "Quitativo", + "Qualitative Supplementary Variables": "Variáveis complementares qualitativas", + "Quality Control Level for Rain:": "Nível de controle de qualidade para a chuva:", + "Quality Control Level for Temperature:": "Nível de Controle de Qualidade para Temperatura:", + "Quantile": "Quantidades", + "Quantile Algorithm:": "Quantile Algorithm:", + "Quantile:": "Quantidade:", + "Quantiles": "Quantidades", + "Quantitative Supplementary Variables": "Variáveis suplementares quantitativas", + "Quarter": "Trimestre", + "Quartiles && Terciles": "Quartilhos && Terciles", + "Quartiles (QME)": "Quartilhos (QME)", + "Quasi": "Quasi", + "Quasibinomial": "Quasibinomial", + "Quasipoisson": "Quasipoisson", + "R Options": "R Opções", + "R Package Issues": "Problemas do pacote R", + "R Package:": "Pacote R:", + "R Packages": "R Pacotes", + "R package:": "Pacote R:", + "REGW": "VERMELHO", + "RFE2 10-day Precipitation": "Precipitação de 10 dias RFE2", + "RFE2 Daily Precipitation": "Precipitação diária RFE2", + "RMSE": "RMSE", + "R^2": "R^2", + "Radiation:": "Radiação:", + "RadioButton1": "BotãoRadio1", + "Rain": "Chuva", + "Rain Column:": "Coluna de Chuva:", + "Rain:": "Chuva:", + "Rainfall": "Chuva", + "Random": "Aleatório", + "Random Examples": "Exemplos aleatórios", + "Random String (Salt):": "String aleatória (Salt):", + "Random Subsets": "Subconjuntos aleatórios", + "Range": "Range", + "Range:": "Range:", + "Rank": "Classificação", + "Rate": "Avaliar", + "Rates": "Taxas", + "Rating Data": "Dados de Classificação", + "Ratio of root mean square error": "Taxa de erro de quadrado médio da raiz", + "Ratio of standard deviations": "Taxa de desvios padrão", + "RdBu": "RdBu", + "RdGy": "RdGy", + "RdPu": "RdPu", + "RdYlBu": "RdYlBu", + "RdYlGn": "RdYlGn", + "Recode Factor": "Fator de Recodificação", + "Recode Numeric": "Recode Numeric", + "Recode Numeric Into Quantiles": "Recodificar quantidades numéricas em", + "Rectangular": "Retangular", + "Red": "Vermelho", + "Red Flags:": "Bandeiras Vermelhas:", + "Redo": "Refazer", + "Reds": "Reds", + "Reference Level": "Nível de referência", + "Reference Values:": "Valores de Referência:", + "Refresh Preview": "Atualizar pré-visualização", + "Regex": "Regex", + "Regex Keyboard": "Teclado Regex", + "Region Average Data Frame:": "Estrutura de dados médios da região:", + "Region:": "Região:", + "Regular Sequence": "Sequência regular", + "Relationships": "Relações", + "Relative Nash-Sutcliffe efficiency": "Eficiência relativa de Nash-Sutcliffe", + "Relative index of agreement": "Índice relativo do acordo", + "Remember Credentials": "Lembrar Credenciais", + "Remove All Pairs": "Remover todos os pares", + "Remove Colour": "Remover Cor", + "Remove Condition": "Remover Condição", + "Remove Current Filter": "Remover filtro atual", + "Remove Legend": "Remover Legenda", + "Remove Missing Values": "Remover valores ausentes", + "Remove Selected Pair": "Remover Par Selecionado", + "Remove Unused Labels": "Remover Etiquetas Não Utilizadas", + "Remove Unused Levels": "Remover Níveis Não Utilizados", + "Remove rows with any missing values": "Remover linhas com quaisquer valores faltando", + "Rename Column": "Renomear Coluna", + "Rename Data Frame": "Renomear Moldura de Dados", + "Rename Metadata": "Rename Metadata", + "Rename Objects": "Renomear objetos", + "ReoGridControl1": "ReoGridControl1", + "Reoder Metadata": "Metadados do Reoder", + "Reorder Column(s)...": "Reordenar as colunas...", + "Reorder Columns": "Reordenar Colunas", + "Reorder Data Frames": "Reordenar Molduras de Dados", + "Reorder Levels": "Reordenar Níveis", + "Reorder Objects": "Reordenar Objetos", + "Repeat Values:": "Valores repetidos:", + "Replace All": "Substituir todos", + "Replace By:": "Substituir por:", + "Replace Missing Values": "Substituir valores ausentes", + "Replace NA with:": "Substituir NA com:", + "Replace Values": "Substituir Valores", + "Replace if Already Exists": "Substituir se já existe", + "Replicates": "Replicações", + "Require start day before planting day": "Exigir dia de início antes do plantio", + "Required Format": "Formato obrigatório", + "Required Time Format": "Formato de hora requerido", + "Reserve Free Space": "Reserve espaço livre", + "Reset": "Reset", + "Reset ": "Reset ", + "Reset Row Names to Positive Integers": "Redefinir nomes de linhas para números inteiros positivos", + "Residuals": "Resíduos", + "Residuals v Fitted Values": "Residuais v Valores depositados", + "Residuals v Leverage": "Alavancagem de Nv Residuais", + "Resolution:": "Resolução:", + "Response": "Resposta", + "Response Variable Type:": "Tipo de variável de resposta:", + "Response Variable:": "Variável de resposta:", + "Restore Hierarchy": "Restore Hierarchy", + "Restrict Entry:": "Restringir entrada:", + "Restrict data values": "Restringir valores de dados", + "Result Name": "Nome do Resultado", + "Result Name:": "Nome do Resultado:", + "Result into:": "Resultado em:", + "Return": "Retornar", + "Reverse Order Of Colours": "Ordem de cores inversa", + "Rho": "Rho", + "Right": "Direita", + "Right Join": "Entrar com Direita", + "Right:": "Direita:", + "Rl Plot": "Gráfico de Rl", + "Robust": "Assalto", + "Rolling Contract Number Issuer:": "Emissor do Número do Contrato:", + "Rolling Contract Number Winner:": "Vencedor do Contrato Rolante:", + "Rolling Contract Share Winner:": "Vencedor do Compartilhamento do Contrato:", + "Rolling Contract Sum Issuer:": "Emissor individual do contrato executável:", + "Rolling Contract Sum Winner:": "Vencedor do Contrato Rolante:", + "Root mean squared error": "Root média de erro ao quadrado", + "Rotation": "Rotação", + "Row": "Linha", + "Row (%)": "Linha (%)", + "Row Names Or Numbers": "Nomes das linhas ou números", + "Row Statistic": "Estatísticas da Linha", + "Row Summaries": "Resumos de Linha", + "Row Variable (Factor):": "Variável de Linha (Factor):", + "Row Variable(s):": "Variável:", + "Row:": "Linha:", + "Rows": "Linhas", + "Rows to Count Over:": "Linhas para Contagem De:", + "Rows to Skip:": "Linhas para pular:", + "Rows to Summarise:": "Linhas para resumo:", + "Rows to Take Max Over:": "Linhas para maximizar o máximo:", + "Rows:": "Linhas:", + "Rug": "Tapete", + "Rug Color:": "Rug Color:", + "Rug Plot": "Gráfico de Tapete", + "Rug Plot Options": "Opções do Plotagem Tag", + "Rugs": "Tapetes", + "Run All Text": "Executar todo o texto", + "Run Backup Log": "Executar Log de Backup", + "Run Current Line": "Executar Linha Atual", + "Run Length": "Comprimento de execução", + "Run Selected Text": "Executar Texto Selecionado", + "SANN": "SANN", + "SDlog": "SDlog", + "SF Options": "Opções de SF", + "SIC": "SIC", + "SNHT": "ESCOLHT", + "SNK": "SNK", + "SPEI": "SPEI", + "SPI": "SEM", + "SPI/SPEI": "SPI/SPEI", + "SS 2009:": "SS 2009:", + "SS 2011:": "SS 2011:", + "SS 2013": "SS 2013", + "SS 2015:": "SS 2015:", + "SST Data Frame Name:": "Nome do Quadro de Dados SST:", + "Same": "Igual", + "Same (Element1)": "Mesmo (Element1)", + "Same Scale (coord-equal)": "Mesma escala (¶-igual)", + "Sample": "Exemplo", + "Sample Size:": "Tamanho da amostra:", + "Sample_Size": "Tamanho_exemplo", + "Sampling Fraction:": "Fração de Amostragem:", + "Satelite": "Satélite", + "Satelite Anomalies": "Anomálias de Satelite", + "Satelite Element:": "Elemento Satélito:", + "Save": "Guardar", + "Save Backup Data...": "Salvar Dados de Backup...", + "Save Backup Internal Log...": "Salvar registro interno de backup...", + "Save Backup Log...": "Salvar registro de backup...", + "Save Bootstrap": "Salvar Bootstrap", + "Save Calculation Only": "Salvar somente cálculo", + "Save Calculation and Result": "Salvar cálculo e resultado", + "Save Column Position": "Salvar posição da coluna", + "Save Data As": "Salvar dados como", + "Save Data To:": "Salvar Dados para:", + "Save Date:": "Data de envio:", + "Save Details": "Salvar Detalhes", + "Save Downloaded File To:": "Salvar arquivo baixado para:", + "Save Downloaded File to:": "Salvar arquivo baixado para:", + "Save Dummy:": "Salvar burro:", + "Save Estimate": "Salvar Estimativa", + "Save File As:": "Salvar Arquivo Como:", + "Save Fit": "Salvar Ajuste", + "Save Graph": "Salvar gráfico", + "Save Graph Result:": "Salvar Resultado do gráfico:", + "Save Graph:": "Salvar Gráfico:", + "Save Index into:": "Salvar índice em:", + "Save Indices": "Salvar índices", + "Save Log File...": "Salvar Arquivo de Registro...", + "Save Map": "Salvar Mapa", + "Save Model": "Salvar modelo", + "Save Model:": "Salvar Modelo:", + "Save Nothing": "Salvar Nada", + "Save Output": "Salvar saída", + "Save Plot": "Salvar lote", + "Save Result": "Salvar Resultado", + "Save Result ": "Salvar Resultado ", + "Save Result:": "Salvar Resultado:", + "Save Script...": "Salvar Script...", + "Save Table": "Salvar Tabela", + "Save Test": "Salvar teste", + "Save Test Object:": "Salvar objeto de teste:", + "Save Treemap": "Salvar Treemap", + "Save as single file": "Salvar como arquivo único", + "Save estimates in": "Salvar estimativas em", + "Save file(s) to:": "Salvar arquivo(s) para:", + "Save test object": "Salvar objeto de teste", + "Save values": "Salvar valores", + "Saving Options": "Opções de salvamento", + "Saving at:": "Salvando em:", + "Scale": "Escala", + "Scale Data": "Dados de escala", + "Scale Numeric Variables": "Escala Numérica", + "Scale by:": "Escalar por:", + "Scale-Location": "Escala-Localização", + "Scale:": "Escala:", + "Scaled Fractions": "Frações dimensionadas", + "Scaled Points": "Pontos de Escala", + "Scales": "Escamas", + "Scatter Matrix": "Matriz Scatter", + "Scatter Plot": "Gráfico de dispersão", + "Scatter Plot Options": "Opções do Scatter Plot", + "Scatter and line plot": "Scatter e gráfico de pontos", + "Scatter plot": "Gráfico de dispersão", + "Score": "Pontuação", + "Scree Plot": "Gráfico de tela", + "Sd": "Sd", + "Sd_Pop:": "S_Pop:", + "Sea surface temperature": "Temperatura superficial do mar", + "Search in ": "Pesquisar em ", + "Search to end only": "Pesquisar para terminar apenas", + "Season Dates": "Datas de Temporada", + "Seasonal Comparisons": "Comparações sazonais", + "Seasonal Summary": "Resumo da Temporada", + "Seasonality (Harmonics)": "Temporada (Harmonica)", + "Seasonality:": "Temporada:", + "Second": "Segundo", + "Second Column:": "Segunda Coluna:", + "Second Context:": "Segundo contexto:", + "Second Data Frame": "Segundo quadro de dados", + "Second Data Frame:": "Segunda Estrutura de dados:", + "Second Explanatory Variable": "Segunda Variável Explicatória", + "Second Explanatory Variable:": "Segunda Variável Explantiva:", + "Second Factor": "Segundo Fator", + "Second Factor (Optional):": "Segundo Fator (opcional):", + "Second Factor:": "Segundo Fator:", + "Second Variable": "Segunda Variável", + "Second Variable:": "Segunda variável:", + "Seconds:": "Segundos:", + "Secrecy Score:": "Nota do segredo:", + "Seed": "Semente", + "SegNeigh": "SegNeigh", + "Select": "Selecionar", + "Select All": "Selecionar Todos", + "Select All Levels": "Selecionar todos os níveis", + "Select And Stuck": "Selecionar e Preso", + "Select By:": "Select By:", + "Select Contrast Name:": "Selecionar Nome do Contraste:", + "Select Date Range": "Selecione Intervalo de Datas", + "Select Day of Year Range": "Selecione o intervalo do ano", + "Select Elements Observation Data to Import": "Selecione os dados de observação de elementos para importar", + "Select File Type:": "Selecione o tipo de arquivo:", + "Select Levels:": "Selecionar Níveis:", + "Select Month": "Selecione o mês", + "Select Month(s) to Omit:": "Selecionar mês(s) para o Omit:", + "Select Sheets:": "Selecionar folhas:", + "Select Station:": "Selecionar estação:", + "Select Stations to Import": "Selecione estações para importar", + "Select Theme": "Selecione o tema", + "Select all": "Selecionar todos", + "Select by condition": "Selecionar por condição", + "Select by factor values": "Selecionar valores por fator", + "Selected Column": "Coluna selecionada", + "Selected Column(s):": "Coluna selecionada(s):", + "Selected Column:": "Coluna selecionada:", + "Selected Columns:": "Colunas selecionadas:", + "Selected Data Frame": "Estrutura de Dados Selecionada", + "Selected Data Frames:": "Quadros de Dados Selecionados:", + "Selected Elements:": "Elementos selecionados:", + "Selected Factor:": "Fator selecionado:", + "Selected Filter Preview": "Pré-visualização do filtro selecionado", + "Selected Filter Preview:": "Visualização do Filtro Selecionada:", + "Selected Graph:": "Gráfico Selecionado:", + "Selected Graphs:": "Gráficos selecionados:", + "Selected Key:": "Chave Selecionada:", + "Selected Link:": "Link selecionado:", + "Selected Metadata": "Metadados Selecionados", + "Selected Model:": "Modelo selecionado:", + "Selected Object(s):": "Objetivo(s) selecionado(s):", + "Selected Object:": "Objeto selecionado:", + "Selected Objects:": "Objetos Selecionados:", + "Selected Set:": "Definição Selecionada:", + "Selected Stations:": "Estações selecionadas:", + "Selected Variable:": "Variável Selecionada:", + "Selected Variables": "Variáveis selecionadas", + "Selected Variables:": "Variáveis Selecionadas:", + "Selected column": "Coluna selecionada", + "Selection": "Seleção", + "Selection Preview": "Selection Preview", + "Semi Join": "Juntar-se a Si", + "Semi-Colon(;)": "Semi-Colon(;)", + "Semicolon ;": "Semicolon ;", + "Send Debugging Log to R-Instat Team": "Enviar Log de Depuração para a Equipe R-Instat", + "Separate Tables": "Tabelas separadas", + "Separator": "Separador", + "Separator:": "Separador:", + "September": "setembro", + "Sequence": "Sequência", + "Sequence Definition": "Definição de Sequência", + "Sequence Preview:": "Visualização de sequência:", + "Sequence extended to match": "Sequência estendida para a partida", + "Sequence matches the length of the data frame.": "A sequência corresponde ao comprimento do quadro de dados.", + "Sequence of Values": "Sequência de Valores", + "Sequence truncated to match": "Sequência truncada para corresponder", + "Sequential": "Sequencial", + "Serif": "Serif", + "Set Colour Breaks": "Definir Quebras de Cor", + "Set New Name:": "Definir Novo Nome:", + "Set Row Names from Column": "Definir nomes das linhas da coluna", + "Set Seed": "Definir Semente", + "Set Seed:": "Definir Semente:", + "Set1": "conjunto1", + "Set2": "conjunto2", + "Set3": "Definir3", + "Sets:": "Configurações:", + "Settings": "Confirgurações", + "Shape": "Forma", + "Shape (Optional):": "Forma (opcional)", + "Shape File": "Arquivo de forma", + "Shape1": "Forma1", + "Shape2": "Forma2", + "Sheet Metadata": "Metadados da Chapa", + "Shift Daily Data": "Shift Dados Diários", + "Shift:": "Turno:", + "Shifted": "Deslocado", + "Short": "Curto", + "Show": "Apresentar", + "Show Arguments": "Mostrar Argumentos", + "Show Calculator": "Mostrar Calculadora", + "Show Climatic Menu": "Mostrar Menu Climático", + "Show Column Types": "Mostrar tipos de coluna", + "Show Count": "Mostrar contagem", + "Show Details >>": "Mostrar Detalhes >>", + "Show Frequencies": "Mostrar frequências", + "Show Hidden Columns in Selector": "Mostrar colunas ocultas no seletor", + "Show ID": "Mostrar ID", + "Show Missing": "Mostrar Faltando", + "Show Missing Values": "Mostrar valores ausentes", + "Show Model": "Mostrar Modelo", + "Show Model Summary": "Mostrar Resumo de Modelo", + "Show Non Missing": "Mostrar Não Faltando", + "Show Numeric Values": "Mostrar valores numéricos", + "Show Options By Context Menu": "Exibir Opções pelo Menu de Contexto", + "Show Parameters": "Mostrar Parâmetros", + "Show Percentage": "Mostrar porcentagem", + "Show Percentages": "Exibir Porcentagens", + "Show Procurement Menu": "Mostrar menu de distribuição", + "Show Row Names": "Mostrar nomes das linhas", + "Show Strings": "Mostrar frases", + "Show Structured Menu": "Mostrar Menu Estruturado", + "Show Summary": "Show Summary", + "Show Variable Labels": "Mostrar Etiquetas Variáveis", + "Show calculator": "Mostrar calculadora", + "Show commands": "Exibir comandos", + "Show grid lines": "Mostrar linhas da grade", + "Show stars on summary tables for coefficients": "Mostrar estrelas na tabela de resumo para coeficientes", + "Show waiting dialog when command takes longer than": "Mostrar caixa de diálogo de espera quando o comando demorar mais do que", + "Showing ": "Mostrando ", + "Shrink: ": "Misturar: ", + "Sign Test": "Assinar teste", + "Signature Date:": "Data da assinatura:", + "Signature Period (25 Quartiles):": "Período de Assinatura (25 Quartigos):", + "Signature Period (5 Quartiles):": "Período de Assinatura (5 Quartigos):", + "Signature Period Categories:": "Categorias do Período de Assinatura:", + "Signature Period Corrected:": "Período de assinatura corrigido:", + "Signature Period:": "Período da assinatura:", + "Significance Level": "Nível Significativo", + "Significance Level:": "Nível significativo:", + "Significance Stars": "Estrelas Significativas", + "Significance Test": "Teste Significativo", + "Significant Figures:": "Figuras Significativas:", + "Significant Height of combined wind waves And swell": "Altura significativa das ondas combinadas de vento e inchaço", + "Simple": "Simples", + "Simple Convert": "Conversão Simples", + "Simple Options": "Opções Simples", + "Simple Precipitation Intensity Index [19:SDII]": "Índice de Intensidade de precipitação simples [19:SDII]", + "Single": "Solitário", + "Single Bidder:": "Licitação Única:", + "Single Column": "Coluna única", + "Single Graphs": "Gráficos Únicos", + "Single Point": "Único Ponto", + "Single Value:": "Valor único:", + "Single Variable": "Variável Única", + "Single column": "Coluna única", + "Site": "site", + "Size": "Tamanho", + "Size Of Cities:": "Tamanho dos Cidades:", + "Size Of City Labels:": "Tamanho das etiquetas da Cidade:", + "Size X-Axis": "Tamanho do Eixo-X", + "Size Y-Axis": "Tamanho do Eixo-Y", + "Size:": "Tamanho:", + "Skewness": "Espeto", + "Skewness (3rd Moment)": "Vigilância (3° Momento)", + "Skewness Weight:": "Peso da Vigilância:", + "Slope": "Inclinação", + "Small State:": "Estado Pequeno:", + "Smooth": "Suavizar", + "Smoothing Curves": "Curvas de suavização", + "Sn": "Sn", + "Solar": "Solar", + "Solid": "Solid", + "Sort": "Ordenar", + "Sort Data after filling gaps": "Ordenar dados após preencher lacunas", + "Sort Variables": "Ordenar Variáveis", + "Sort by Column": "Ordenar por Coluna", + "Sort by Name": "Classificar por nome", + "Sort by Row Names": "Classificar por Nome da Linha", + "Sort by:": "Classificar por:", + "Sort values": "Ordenar valores", + "Source:": "Fonte:", + "Space ( )": "Espaço ( )", + "Space between Strips and Axes": "Espaço entre faixas e eixos", + "Span:": "Espanhol:", + "Spanish": "espanhol", + "Spearman": "Lanceiro", + "Specific": "Específico", + "Specifiy": "Specifiy", + "Specify": "Especificar", + "Specify Breaks": "Especificar Quebras", + "Specify Decimals (from Numeric)": "Especificar números decimais (do número)", + "Specify Format": "Formato Específico", + "Specify Layout": "Especificar Layout", + "Specify Link": "Especificar Link", + "Specify Lower Limit": "Especificar limite inferior", + "Specify Order": "Especificar pedido", + "Specify Rows": "Especificar Linhas", + "Specify Title": "Specify Title", + "Specify Upper Limit": "Especificar limite máximo", + "Spectral": "Espectro", + "Speed Cuts:": "Cortes de Velocidade:", + "Spell": "Spell", + "Spell Can Span Years": "Ano Span da Magia Lata", + "Spell Length": "Comprimento da Magia", + "Spells": "Spells", + "Spline": "Curva", + "Spline d.f.": "Spline d.f.", + "Split Geometry": "Separar geometria", + "Split Text Column": "Dividir Coluna de Texto", + "Split by:": "Dividir por:", + "Sqrt": "SQL", + "Square Normalised Parent Coordinates": "Coordenadas pai normalizadas quadradas", + "Square Root": "Raiz quadrada", + "Stack": "Pilha", + "Stack (melt) Columns": "Pilha (melt) Colunas", + "Stack Bar Graph": "Gráfico da Barra de Pilha", + "Stack Daily Data": "Pilha de dados diários", + "Stack Data Into:": "Dados da pilha em:", + "Stack Multiple Column Sets": "Empilhar Vários Conjuntos de Coluna", + "Stack in reverse": "Pilha em reverso", + "Stacked Graph": "Gráfico empilhado", + "Standard Deviation": "Desvio Padrão", + "Standard Error of the Mean": "Erro padrão da média", + "Standard_deviation": "Desvio_padrão_", + "Standardise Country Names": "Nomes dos Países Padrões", + "Start Date:": "Data de início", + "Start Day": "Dia de Início", + "Start Month:": "Iniciar Mês:", + "Start New Session": "Iniciar nova sessão", + "Start Value:": "Valor Inicial:", + "Start Year for Climatological Period:": "Ano de início para o período climatológico:", + "Start Year for Region Average:": "Ano inicial para Média de Região:", + "Start Year for Station Trend:": "Início Ano para a Tendência de Estação:", + "Start Year for Variogram Period:": "Ano de início para o Período Variograma:", + "Start and End": "Início e Fim", + "Start date:": "Data de início:", + "Start of Rains": "Início da chuva", + "Start(L):": "Iniciar(L):", + "Start:": "Inicio:", + "Starting Angle:": "Ângulo Inicial:", + "Starting Month:": "Mês Inicial:", + "Starting from:": "A partir de:", + "Station": "Guarnição", + "Station (Optional):": "Estação (opcional):", + "Station Anomalies": "Anomalia da Estação", + "Station Element:": "Elemento da Estação:", + "Station Height:": "Altura da Estação:", + "Station IDs": "IDs da Estação", + "Station Identifier:": "Station Identifier:", + "Station Metadata": "Metadados da Estação", + "Station Name": "Nome da Estação", + "Station Name:": "Nome da Estação:", + "Station Names": "Nomes da Estação", + "Station Qualifiers": "Qualificadores de Estação", + "Station name": "Nome da estação", + "Station-Element": "Estação-Elemento", + "Station:": "Estação:", + "StationFile": "Arquivo", + "Stations": "Estações", + "Stations-Elements": "Estação-Elementos", + "Stations:": "Estações:", + "Statistic:": "Estatística:", + "Statistics:": "Estatística:", + "Stats": "Estatísticas", + "Stats1": "Status1", + "Stats2": "Stats2", + "Std": "Pé", + "Std Residuals": "Resíduos Std", + "Stem and Leaf": "Raio e Folhas", + "Store Results": "Resultados da loja", + "Store Results in Data Frame": "Armazenar resultados na Estrutura de Dados", + "String": "Cordas", + "String Distance": "Distância da String", + "String Handling": "Tratamento de frases", + "String Height": "Altura da frase", + "String Width": "String Width", + "Strings (Character Columns)": "Strings (colunas de personagem)", + "StructTS": "Estruturas", + "Structure": "Estrutura", + "Stud": "Stud", + "Students_t": "Alunos_t", + "Sub Calculations": "Sub Cálculos", + "Sub Title Size:": "Tamanho do subtítulo:", + "Sub-Calculations:": "Subcálculos:", + "Subset": "Sub-conjunto", + "Substring": "Subcadeia", + "Subtitle Size:": "Tamanho da legenda:", + "Success:": "Sucesso:", + "Successive Values": "Valores Sucessivos", + "Sum": "Sum", + "Sum of squared residuals": "Soma dos resíduos ao quadrado", + "Sum to Zero": "Soma a zero", + "Summaries": "Sumários", + "Summaries:": "Sumários:", + "Summarise By:": "Resumo Por:", + "Summary": "Summary", + "Summary Annotations": "Resumo das anotações", + "Summary Columns:": "Summary Columns:", + "Summary Model": "Modelo De Resumo", + "Summary Options": "Opções de Resumo", + "Summary Statistics": "Estatísticas Resumidas", + "Summary Tables": "Tabelas Resumidas", + "Summary data": "Dados resumidos", + "Summary:": "Resumo:", + "Summer Days [2:SU]": "Dias de Verão [2:SU]", + "Sunshine": "Luz Solar", + "Sunshine Hours:": "Horas de Sol:", + "Supplementary Individuals": "Indivíduos complementares", + "Surface pressure": "Pressão de superfície", + "Survival Object Name:": "Nome do Objeto Sobrevivente:", + "Symbol:": "Símbolo", + "Symbols": "Símbolos", + "Symmetric Extremal Dependence Index": "Índice de Dependência Extremal Simétrica", + "Symmetric Extreme Dependency Score": "Dependência Simétrica Extrema Pontuação", + "Symmetry": "Simetria", + "System.Data.DataRowView": "System.Data.DataRowView", + "TAMSAT v3.0": "TAMSAT v3.0", + "TAMSAT v3.1": "TAMSAT v3.1", + "TRMM 3B42 3-Hourly Precipitation": "TRMM 3B42 3-Hora de Precipitação", + "TRMM 3B42 Daily Precipitation": "Precipitação Diária TRMM 3B42", + "TRUE": "Verdadeiro", + "Table": "Classificações", + "Table Frequencies": "Frequências da tabela", + "Table Title:": "Título da Tabela:", + "Tables": "Tabelas", + "Tailored Menus": "Menus Personalizados", + "Tax Haven 2:": "Imposto Haven 2:", + "Tax Haven 3:": "Imposto Refúgio 3:", + "Tax Haven 3bi:": "Imposto do Haven 3bi:", + "Tax Haven:": "Imposto Havá:", + "Taylor Diagram": "Diagrama de Taylor", + "Taylor Diagram Options": "Opções de Diagrama Taylor", + "Temperature": "Temperatura", + "Temperature Quantiles:": "Quantidades de Temperatura:", + "Test": "teste", + "Test:": "Teste:", + "Text": "texto", + "Text (Output Window)": "Texto (Janela de Saída)", + "Text File Preview:": "Visualização de Arquivo de Texto:", + "Text colour:": "Cor do texto:", + "The backup versions come from periodic system backups.": "As versões de backup vêm de backups periódicos do sistema.", + "The following R packages could not be installed:": "Os seguintes pacotes R não puderam ser instalados:", + "Theme Options": "Opções de tema", + "Theme to Edit:": "Tema a editar:", + "Theme:": "Tema:", + "Themes": "Temas", + "Thickness:": "Espessura:", + "Third Context:": "Terceiro contexto:", + "Third Explanatory Variable:": "Terceira Variável Explantiva:", + "Threat Score": "Pontuação de ameaça", + "Three Summaries": "Três resumos", + "Three Variable Frequencies": "Três Frequências Variáveis", + "Three Variable Modelling": "Três Modelagem Variável", + "Threshold": "Limite", + "Threshold ": "Limite ", + "Threshold range ": "Limite de alcance ", + "Threshold:": "Limite:", + "Tick Mark Labels ": "Marcadores de Marcadores Marcadores ", + "Tick marks along axes": "Marcar marcas ao longo de eixos", + "Tick marks label along axes": "Rótulo das marcas ao longo dos eixos", + "TickMarkers": "Marcadores", + "Tidy": "Divisor", + "Tidy Daily Data": "Dados diários de maré", + "Ties": "Gravatas", + "Tile": "Mosaico", + "Tile colour:": "Cor do bloco:", + "Time (X axis):": "Tempo (eixo X):", + "Time Period": "Intervalo de tempo", + "Time Point:": "Ponto de Hora:", + "Time Scale (Months):": "Escala de Tempo (Meses):", + "Time Selection": "Seleção de Tempo", + "Time Series Comparisons": "Comparações de temporais", + "Time Step": "Passo de tempo", + "Time(s)": "Horário(s)", + "Times Roman": "Tempos de romano", + "Title": "Título", + "Title Size:": "Tamanho do título:", + "Title of legend": "Título da Legenda", + "Title:": "Titulo:", + "Titles": "Títulos", + "Titles ": "Títulos ", + "Tmax/Tmin": "Tmax/Tmin", + "Tmax:": "Tmax:", + "Tmin:": "Tmin:", + "To": "Para", + "To Script": "Para o Script", + "To be implemented": "A ser implementado", + "To circular:": "Circular:", + "To:": "Para:", + "Tolerance": "Tolerância", + "Top": "Superior", + "Top levels displayed:": "Melhores níveis exibidos:", + "Top:": "Superior:", + "Total Column Name": "Nome total da coluna", + "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Precipitação Diária Total Excedendo 95° Prazo de Limite [25:R95pTOT]", + "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Precipitação diária excede 99% do limite máximo [26:R99pTOT]", + "Total Daily Precipitation [27:PRCPTOT]": "Precipitação Diária Total [27:PRCPTOT]", + "Total Days": "Dias Totais", + "Total Rainfall": "Chuva total", + "Total precipitation": "precipitação total", + "Totals Column/Row Background Highlighted": "Totais de coluna/linha de fundo destacado", + "Trace Plot": "Gráfico de rastreamento", + "Trace Values": "Valores de rastreamento", + "Transform": "Transformar", + "Transform Text Column": "Transformar Coluna de Texto", + "Transform:": "Transformar:", + "Transformation": "Modificação", + "Transparency:": "Transparência:", + "Transpose": "Transpor", + "Transpose Columns": "Transpor colunas", + "Treat Row Names as Numeric": "Tratar nomes de linhas como numéricos", + "Treat Summary Columns as a Further Factor": "Tratar colunas resumidas como um fator adicional", + "Treatment structure": "Estrutura de tratamento", + "Treatment/Control": "Tratamento/Controle", + "Treatment:": "Tratamento:", + "Treemap": "Treemap", + "Trend": "Tendência", + "Triangular": "Triangular", + "Trim": "Recortar", + "Trim Trailing White Space": "Aparar espaço branco em trilha", + "Trimmed Mean": "Média Aparada", + "Tropical Nights [4:TR]": "Noites Tropicais [4:TR]", + "True Values(Optional):": "Valor Verdadeiro(Opcional):", + "Try": "Experimentar", + "Two Columns": "Duas Colunas", + "Two Columns in Same Data Frame": "Duas colunas no Mesma Moldura de Dados", + "Two Columns in Separate Data Frames": "Duas Colunas em Quadros de Dados Separados", + "Two Data Frames Long": "Duas Molduras de Dados Longas", + "Two Data Frames Wide": "Duas Molduras de Dados Laranja", + "Two Sample Non parametric Tests": "Teste paramétrico de dois exemplos", + "Two Variable Fit Model": "Modelo de Ajuste de Duas Variáveis", + "Two Variable Graph": "Duas Gráficas Variáveis", + "Two Variable Use Model": "Modelo de uso de duas variáveis", + "Two Way Frequencies": "Frequências de duas vias", + "Two sided": "Dois lados", + "Two-Dash": "Dupla Dash", + "Two-Sided": "Dois Sites", + "Type": "tipo", + "Type of Graph": "Tipo de gráfico", + "Type of Layer (Geom):": "Tipo de camada (Geom):", + "Type of Palette": "Tipo de Paleta", + "Type of Test": "Tipo de teste", + "Type of test": "Tipo de teste", + "Type:": "Tipo:", + "Types": "Tipo", + "Typical": "Típico", + "UCSB CHIRPS": "BATE-PAPOS UCSB", + "UID:": "UID:", + "UN Code:": "Código da ONU:", + "URWBookman": "Livro", + "URWGothic": "Gótico", + "URWPalladioURWTimes": "Tempos", + "UTF-8": "UTF-8", + "UnTransform": "Não Transformar", + "Underscore _": "Sublinhado _", + "Undo": "Desfazer", + "Unhide...": "Unhide...", + "Uniform": "Uniforme", + "Uniminmax": "Uniminmax", + "Units": "Unidades", + "Units:": "Unidades:", + "Unlock": "Desbloquear", + "Unselect all": "Desmarcar todos", + "Unstack Columns": "Desempilhar colunas", + "Unstack Data": "Desempilhar dados", + "Unstack elements": "Desempilhar elementos", + "Upper Limit": "Limite superior", + "Upper Limit :": "Limite superior :", + "Use Date": "Data de uso", + "Use Factor Sheet": "Usar Folha de Fator", + "Use Graph": "Usar Gráfico", + "Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Use Grande Círculo (WGS84 ellipsoid) distância para pontos mais próximos", + "Use Model ": "Usar modelo ", + "Use Summaries": "Usar resumos", + "Use unique values for comparison": "Usar valores únicos para comparação", + "User Define": "Definição de Usuário", + "User Defined": "Definidos pelo usuário", + "Username:": "Usuário:", + "VE": "VE", + "Value": "Valor", + "Value From Above": "Valor a partir de", + "Value From Below": "Valor de baixo", + "Value(Vector):": "Valor(Vetor):", + "Value:": "Valor:", + "Values": "Valores", + "Values in both columns (intersection)": "Valores em ambas as colunas (intersecção)", + "Values in either column (union)": "Valores em qualquer coluna (união)", + "Values in first column not in second": "Valores na primeira coluna não na segunda", + "Values in second column not in first": "Valores na segunda coluna não na primeira coluna", + "Var": "Varejo", + "VarCI Method:": "Método VarCI:", + "Variable": "Variável", + "Variable Day": "Dia Variável", + "Variable Options": "Opções Variáveis", + "Variable Sets": "Conjuntos de Variáveis", + "Variable Transformations": "Transformações Variáveis", + "Variable Width": "Largura Variável", + "Variable to Check:": "Variável para Verificar:", + "Variable(s) to Summarise:": "Variável(eis) para resumo:", + "Variable(s) to View:": "Variável(s) para Visualizar:", + "Variable:": "Variável:", + "Variables": "Variáveis", + "Variables Plot": "Plot de Variáveis", + "Variables and Summaries": "Variáveis e resumos", + "Variables to Check:": "Variáveis para Verificar:", + "Variables to Include:": "Variáveis a incluir:", + "Variables to View:": "Variáveis para Visualizar:", + "Variables:": "Variáveis:", + "Variance": "Variação", + "Variate:": "Variação:", + "Variogram Data Frame:": "Estrutura de Dados Variograma:", + "Verification": "Verificação", + "Verification Summaries": "Resumo da Verificação", + "Vertcal-Line(|)": "Vertcal-Line(|)", + "Vertical": "Vertical", + "Vertical Label Position:": "Posição Vertical da Rótula:", + "Vertical X Tick Markers": "Marcadores de Marcação Vertical X", + "Vertical major grid lines ": "Linhas grandes verticais da grade ", + "Vertical minor grid lines": "Linhas de grade menores verticais", + "Vertically": "Verticalmente", + "View Data": "Visualizar dados", + "View Data Frame": "Visualizar quadro de dados", + "View Graph": "Ver Gráfico", + "View Key": "Visualizar Chave", + "View Labels/Levels": "Ver Etiquetas/Níveis", + "View Link": "Visualizar link", + "View Object": "Ver Objeto", + "View and Remove Keys": "Ver e Remover Chaves", + "View and Remove Links": "Ver e Remover Links", + "Vignettes": "Vignettes", + "Violet": "Violeta", + "Violin": "Violeta", + "Violin + Boxplot": "Violin + Boxplot", + "Violin + Jitter": "Violin + Jitter", + "Violin Options": "Opções do Violin", + "Violin Plot": "Gráfico Violeta", + "Violin Plot Options": "Opções do plot Violin", + "Visualise Data": "Visualizar Dados", + "Vjust": "Vendedor", + "Volumetric efficiency": "Eficiência volumetrica", + "WB PPP:": "WB PPP:", + "WIGOS Station Identifier:": "WIGOS Station Identifier:", + "WMO Number": "Número WMO", + "WMO Number:": "Número WMO:", + "Wakefield": "Wakefield", + "Wald": "Wald", + "Warm Spell Duration Index [14:WSDI]": "Índice de Duração do Feitiço Quente [14:WSDI]", + "Water Amount(s):": "Valor de Água(s):", + "Water Balance": "Equilíbrio da Água", + "Water Balance <=": "Saldo de Água <=", + "Week": "semana", + "Week Day": "Dia da semana", + "Weeks": "semanas", + "Weibull": "Weibull", + "Weight By (Optional):": "Peso Por (Opcional:", + "Weight By:": "Peso Por:", + "Weights": "Pesos", + "Weights (Optional):": "Pesos (opcional):", + "Weights:": "Pesos:", + "West East": "Oeste Oriental", + "While you're waiting...": "Enquanto você está esperando...", + "Whisk Line Type": "Tipo de Linha Whisk", + "Whisker Colour": "Whisker Colour", + "Whisklty": "uísque", + "White": "Branco", + "White Space:": "Espaço Branco:", + "Whitespace": "Whitespace", + "Width": "Width", + "Width:": "Largura:", + "Wilcoxon": "Wilcoxon", + "Wilson": "Selvagem", + "Wind": "Vento", + "Wind Direction:": "Direção do vento:", + "Wind Rose": "Rosa Vento", + "Wind Speed": "Velocidade do vento", + "Wind Speed:": "Velocidade do vento:", + "Wind/Pollution Rose": "Rosa Vento/Poluição", + "WindSpeed:": "Ventovelocidade:", + "Windrose Options": "Opções de Windrose", + "Winner Country ISO2:": "ISO2 País Vencedor:", + "Winner Country ISO3:": "ISO3 País Vencedor:", + "Winner Country:": "País Vencedor:", + "Winner ID:": "ID do vencedor:", + "Winner Name:": "Nome do vencedor:", + "With Replacement": "Com Substituição", + "With Standard Error": "Com erro Padrão", + "With X Variable": "Com a Variável X", + "With column": "Com coluna", + "Within Year": "Dentro do ano", + "Within Year:": "Dentro do ano:", + "Words": "Palavras", + "Working Directory": "Diretório de trabalho", + "Working Directory:": "Diretório de trabalho:", + "X Label": "Etiqueta X", + "X Variable": "Variável X", + "X Variable:": "Variável X:", + "X Variables": "Variáveis X", + "X Variables:": "Variáveis X:", + "X and Y-Axis Labels": "Etiquetas X e Eixo-Y", + "X and Y-Axis Tick Markers": "Marcadores de Tick X e Y-Axis", + "X axis Label Size": "Tamanho da etiqueta do eixo X", + "X axis Tick Labels Angle": "Ângulo de Marcador do eixo X X", + "X axis Tick Mark Label Size": "Tamanho da etiqueta da marca do eixo X", + "X axis label ": "Rótulo do eixo X ", + "X axis label on top axis": "Etiqueta do eixo X no eixo superior", + "X axis labels angle:": "Ângulo de rótulos do eixo X:", + "X axis tick labels": "Etiquetas de seleção do eixo X", + "X axis tick labels on top axis": "Etiquetas de marcação do eixo X no eixo superior", + "X axis tick marks": "Marcação do eixo X", + "X axis:": "Eixo X:", + "X label": "Etiqueta X", + "X-Axis": "Eixo-X", + "X-Axis Labels": "Rótulos do Eixo-X", + "X-Axis Line": "Linha de Eixo-X", + "X-Axis Tick Markers": "Marcadores de Marcadores de Eixo-X", + "X-Axis Title": "Título do Eixo-X", + "X-Lab Title": "Título de X-Lab", + "X-axis": "Eixo-X", + "X-axis Options:": "Opções de eixo-X:", + "XY-Axes": "Eixos-XY", + "Xlim": "Xlim", + "Y Label": "Etiqueta Y", + "Y Value": "Valor Y", + "Y Value:": "Valor Y:", + "Y Variable": "Variável Y", + "Y Variable:": "Variável Y:", + "Y Variables": "Variáveis Y", + "Y Variables:": "Variáveis Y:", + "Y Variate:": "Variação Y:", + "Y axis Label Size": "Tamanho da etiqueta do eixo Y", + "Y axis Tick Mark Label Size": "Tamanho da etiqueta da marca do eixo Y", + "Y axis labels": "Etiquetas do eixo Y", + "Y axis labels on right axis": "Etiquetas do eixo Y no eixo direito", + "Y axis tick labels": "Etiquetas de marcação do eixo Y", + "Y axis tick labels on right axis": "Etiquetas de marcação do eixo Y no eixo a direita", + "Y axis tick marks": "Marcas do eixo Y", + "Y label": "Etiqueta Y", + "Y variable": "Variável Y", + "Y-Axis": "Eixo-Y", + "Y-Axis Labels": "Rótulos do Eixo-Y", + "Y-Axis Line": "Linha do Eixo-Y", + "Y-Axis Tick Markers": "Marcadores de Tick Eixo-Y", + "Y-Axis Title": "Título do Eixo-Y", + "Y-Lab Title": "Título do Y-Lab", + "Y-axis": "Eixo-Y", + "Y-axis Options:": "Opções do Eixo-Y:", + "Y-axis Upper:": "Upper Eixo-Y:", + "Year": "ano", + "Year - DOY Plot": "Ano - Gráfico DOY", + "Year - Month - Day": "Ano - Mês - Dia", + "Year As Factor": "Ano como fator", + "Year Columns": "Colunas de Ano", + "Year Columns:": "Colunas do Ano:", + "Year Month Day": "Dia do Mês", + "Year and Day of Year": "Ano e dia do ano", + "Year(4 digit)MonthDay(YEARMODA)": "Ano(4 dígitos)MêsDia (ANOMODA)", + "Year(4-digit)-Month(Full Name)-Day": "Ano(4-dígito)-Mês-Dia (Full Name)-Day", + "Year(4-digit)-Month(abbr)-Day": "Ano(4-dígito)-Mês(abbr)-Dia", + "Year(4-digit)-Month-Day": "Ano(4-dígito)-Dia", + "Year(4-digit)/Month(Full Name)/Day": "Ano(4-dígito)/Mês/Dia", + "Year(4-digit)/Month(abbr)/Day": "Ano(4-dígito)/Mês(abbr)/Dia", + "Year(4-digit)/Month/Day": "Ano(4 dígitos)/mês/Dia", + "Year(4-digit)Doy(Julian)": "Ano(4-dígito)Doy(Julian)", + "Year:": "Ano:", + "Years": "anos", + "Yellow": "Amarelo", + "Yellow-Green": "Amarelo-Verde", + "Yes": "sim", + "YlGn": "YlGn", + "YlGnBu": "YlGnBu", + "YlOrBr": "YlOrBr", + "YlOrRd": "YlOrRd", + "Ylim": "Ylim", + "Zero Values": "Sem Valores", + "Zplot Plot": "Gráfico de Zplot", + "[ ] or": "[ ] ou", + "[^ ] not": "[^ ] não", + "^ begin": "Início ^", + "________": "________", + "__________": "__________", + "aapc": "aapc", + "abs": "abdominais", + "acos": "acos", + "add_na": "adicionar_na_de_", + "age": "idade", + "all": "Todos", + "am": "AM", + "and": "e", + "ang.dev": "ang.dev", + "ang.var": "ang.var", + "animal (f)": "animal (f)", + "annual": "anualmente", + "anon": "ano", + "anova": "anova", + "ansari": "ansari", + "answer (f)": "resposta (f)", + "any": "qualquer", + "anyDup": "nenhum(a)", + "aov": "aov", + "ar": "ar", + "arima": "arima", + "asin": "asin", + "asis": "asis", + "asn": "asn", + "aspect.ratio": "aspecto.ratio", + "asymptotic ": "assíntota ", + "atan": "Tarde", + "atan2": "atãon2", + "atanh": "atanh", + "award_date": "data_de_entrega", + "axis.line": "linha.eixo", + "axis.line.x": "axis.line.x", + "axis.line.y": "axis.line.y", + "axis.text": "axis.text", + "axis.text.x": "axis.text.x", + "axis.text.x.top": "axis.texto.x.top", + "axis.text.y": "axis.text.y", + "axis.text.y.right": "axis.text.y.right", + "axis.ticks": "axis.ticks", + "axis.ticks.length": "axis.ticks.length", + "axis.ticks.x": "axis.ticks.x", + "axis.ticks.y": "axis.ticks.y", + "axis.title": "axis.title", + "axis.title.x": "axis.title.x", + "axis.title.x.top": "axis.title.x.top", + "axis.title.y": "axis.title.y", + "axis.title.y.right": "axis.title.y.right", + "bartels": "bartels", + "bartlett": "sucata", + "beta": "beta", + "between": "entre", + "binary": "binário", + "binom.test": "binom.test", + "boot": "inicialização", + "boundary": "limite", + "boxcox": "boxcox", + "br": "br", + "br2": "br2", + "broken": "Inválido", + "browser (f)": "navegador (f)", + "bu": "bu", + "butt": "coronha", + "bw": "bw", + "by": "Por", + "c( )": "c( )", + "caption": "subtítulo", + "car (f)": "carro (f)", + "cat": "gato", + "cb_safe": "cb_seguro", + "ceiling": "teto", + "children": "filhos", + "chisq": "chisq", + "choose": "Selecionar", + "ci": "ci", + "circular": "circular", + "cividis": "cividis", + "classic": "clássico", + "cloglog": "registros", + "cloud": "nuvem", + "cm": "cm", + "cmh": "ac", + "coefficient": "coeficiente", + "coin (f)": "moeda (f)", + "collapse": "recolher", + "collate": "colarinho", + "color (f)": "cor (f)", + "combine": "combinar", + "confint": "confinamento", + "conover": "conover", + "cont": "cont", + "contract_sector": "setor_contracto", + "contract_title": "título_contracto", + "cor": "cor", + "cos": "mg", + "count": "contar", + "country": "País", + "cov": "cov", + "cp": "cd", + "crc32": "crc32", + "cross": "cruz", + "cs": "cs", + "csmk": "cmalhar", + "csv": "vs", + "cumdist": "cumdist", + "cummax": "cummax", + "cummean": "cummean", + "cummin": "cummin", + "cumsum": "cumsum", + "cv": "sz", + "d": "d", + "d_in_m": "_em_m", + "d_rank": "_rank", + "daily": "diariamente", + "data": "Dados", + "data.frame(data=matrix(data=NA": "data.frame(data=matrix(data=NA", + "date": "Data", + "date_stamp": "date_stamp", + "datetime": "data", + "davies": "margaridas", + "day": "Dia", + "day of the month (01-31)": "dia do mês (01-31)", + "day of the month (1-31)": "dia do mês (1-31)", + "day of the week": "dia da semana", + "days": "Dias", + "death (L)": "morte (L)", + "default": "Padrão", + "deg": "deg", + "degrees": "Graus", + "detect": "detectar", + "dice": "dado", + "died (L)": "morreu (L)", + "diff": "diferença", + "digamma": "digamma", + "distill": "descer", + "distinct": "distinto", + "dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain", + "dlgSetupForDataEntry": "dlgSetupForDataEntry", + "dmy": "Dmy", + "dna (f)": "dna (f)", + "dob (D)": "ponto (D)", + "drop": "derrubar", + "dummy": "boneco", + "duncan": "dilata", + "duplicated": "duplicado", + "durbin": "durbin", + "durbinWatsonTest": "durbinWatsonTest", + "education (f)": "educação (f)", + "ela": "ela", + "employment (f)": "emprego (f)", + "encode ": "codificar ", + "end": "Terminar", + "erlevd": "erlevd", + "exact": "exato", + "exp": "exp", + "expand": "expandir", + "extRemes": "Próximos", + "extract": "extrair", + "extract2": "extrato2", + "eye (f)": "olho (f)", + "fact": "fatos", + "factor": "fator", + "factor ": "fator ", + "fevd": "fevd", + "findpars": "encontrando", + "first": "primeiro(a)", + "fiscal_year": "Ano", + "fisyat": "fisyat", + "fixed": "Fixo", + "fligner": "alinhador", + "floor": "piso", + "frLabels:": "fretiquetas:", + "friedman": "frigorífico", + "gamma": "gamma", + "gender (f)": "gênero (f)", + "glm": "gla", + "glm.nb": "glm.nb", + "glmer": "glmer", + "glmmPQL": "QQLLA", + "gpa": "gpa", + "grade": "nota", + "grade_level (f)": "nível_nota (f)", + "grey": "cinza", + "group (f)": "grupo (f)", + "grpTickLength": "comprimentoTickde", + "hair (f)": "cabelo (f)", + "height": "Altura", + "hour": "hora", + "hours": "horas", + "hydroGOF ": "hidrogênio ", + "identity": "identidade", + "ifelse": "se", + "inches": "polegadas", + "income": "renda", + "indices selected out of": "índices selecionados de", + "inferno": "inferno", + "infreq": "infreq", + "inorder": "inorder", + "inseq": "inseq", + "intercept": "interceptar", + "iq": "iq", + "is false": "é falso", + "is true": "é verdadeiro", + "is.fixedfevd": "é.fixedfevd", + "is.na": "é.na", + "j:": "m:", + "kge": "kge", + "klotz": "lote", + "koziol": "quilo", + "kruskal": "kruskal", + "ks": "kg", + "kurtosis": "kurtosis", + "l()": "l()", + "label": "Etiqueta", + "labelled ": "rotulado ", + "lag": "lag", + "language (f)": "Idioma (f)", + "lanzante": "lanzante", + "last": "último(a)", + "lbeta": "lbeta", + "lbl": "lbl", + "lchoose": "lescolha", + "lda": "lda", + "lead": "conduzir", + "leap": "saltar", + "legend bty": "lenda bty", + "legend.background": "legenda.fundo", + "legend.box.background": "Fundo legend.box.background", + "legend.box.margin": "legend.box.margin", + "legend.box.spacing": "legend.box.spacing", + "legend.key": "legend.key", + "legend.key.height": "legend.key.height", + "legend.key.size": "tamanho.legend.key.size", + "legend.key.width": "legend.key.width", + "legend.margin": "lenda.margem", + "legend.spacing": "legenda.espaçamento", + "legend.spacing.x": "legend.spacing.x", + "legend.spacing.y": "legend.spacing.y", + "legend.text": "legenda.texto", + "legend.text.align": "legend.text.align", + "legend.title": "legend.title", + "legend.title.align": "legend.title.align", + "length": "comprimento", + "letters": "Letras", + "levd": "levd", + "level": "Nível", + "lfact": "lfato", + "lgamma": "lgamma", + "light": "lâmpada", + "likert (o.f)": "likert (o.f)", + "line": "linha", + "linedraw": "cru", + "linkert7 (o.f)": "linkert7 (o.f)", + "lm": "lm", + "lme4": "lme4", + "lmer": "lmer", + "locate": "localizar", + "locate2": "locate2", + "loess": "loess", + "log": "registro", + "log10": "log10", + "log1p": "registro1p", + "log2": "log2", + "logical": "lógico", + "logistic": "logística", + "logit": "logit", + "loglin": "loglin", + "loglm": "loglm", + "lorem_ipsum (c)": "lorem_ipsum (c)", + "lower": "Baixa", + "lowess": "menor", + "lqs": "qs", + "lr.Test": "teste lr.Teste", + "lump": "lump", + "m": "min", + "mNSE": "mNSE", + "m_rank": "mil_rank", + "mad": "louco", + "mae": "mae", + "magma": "magma", + "mantelhaen": "mantefeno", + "mariadb_climsoft_db_v4": "mariadb_climsoft_db_v4", + "mariadb_climsoft_test_db_v4": "teste_climático_marinho_db_v4", + "marital (f)": "civil (f)", + "match": "coincidente", + "math": "matemática", + "mauchly": "mauchly", + "max": "máximo", + "mc": "mc", + "mca": "mca", + "mcnemar": "mnemar", + "md": "ZZ", + "md5": "md5", + "mdy": "minhoca", + "me": "Eu", + "mean": "média", + "median": "mediana", + "medianHL": "medianHL", + "method_type": "tipo_método", + "military (f)": "militar (f)", + "min": "min.", + "minimal": "mínimo", + "minute (00-59)": "minuto (00-59)", + "miss": "falta", + "mk": "mk", + "mm": "MM", + "mm(Large or negative Value)": "mm(Carga ou Valor negativo)", + "mmk ": "mmk ", + "mode": "Modo", + "mode1": "modo1", + "month": "mês", + "month (f)": "mês (f)", + "monthly": "Mensal", + "monthly average": "média mensal", + "months ": "Meses ", + "mood": "humor", + "moving": "movendo", + "movmax": "movmax", + "movmean": "movase", + "movmed": "movido", + "movmin": "movmin", + "movsum": "movsum", + "mse": "minguação", + "murmur32": "murmur32", + "n": "n", + "n:": "n:", + "n_distinct": "n_distinto", + "naapprox": "naapprox", + "naest": "nariz", + "nafill": "predefinição", + "name (c)": "Nome (c)", + "nasplin": "nasplin", + "ncvTest": "teste", + "near": "perto", + "neighbouring average": "média vizinha", + "nlmer": "novato", + "nls": "nls", + "no_bids_considered": "nenhuma_oferta_considerada", + "no_bids_received": "nenhuma_oferta_recebida", + "non miss": "non miss", + "nonadditivity ": "não-adição ", + "normal": "Maior", + "nrmse": "nrmse", + "nth": "n°", + "ntile": "ntile", + "oneway": "oneway", + "or Named Region:": "ou Região Nomeada:", + "or matching values 1 to n": "ou valores correspondentes de 1 a n", + "order": "pedido", + "original_contract_value": "Valor_contrato_original", + "other": "Outro", + "outlierTest": "outlierTeste", + "pad": "tampa", + "pairwise.Prop": "pairwise.Prop", + "pairwise.t": "pairwise.t", + "pairwise.wilcox": "pairwise.wilcox", + "panel.background": "painel.fundo", + "panel.border": "painel.borda", + "panel.grid": "painel.grid", + "panel.grid.major": "painel.grid.major", + "panel.grid.major.x": "painel.grid.major.x", + "panel.grid.major.y": "painel.grid.major.y", + "panel.grid.minor": "painel.grid.minor", + "panel.grid.minor.x": "painel.grid.minor.x", + "panel.grid.minor.y": "painel.grid.minor.y", + "panel.spacing": "painel.espaçamento", + "panel.spacing.x": "painel.spacing.x", + "panel.spacing.y": "painel.spacing.y", + "pbeta": "pbeta", + "pbias": "pbias", + "pbiasfdc": "pbiasfdc", + "pbinom": "batida", + "pbirth": "nascença", + "pchisq": "pchisq", + "pcor ": "cor ", + "percentages": "Porcentagens", + "pet (f)": "pet (f)", + "pettitt ": "pettitt ", + "pf": "PDF", + "pgamma": "pgamma", + "pi": "pi", + "plasma": "plasma", + "plot ": "enredo ", + "plot.background": "plot.fundo", + "plot.caption": "lote.legenda", + "plot.fevd": "lote.fevd", + "plot.margin": "margem.plot.margin", + "plot.subtitle": "plot.legenda", + "plot.title": "plot.title", + "pm": "PM", + "pmax": "pmax", + "pmin": "min", + "pmk ": "pmk ", + "pnbin": "pnbin", + "pnorm": "pnorm", + "points": "Pontos", + "poisson": "poisson", + "political (f)": "política (f)", + "polr": "pol.", + "power.anova": "poder.anova", + "power.prop": "prop.power", + "power.t": "poder.t", + "ppois": "ppois", + "ppr": "ppr", + "precip": "precip", + "predict": "prever", + "prediction": "previsão", + "primary (f)": "primário (f)", + "princomp": "princomp", + "print": "Imprimir", + "print.fevd": "print.fevd", + "probability": "probabilidade", + "probit": "Sondar", + "procurement_category": "categoria_compra", + "procuring_authority": "autoridade_procuração", + "prop": "prop", + "prop.test": "teste.proxer", + "prop.trend": "prop.trend", + "propn": "propn", + "proportion": "proporção", + "pscore": "pontuação", + "pt": "PTA", + "q-Gram Distance": "Distância q-Gram", + "q1": "q1", + "q3": "q3", + "qbeta": "qbeta", + "qbinom": "qbinom", + "qbirth": "qbirth", + "qchisq": "qchisq", + "qda": "qda", + "qf": "qf", + "qgamma": "qgamma", + "qnbin": "qnbin", + "qnorm": "qnorm", + "qpois": "qpois", + "qq": "qq", + "qt": "qt", + "quade": "quadês", + "quadrant": "quadrante", + "qual": "qual", + "quantile": "quantidade", + "quarter": "trimestre", + "rNSE": "rNSE", + "rPearson": "rPearson", + "rSD": "rSD", + "r_rank": "r_classificação", + "race (f)": "raça (f)", + "rad": "radial", + "radians": "radianos", + "rain days": "dias de chuva", + "range": "range", + "rd": "RD", + "reciprocal": "recíproca", + "recode": "volta", + "rect": "recriar", + "regex": "regex", + "region": "região", + "relevel": "renível", + "religion (f)": "religião (f)", + "remove": "Remover", + "remove2": "remover2", + "reorder": "reordenar", + "rep": "PRO", + "replace": "substituir", + "replace2": "substituir2", + "residuals": "residuais", + "reverse": "inverter", + "rho": "rho", + "rlm": "rlu", + "rmse": "rmse", + "round": "arredonde", + "row(s)": "linha(s)", + "rrod ": "ruidosa ", + "rsd": "rsd", + "rsr": "rsr", + "sat": "sábio", + "savage": "selvagem", + "scheffe": "scheffe", + "sd": "sd", + "seasonal average": "média sazonal", + "sec": "seg.", + "second (00-59)": "segundo (00-59)", + "seconds": "segundos", + "segmented": "segmentado", + "selected variable": "variável selecionada", + "sens ": "sens ", + "sentence (c)": "frase (c)", + "seq": "seg", + "sex (f)": "sexo (f)", + "sex_inclusive (f)": "sex_inclusivo (f)", + "sha1": "sha1", + "sha256": "sha256", + "sha512": "sha512", + "shapiro": "Shapiro", + "shift": "turno", + "short": "curto", + "shuffle": "Aleatório", + "siginf": "seg", + "sign": "sinal", + "signature_date": "data_de_assinatura", + "sin": "pecado", + "skew": "skew", + "slope": "inclinação", + "smk ": "smk ", + "smokes (L)": "Fumaças (L)", + "snh ": "snh ", + "sort": "ordenar", + "spearman": "lança", + "specify1": "espécie1", + "specify2": "especifica2", + "specify3": "espécie3", + "speed": "velocidade", + "spline": "spline", + "split": "dividir", + "sqrt": "sqrt", + "square": "quadrado", + "squish ": "quadrado ", + "ssens ": "ssens ", + "ssq": "seg", + "starts": "início", + "state (f)": "estado (f)", + "stats": "Estatísticas", + "string (c)": "string (c)", + "strip.background": "strip.background", + "strip.placement": "localização_strip", + "strip.switch.pad.grid": "strip.switch.pad.grid", + "strip.switch.pad.wrap": "strip.switch.pad.brap", + "strip.text": "strip.text", + "strip.text.x": "strip.text.x", + "strip.text.y": "strip.text.y", + "sub.title": "legendas.title", + "sum": "sum", + "summary": "summary", + "summary.fevd": "summary.fevd", + "sunh": "sol", + "sunshine hours": "horas de sol", + "swap Parameters": "trocar parâmetros", + "t": "t", + "taha": "taha", + "tall": "alta", + "tan": "tan", + "text": "Texto", + "time": "Horário", + "title": "Título", + "tmax": "tmax", + "tmin": "tmin", + "to": "para", + "tr": "tr", + "trigamma": "trigamma", + "trim": "Aparar", + "trunc": "trunc", + "unknown": "desconhecido", + "upper": "superior", + "upper (c)": "superior (c)", + "v3.0 Daily Rainfall": "v3.0 Chuva Diária", + "v3.0 Dekadal Rainfall": "v3.0 Dekadal Rainfall", + "v3.0 Monthly Rainfall": "v3.0 Chuva Mensal", + "v3.0 Monthly Rainfall (Calculated)": "v3.0 Chuva Mensal (Calculada)", + "v3.1 Daily Rainfall": "v3.1 Chuva Diária", + "v3.1 Daily Rainfall Complete (Filled)": "v3.1 - Construção da Chuva Diária (Preenchida)", + "v3.1 Dekadal Rainfall": "v3.1 Dekadal Rainfall", + "v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 - Chuva do Dekadal Completa (Preenchida)", + "v3.1 Monthly Rainfall": "v3.1 Chuva Mensal", + "v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Final da Chuva Mensal (Preenchido)", + "valid (L)": "valid (L)", + "var": "vc", + "variable": "Variável", + "vcov": "vcov", + "viridis": "viridis", + "von_mises": "von_mises", + "vonmises": "vonmises", + "waerden": "waerden", + "wakefield::r_data_theme(n = 100": "wakefield::r_data_theme(n = 100", + "waller ": "carteira ", + "wd": "wd", + "wday": "no", + "when": "Quando", + "which": "que", + "wilcox": "wilcox", + "wilcoxsign": "wilcoxsign", + "winner_country": "país_vencedor", + "winner_name": "nome_vencedor", + "wrappednormal": "embrulhado", + "ws": "ww", + "xxhash32": "xxhash32", + "xxhash64": "xxhash64", + "yday": "yday", + "year": "Ano", + "ymd": "ymd" } \ No newline at end of file diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db index 805790e9979..005f72de2a6 100644 Binary files a/instat/translations/rInstatTranslations.db and b/instat/translations/rInstatTranslations.db differ diff --git a/instat/translations/sw/sw_r_instat_menus.json b/instat/translations/sw/sw_r_instat_menus.json index 818a954e09a..dc3a43fde0c 100644 --- a/instat/translations/sw/sw_r_instat_menus.json +++ b/instat/translations/sw/sw_r_instat_menus.json @@ -1,431 +1,444 @@ { - " Column Metadata...": " Metadata ya safu wima ...", - " Data Frame Metadata...": " Metadata ya Sura ya Takwimu ...", - " Log Window...": " Ingia Dirisha ...", - " Script Window...": " Dirisha la Hati ...", - "&Copy": "& Nakili", - "&Open": "& Fungua", - "&Paste": "& Bandika", - "&Save": "& Hifadhi", - "ANOVA General...": "ANOVA Mkuu ...", - "About R": "Kuhusu R", - "About R-Instat": "Kuhusu R-Instat", - "Acknowledgements": "Shukrani", - "Add Comment...": "Ongeza Maoni ...", - "Add Key...": "Ongeza Ufunguo ...", - "Add Link...": "Ongeza Kiungo ...", - "Additional": "Ziada", - "Annual Rainfall...": "Mvua ya mvua ...", - "Anonymise ID Column...": "Safu ya kitambulisho cha kutokujulikana ...", - "Append Data Frames...": "Tuma Kiunzi cha Takwimu ...", - "Append...": "Kiambatisho ...", - "Augment...": "Kuongeza ...", - "Bar Chart...": "Chati ya Baa ...", - "Boxplot...": "Sanduku la sanduku ...", - "CM SAF": "CM SAF", - "Calculate Corruption Risk Index (CRI)...": "Hesabu Kiashiria cha Hatari ya Rushwa (CRI) ...", - "Calculate DIfference Between Options...": "Hesabu Ujenzi Kati ya Chaguzi ...", - "Calculation...": "Hesabu ...", - "Calculator...": "Kikokotoo ...", - "Canonical Correlations...": "Uhusiano wa Kikanoni ...", - "Case Study Guide": "Mwongozo wa Uchunguzi", - "Categorical": "Kikundi", - "Change Format Day Month...": "Badilisha Mfumo wa Siku ya Umbizo ...", - "Check Data": "Angalia Takwimu", - "Check Station Locations...": "Angalia Maeneo ya Kituo ...", - "Check for Updates...": "Angalia vilivyojiri vipya...", - "Chi-square Test...": "Mtihani wa mraba mraba ...", - "Circlize...": "Zungusha ...", - "Circular": "Mviringo", - "Circular Plots...": "Viwanja vya Mviringo ...", - "Circular...": "Mviringo ...", - "Clear Output Window...": "Futa Dirisha la Pato ...", - "Cliboxplot...": "Cliboxplot ...", - "Climate Methods": "Mbinu za Hali ya Hewa", - "Climatic": "Hali ya hewa", - "Climatic Menu": "Menyu ya hali ya hewa", - "Climatic Summaries...": "Muhtasari wa hali ya hewa ...", - "Climatic...": "Hali ya hewa ...", - "Climdex...": "Climdex ...", - "Cliplot...": "Cliplot ...", - "Close Data Book": "Funga Kitabu cha Takwimu", - "Colour by Property...": "Rangi kwa Mali ...", - "Column Metadata": "Metadata ya safu wima", - "Column Structure...": "Muundo wa safu wima ...", - "Column Summaries...": "Muhtasari wa safu wima ...", - "Column: Calculate": "Safuwima: Hesabu", - "Column: Date": "Safuwima: Tarehe", - "Column: Define": "Safuwima: Fafanua", - "Column: Factor": "Safuwima: Sababu", - "Column: Text": "Safuwima: Nakala", - "Combine Factors...": "Unganisha Mambo ...", - "Combine Graphs...": "Unganisha Grafu ...", - "Combine...": "Unganisha ...", - "Compare": "Linganisha", - "Compare Columns...": "Linganisha Nguzo ...", - "Compare Models": "Linganisha mifano", - "Compare Models...": "Linganisha Mifano ...", - "Compare Multiple Options...": "Linganisha Chaguzi Nyingi ...", - "Compare Two Options...": "Linganisha Chaguzi Mbili ...", - "Conditional Quantiles...": "Vipimo vya Masharti ...", - "Contrasts...": "Tofauti ...", - "Conversions...": "Mabadiliko ...", - "Convert Columns...": "Badilisha safu wima ...", - "Convert To Factor...": "Badilisha kuwa Kiini ...", - "Convert...": "Badilisha ...", - "Copy": "Nakili", - "Copy Data Frame...": "Nakili Fremu ya Takwimu ...", - "Copy Special": "Nakili Maalum", - "Correlations (Red Flags or others)...": "Uhusiano (Bendera Nyekundu au wengine) ..", - "Correlations...": "Uhusiano ...", - "Corruption Risk Index": "Kielelezo cha Hatari ya Rushwa", - "Count Records...": "Hesabu Rekodi ...", - "Count in Factor...": "Hesabu kwa Sababu ...", - "Create Climate Object...": "Unda Kitu cha Hali ya Hewa ...", - "Crop": "Mazao", - "Crop Coefficients...": "Coefficients ya Mazao ...", - "Crops...": "Mazao ...", - "Cummulative Exceedance...": "Kuzidi kuongezeka ...", - "Cumulative Distribution...": "Usambazaji wa Jumla ...", - "Cumulative/Exceedance Graph...": "Jumla / Grafu ya Kuzidi ...", - "Cut": "Kata", - "Daily Data Entry...": "Uingizaji wa Takwimu za Kila Siku ...", - "Data Frame": "Sura ya Takwimu", - "Data Frame Metadata": "Metadata ya Sura ya Takwimu", - "Data Frame Metadata...": "Metadata ya Sura ya Takwimu ...", - "Data Manipulation": "Udhibiti wa Takwimu", - "Data Object": "Kitu cha Takwimu", - "Data Reshape": "Kurekebisha Takwimu", - "Data View": "Mtazamo wa Takwimu", - "Data View (Spreadsheet)": "Mwonekano wa Takwimu (Lahajedwali)", - "Datasets": "Hifadhidata", - "Dates": "Tarehe", - "Day Month...": "Mwezi wa Siku ...", - "Define Climatic Data...": "Fafanua Takwimu za Hali ya Hewa ...", - "Define Contract Value Categories...": "Fafanua Jamii za Thamani ya Mkataba ...", - "Define Corruption Risk Output Variables...": "Fafanua Viashiria vya Pato la Hatari ya Rushwa ..", - "Define Options by Context Data...": "Fafanua Chaguzi kwa Takwimu za Muktadha ...", - "Define Procurement Data...": "Fafanua Takwimu za Ununuzi ...", - "Define Red Flag Variables...": "Fafanua Vigeuzi vya Bendera Nyekundu ...", - "Define...": "Fafanua ...", - "Delete Columns/Rows...": "Futa Safu wima / Safu mlalo ...", - "Delete Data Frames...": "Futa fremu za data ...", - "Delete Metadata...": "Futa Metadata ...", - "Delete...": "Futa ...", - "Density Plot...": "Njama ya Uzito ...", - "Describe": "Eleza", - "Display DOY of Year...": "Onyesha DOY ya Mwaka ...", - "Display Daily...": "Onyesha Kila Siku ...", - "Display Rain Running Total...": "Onyesha Mbio za Mvua Jumla ...", - "Display Spell Length...": "Onyesha Urefu wa Taha ...", - "Display Top N...": "Onyesha Juu N ...", - "Distance...": "Umbali ...", - "Dot Plot...": "Dot Njama ...", - "Dummy Variables...": "Vigezo vya Dummy ...", - "Duplicate Column...": "Nakala ya Nakala ...", - "Duplicates...": "Nakala rudufu ...", - "Edit": "Hariri", - "End of Rain...": "Mwisho wa Mvua ...", - "End of Rains...": "Mwisho wa Mvua ...", - "Enter...": "Ingiza ...", - "Evaporation": "Uvukizi", - "Evapotranspiration...": "Evapotranspiration ...", - "Exact Results...": "Matokeo Halisi ...", - "Examine...": "Chunguza ...", - "Exit": "Utgång", - "Export": "Hamisha", - "Export CPT to Tabular...": "Hamisha CPT kwa Tabular ...", - "Export Dataset...": "Hamisha Hifadhidata ...", - "Export Graph As Image...": "Hamisha Grafu kama Picha ...", - "Export R Objects...": "Hamisha Vitu vya R ...", - "Export R Workspace...": "Hamisha nafasi ya kazi R ...", - "Export To OpenRefine...": "Hamisha Ili Kufafanua ...", - "Export for PICSA...": "Hamisha kwa PICSA ...", - "Export to CM SAF R Toolbox...": "Hamisha kwa sanduku la zana la CM SAF R ..", - "Export to CPT...": "Hamisha kwa CPT ...", - "Export to World Weather Records...": "Hamisha kwa Rekodi za Hali ya Hewa Duniani ...", - "Extreme Events...": "Matukio mabaya ...", - "Extremes...": "Uliokithiri ...", - "Factor Data Frame...": "Kiunzi cha Takwimu ...", - "File": "Faili", - "Fill Date Gaps...": "Jaza Mapengo ya Tarehe ...", - "Fill Missing Values...": "Jaza Thamani Zilizokosekana ...", - "Filter by Country (or other)...": "Chuja kwa Nchi (au nyingine) ...", - "Filter...": "Chuja ...", - "Find": "Pata", - "Find Next": "Pata Ifuatayo", - "Find/Replace...": "Tafuta / Badilisha ...", - "Fit Model": "Mfano wa Kufaa", - "Fit Model Keyboard...": "Kibodi ya Model ya Fit ...", - "Fit Model...": "Mfano wa Kufaa ...", - "Four Variables...": "Vigeuzi vinne ...", - "Freeze Columns...": "Gandisha Safu wima ...", - "Frequencies...": "Masafa ...", - "Frequency Tables...": "Meza za masafa ...", - "General": "Mkuu", - "General Fit Model...": "Mfano Mkuu wa Fit ...", - "General Summaries...": "Muhtasari Mkuu ...", - "General...": "Mkuu ...", - "Generate Dates...": "Zalisha Tarehe ...", - "Getting Started": "Kuanza", - "Glance...": "Mtazamo ...", - "Glossary": "Kamusi", - "Goodness of Fit...": "Wema wa Fit ...", - "Graph...": "Grafu ...", - "Graphics": "Picha", - "Graphics...": "Picha ...", - "Guides": "Miongozo", - "He&lp": "Yeye & lp", - "Heat Sum...": "Joto Jumla ...", - "Help": "Msaada", - "Hide/Show Columns...": "Ficha / Onyesha nguzo ...", - "Hide/Show Data Frames...": "Ficha / Onyesha fremu za data ...", - "Histogram...": "Historia ...", - "History and FAQ": "Historia na Maswali Yanayoulizwa Sana", - "Homogenization...": "Uboreshaji ...", - "Hypothesis Tests Keyboard...": "Kibodi ya Mtihani wa Hypothesis ...", - "Import From CLIDATA...": "Ingiza Kutoka CLIDATA ...", - "Import From Databases...": "Ingiza Kutoka kwa Hifadhidata ...", - "Import From OpenRefine...": "Leta Kutoka kwa OpenRefine ...", - "Import and Tidy NetCDF File...": "Ingiza na Usafi Faili ya NetCDF ...", - "Import and Tidy NetCDF...": "Ingiza na Usafi NetCDF ...", - "Import and Tidy Shapefile...": "Ingiza na Safisha Sura ya Faili ...", - "Import daily Data...": "Ingiza Takwimu za kila siku ...", - "Import from CDS (Climate Data Store)...": "Ingiza kutoka kwa CDS (Duka la Takwimu za Hali ya Hewa) ...", - "Import from Climsoft Wizard...": "Ingiza kutoka kwa Mchawi wa Climsoft ...", - "Import from Climsoft...": "Ingiza kutoka Climsoft ...", - "Import from IRI Data Library...": "Ingiza kutoka kwa Maktaba ya Takwimu ya IRI ...", - "Indices...": "Fahirisi ...", - "Insert Columns/Rows...": "Ingiza safu wima / safu mlalo ...", - "Install R Package...": "Sakinisha Kifurushi R ...", - "Instructional videos": "Video za kufundishia", - "Introduction": "Utangulizi", - "Inventory...": "Hesabu ...", - "Jitter...": "Jitter ...", - "Keys and Links": "Funguo na Viungo", - "Length of Season...": "Urefu wa Msimu ...", - "Levels/Labels...": "Viwango / Lebo ...", - "Licence...": "Leseni ...", - "Line Plot...": "Njia ya Mstari ...", - "Load Options...": "Chaguzi za Kupakia ...", - "Log Linear...": "Ingia Linear ...", - "Log Window": "Ingia Dirisha", - "Low_Flow": "Low_Flow", - "Make Date...": "Tengeneza Tarehe ...", - "Make Factor...": "Jenga mambo ...", - "Make Time...": "Tengeneza Muda ...", - "Map Country Values...": "Ramani Thamani za Nchi ...", - "Map...": "Ramani ...", - "Mapping": "Ramani", - "Markov Modelling...": "Utengenezaji wa Markov ...", - "Match...": "Mechi...", - "Menus and Dialogs": "Menyu na Mazungumzo", - "Merge Additional Data...": "Unganisha Takwimu za Ziada ...", - "Merge...": "Unganisha ...", - "Meta Data": "Takwimu za Meta", - "Metadata...": "Metadata ...", - "Missing Data Table...": "Jedwali la Takwimu halipo ...", - "Missing Data...": "Imekosa Takwimu ...", - "Missing Values...": "Kukosa Thamani ...", - "Model": "Mfano", - "Model...": "Mfano ...", - "Monthly Summaries...": "Muhtasari wa kila mwezi ...", - "More...": "Zaidi ...", - "Mosaic Plot...": "Njama ya Musa ...", - "Multiple Response...": "Jibu Nyingi ...", - "Multivariate": "Multivariate", - "Multple Lines...": "Mistari mingi ...", - "NCMP": "NCMP", - "New Data Frame...": "Sura Mpya ya Takwimu ...", - "New Worksheet...": "Karatasi Mpya ya Kazi ...", - "No data loaded": "Hakuna data iliyopakiwa", - "Non Parameteric One Way ANOVA...": "Njia isiyo ya njia moja ya ANOVA ...", - "Non Parametric Two Samples...": "Sampuli mbili zisizo za kigezo ...", - "Non Parametric Two Way ANOVA...": "Njia isiyo ya njia mbili ANOVA ...", - "Non Parametric...": "Yasiyo ya kigezo ...", - "Non-numeric Cases...": "Kesi zisizo za nambari ...", - "Numeric": "Nambari", - "One Variable": "Moja Mbadala", - "One Variable Frequencies...": "Masafa Moja yanayobadilika ..", - "One Variable Graph...": "Grafu Moja inayobadilika ...", - "One Variable Summarise...": "Muhtasari Moja Mbadala ...", - "One Variable...": "Moja Mbadala ...", - "One Way ANOVA...": "Njia Moja ANOVA ...", - "Open From CSPRO...": "Fungua Kutoka CSPRO ...", - "Open From File...": "Fungua Kutoka Faili ...", - "Open From Library...": "Fungua Kutoka Maktaba ...", - "Open From ODK...": "Fungua Kutoka ODK ...", - "Open SST...": "Fungua SST ...", - "Open from file...": "Fungua kutoka faili ...", - "Open from library...": "Fungua kutoka maktaba ...", - "Options by Context": "Chaguzi kwa Muktadha", - "Options by Context Menu": "Chaguzi kwa Menyu ya Muktadha", - "Options by Context...": "Chaguzi kwa Muktadha ...", - "Options...": "Chaguzi ...", - "Other (General)": "Nyingine (Jumla)", - "Other (One Variable)": "Nyingine (Moja Mbadala)", - "Other (Three Variable)": "Nyingine (Tatu Mbadala)", - "Other (Two Variables)": "Nyingine (Vigezo Mbili)", - "Other Rose Plots": "Viwanja vingine vya Rose", - "Output Window": "Dirisha la Pato", - "Output for CDT...": "Pato la CDT ...", - "Output for CPT...": "Pato la CPT ...", - "PICSA": "PICSA", - "Parallel Coordinate Plot...": "Mradi Sambamba wa Kuratibu ...", - "Paste": "Bandika", - "Penman...": "Penman ...", - "Permute Columns...": "Ruhusu nguzo ...", - "Plot Region...": "Mkoa wa Njama ...", - "Plotly...": "Kwa mpango ...", - "Polynomials...": "Wanaume wengi ...", - "Prepare": "Andaa", - "Prepare to Share (sdc package)...": "Jitayarishe kushiriki (kifurushi cha sdc) ...", - "Principal Components...": "Sehemu kuu ...", - "Print Preview...": "Hakiki ya Kuchapisha ...", - "Print...": "Chapisha ...", - "Probability Distributions": "Usambazaji wa Uwezekano", - "Process...": "Mchakato ...", - "Procurement": "Ununuzi", - "Procurement Menu": "Menyu ya Manunuzi", - "Procurement...": "Ununuzi ...", - "Protect Column...": "Linda safu wima ...", - "QC Rainfall...": "Mvua ya QC ...", - "QC Temperatures...": "Joto la QC ...", - "R Objects": "Vitu vya R", - "R Packages and Commands...": "Vifurushi na Amri ...", - "R Viewer...": "Mtazamaji ...", - "R packages in R-Instat": "Vifurushi R katika R-Instat", - "R-Instat": "R-Instat", - "R-Instat website": "Tovuti ya R-Instat", - "Rain Count...": "Hesabu ya Mvua ...", - "Rainfall Graph...": "Grafu ya mvua ...", - "Rainfall...": "Mvua ...", - "Rains Statistics...": "Takwimu za Mvua ...", - "Random Samples (Use Model)...": "Sampuli Isiyobadilika (Tumia Mfano) ...", - "Random Samples...": "Sampuli zisizobadilika ...", - "Random Subset...": "Sehemu Isiyo na Mpangilio ...", - "Rank...": "Cheo ...", - "Rating Data...": "Takwimu za Ukadiriaji ...", - "Recent": "Hivi majuzi", - "Recode Factor...": "Rejea Sababu ...", - "Recode Numeric into Quantiles...": "Panga tena Nambari kwenye Vipimo ...", - "Recode Numeric...": "Soma tena Nambari ...", - "Reference Level...": "Kiwango cha Marejeleo ...", - "Region Average...": "Wastani wa Mkoa ...", - "Regression...": "Ukandamizaji ...", - "Regular Sequence...": "Mlolongo wa Kawaida ...", - "Rename Column...": "Badilisha jina la Safu wima ...", - "Rename Data Frame...": "Badilisha jina la Fremu ya Takwimu ...", - "Rename Metadata...": "Badili jina Metadata ...", - "Rename...": "Badilisha jina ...", - "Reorder Columns...": "Panga tena Safu wima ...", - "Reorder Data Frames...": "Panga upya Muafaka wa Takwimu ...", - "Reorder Levels...": "Panga Viwango ...", - "Reorder Metadata...": "Panga tena Metadata ...", - "Reorder...": "Panga upya ...", - "Replace": "Badilisha", - "Replace Values...": "Badilisha Thamani ...", - "Reset to Default Layout": "Rudisha kwa Mpangilio Chaguo-msingi", - "Restart R": "Anzisha upya R", - "Row Numbers/Names...": "Nambari za Safu / Majina ...", - "Row Summaries...": "Muhtasari wa Mistari ...", - "Rug Plot...": "Mpango wa Raga ...", - "Run All": "Endesha Zote", - "Run R Code...": "Endesha Nambari R ...", - "SPI/SPEI...": "SPI / SPEI ...", - "Save As": "Okoa Kama", - "Save Current Options...": "Hifadhi Chaguzi za Sasa ...", - "Save Data As...": "Hifadhi Data Kama ...", - "Save Log As...": "Hifadhi Ingia Kama ...", - "Save Output As...": "Hifadhi Pato Kama ...", - "Save Script As...": "Hifadhi Hati Kama ...", - "Save...": "Hifadhi ...", - "Scatter Plot...": "Kiwanja cha kutawanya ...", - "Scatterplot...": "Sehemu ya kutawanya ...", - "Script Window": "Dirisha la Hati", - "Script Window...": "Dirisha la Hati ...", - "Seasonal Forecast Support": "Msaada wa Utabiri wa Msimu", - "Seasonal Plot...": "Mpango wa msimu ...", - "Seasonal Summary Rain...": "Muhtasari wa Msimu Mvua ...", - "Seasonal Summary...": "Muhtasari wa Msimu ...", - "Select All ": "Chagua Zote ", - "Set Factor Reference Level...": "Weka Kiwango cha Marejeleo ya Kiwango ...", - "Setup for Data Entry...": "Sanidi kwa Uingizaji Data ...", - "Shift Daily Data...": "Shift Data ya Kila Siku ...", - "Show Model...": "Onyesha Mfano ...", - "Simple Regression...": "Ukandamizaji rahisi ...", - "Simple With Groups...": "Rahisi na Vikundi ...", - "Site...": "Tovuti ...", - "Sort...": "Panga ...", - "Specific": "Maalum", - "Spells...": "Inaelezea ...", - "Split...": "Kugawanyika ...", - "Stack Daily data...": "Stack data ya kila siku ...", - "Stack...": "Kikundi ...", - "Start": "Anza", - "Start of Rain...": "Kuanza kwa Mvua ...", - "Start of the Rains...": "Kuanza kwa Mvua ...", - "Structured": "Iliyoundwa", - "Structured Menu": "Menyu Iliyoundwa", - "Subset...": "Sehemu ndogo ...", - "Summaries...": "Muhtasari ...", - "Summarise CRI by Country (or other)...": "Fupisha CRI kwa Nchi (au nyingine) ...", - "Summarise Red Flags by Country (or other)...": "Fupisha Bendera Nyekundu kwa Nchi (au nyingine) ...", - "Summarise Red Flags by Country and Year (or other)...": "Fupisha Bendera Nyekundu kwa Nchi na Mwaka (au nyingine) ...", - "Summarise...": "Fupisha ...", - "Summary Data...": "Takwimu za Muhtasari ...", - "Summary Tables...": "Majedwali ya muhtasari ...", - "Summary...": "Muhtasari ...", - "Sunshine/Radiation...": "Mwanga wa jua / Mionzi ...", - "Survival": "Kuokoka", - "Swap Data and Metadata": "Badilisha Data na Metadata", - "Tabulation...": "Kuhesabu ...", - "Taylor Diagram...": "Mchoro wa Taylor ...", - "Temperature...": "Joto ...", - "Themes...": "Mada ...", - "Three Summaries...": "Mihtasari mitatu ...", - "Three Variables": "Vigezo vitatu", - "Three Variables...": "Vigezo vitatu ...", - "Tidy Daily Data...": "Takwimu safi kila siku ...", - "Tidy and Examine": "Nadhifu na Chunguza", - "Tidy...": "Nadhifu ...", - "Time Series": "Mfululizo wa Saa", - "Time Series Plot...": "Mpango wa Mfululizo wa Saa ...", - "Timeseries...": "Vyakula vya nyakati ...", - "Tools": "Zana", - "Transform...": "Badilisha ...", - "Transpose...": "Kubadilisha ...", - "Treemap...": "...", - "Trend Graphs...": "Grafu za Mwenendo ...", - "Two Samples...": "Sampuli mbili ...", - "Two Variable Frequencies by Sector (or other)...": "Masafa mawili yanayobadilika na Sekta (au nyingine) ..", - "Two Variables": "Vigezo viwili", - "Two Variables...": "Vigezo viwili ...", - "Unstack Daily Data...": "Fungua Takwimu za Kila Siku ...", - "Unstack...": "Fungua ...", - "Unused Levels...": "Ngazi zisizotumiwa ...", - "Use Award Date (or other)...": "Tumia Tarehe ya Tuzo (au nyingine) ...", - "Use Date...": "Tumia Tarehe ...", - "Use Graph...": "Tumia Grafu ...", - "Use Model": "Tumia Mfano", - "Use Model Keyboard...": "Tumia Kibodi ya Mfano ...", - "Use Summaries...": "Tumia Muhtasari ...", - "Use Time...": "Tumia Muda ...", - "Variables": "Vigezo", - "Variogram...": "Mchanganyiko ...", - "View": "Angalia", - "View Data...": "Angalia Takwimu ...", - "View Graph...": "Tazama Grafu ...", - "View Labels...": "Angalia Lebo ...", - "View and Remove Keys...": "Tazama na uondoe Funguo ...", - "View and Remove Links...": "Tazama na uondoe Viungo ...", - "View...": "Angalia ...", - "Visualise Data...": "Taswira ya Takwimu ...", - "Water Balance...": "Usawa wa Maji ...", - "Water Satisfaction Index...": "Kielelezo cha Kuridhika kwa Maji ...", - "Wind Rose...": "Upepo Rose ...", - "Wind Speed/Direction...": "Kasi ya Upepo / Mwelekeo ...", - "Wind/Pollution Rose...": "Upepo / Uchafuzi umeongezeka ...", - "Windows": "Madirisha", - "Windrose...": "Windrose ..." + " Column Metadata...": " Metadata ya safu wima ...", + " Data Frame Metadata...": " Metadata ya Sura ya Takwimu ...", + " Log Window...": " Ingia Dirisha ...", + " Script Window...": " Dirisha la Hati ...", + "&Copy": "& Nakili", + "&Open": "& Fungua", + "&Paste": "& Bandika", + "&Save": "& Hifadhi", + "ANOVA General...": "ANOVA Jumla...", + "About R": "Kuhusu R", + "About R-Instat": "Kuhusu R-Instat", + "Acknowledgements": "Shukrani", + "Add Comment...": "Ongeza Maoni ...", + "Add Key...": "Ongeza Ufungu...", + "Add Link...": "Ongeza Kiungo ...", + "Additional": "Ziada", + "Annual Rainfall...": "Mvua kwa mwaka...", + "Anonymise ID Column...": "Safu ya kitambulisho cha kutokujulikana ...", + "Append Data Frames...": "Ambatanisha Kiunzi cha Takwimu...", + "Append...": "Ambatanisha...", + "Augment...": "Kuongeza ...", + "Bar Chart...": "Chati Pau...", + "Boxplot...": "Boxplot...", + "CM SAF": "CM SAF", + "Calculate Corruption Risk Index (CRI)...": "Hesabu Kiashiria cha Hatari ya Rushwa (CRI) ...", + "Calculate DIfference Between Options...": "Hesabu Ujenzi Kati ya Chaguzi ...", + "Calculation...": "Hesabu ...", + "Calculator...": "Kikokotoo ...", + "Canonical Correlations...": "Uhusiano wa Kikanoni ...", + "Case Study Guide": "Mwongozo wa Uchunguzi", + "Categorical": "Kategoria", + "Change Format Day Month...": "Badilisha Mfumo wa Siku Mwezi...", + "Check Data": "Angalia Takwimu", + "Check Station Locations...": "Angalia Maeneo ya Kituo...", + "Check for Updates...": "Angalia vilivyojiri vipya...", + "Chi-square Test...": "Jaribio la Chi-square...", + "Circlize...": "Zungusha ...", + "Circular": "Mviringo", + "Circular Plots...": "Viwanja vya Mviringo ...", + "Circular...": "Mviringo ...", + "Clear Output Window...": "Futa Dirisha la Pato ...", + "Cliboxplot...": "Cliboxplot ...", + "Climate Methods": "Mbinu za Hali ya Hewa", + "Climatic": "Hali ya hewa", + "Climatic Menu": "Menyu ya hali ya hewa", + "Climatic Summaries...": "Muhtasari wa hali ya hewa ...", + "Climatic...": "Hali ya hewa ...", + "Climdex...": "Climdex ...", + "Cliplot...": "Cliplot ...", + "Close Data Book": "Funga Kitabu cha Takwimu", + "Colour by Property...": "Rangi kwa Mali ...", + "Column Metadata": "Metadata ya safu wima", + "Column Structure...": "Muundo wa safu wima ...", + "Column Summaries...": "Muhtasari wa safu wima ...", + "Column: Calculate": "Safuwima: Hesabu", + "Column: Date": "Safuwima: Tarehe", + "Column: Define": "Safuwima: Fafanua", + "Column: Factor": "Safuwima: Nambari Kamilifu", + "Column: Text": "Safuwima: Nakala", + "Combine Factors...": "Unganisha Mambo ...", + "Combine Graphs...": "Unganisha Grafu ...", + "Combine...": "Unganisha ...", + "Compare": "Linganisha", + "Compare Columns...": "Linganisha Nguzo ...", + "Compare Models": "Linganisha mifano", + "Compare Models...": "Linganisha Mifano ...", + "Compare Multiple Options...": "Linganisha Chaguzi Nyingi ...", + "Compare Two Options...": "Linganisha Chaguzi Mbili ...", + "Conditional Quantiles...": "Vipimo vya Masharti ...", + "Contrasts...": "Tofauti ...", + "Conversions...": "Mabadiliko ...", + "Convert Columns...": "Badilisha safu wima ...", + "Convert To Factor...": "Badilisha kuwa Kiini ...", + "Convert...": "Badilisha ...", + "Copy": "Nakili", + "Copy Data Frame...": "Nakili Fremu ya Takwimu ...", + "Copy Special": "Nakili Maalum", + "Correlations (Red Flags or others)...": "Uhusiano (Bendera Nyekundu au wengine) ..", + "Correlations...": "Uhusiano ...", + "Corruption Risk Index": "Kielelezo cha Hatari ya Rushwa", + "Count Records...": "Hesabu Rekodi ...", + "Count in Factor...": "Hesabu kwa Sababu ...", + "Create Climate Object...": "Unda Kitu cha Hali ya Hewa ...", + "Crop": "Mazao", + "Crop Coefficients...": "Coefficients ya Mazao ...", + "Crops...": "Mazao ...", + "Cummulative Exceedance...": "Kuzidi kuongezeka ...", + "Cumulative Distribution...": "Usambazaji wa Jumla ...", + "Cumulative/Exceedance Graph...": "Jumla / Grafu ya Kuzidi ...", + "Cut": "Kata", + "Daily Data Entry...": "Uingizaji wa Takwimu za Kila Siku ...", + "Data Frame": "Sura ya Takwimu", + "Data Frame Metadata": "Metadata ya Sura ya Takwimu", + "Data Frame Metadata...": "Metadata ya Sura ya Takwimu ...", + "Data Manipulation": "Udhibiti wa Takwimu", + "Data Object": "Kitu cha Takwimu", + "Data Reshape": "Kurekebisha Takwimu", + "Data View": "Mtazamo wa Takwimu", + "Data View (Spreadsheet)": "Mwonekano wa Takwimu (Lahajedwali)", + "Datasets": "Hifadhidata", + "Dates": "Tarehe", + "Day Month...": "Mwezi wa Siku ...", + "Define Climatic Data...": "Fafanua Takwimu za Hali ya Hewa ...", + "Define Contract Value Categories...": "Fafanua Jamii za Thamani ya Mkataba ...", + "Define Corruption Risk Output Variables...": "Fafanua Viashiria vya Pato la Hatari ya Rushwa ..", + "Define Options by Context Data...": "Fafanua Chaguzi kwa Takwimu za Muktadha ...", + "Define Procurement Data...": "Fafanua Takwimu za Ununuzi ...", + "Define Red Flag Variables...": "Fafanua Vigeuzi vya Bendera Nyekundu ...", + "Define...": "Fafanua ...", + "Delete Columns/Rows...": "Futa Safu wima / Safu mlalo ...", + "Delete Data Frames...": "Futa fremu za data ...", + "Delete Metadata...": "Futa Metadata ...", + "Delete...": "Futa ...", + "Density Plot...": "Njama ya Uzito ...", + "Describe": "Eleza", + "Display DOY of Year...": "Onyesha DOY ya Mwaka ...", + "Display Daily...": "Onyesha Kila Siku ...", + "Display Rain Running Total...": "Onyesha Mbio za Mvua Jumla ...", + "Display Spell Length...": "Onyesha Urefu wa Taha ...", + "Display Top N...": "Onyesha Juu N ...", + "Distance...": "Umbali ...", + "Dot Plot...": "Dot Njama ...", + "Dummy Variables...": "Vigezo vya Bandia...", + "Duplicate Column...": "Nakala ya Safu...", + "Duplicates...": "Nakala...", + "Edit": "Hariri", + "End of Rain...": "Mwisho wa Mvua ...", + "End of Rains...": "Mwisho wa Mvua ...", + "Enter...": "Ingiza ...", + "Evaporation": "Uvukizi", + "Evapotranspiration...": "Evapotranspiration ...", + "Exact Results...": "Matokeo Halisi ...", + "Examine...": "Chunguza ...", + "Exit": "Toka", + "Export": "Hamisha", + "Export CPT to Tabular...": "Hamisha CPT kwa Tabular ...", + "Export Dataset...": "Hamisha Hifadhidata ...", + "Export Graph As Image...": "Hamisha Grafu kama Picha ...", + "Export R Objects...": "Hamisha Vitu vya R ...", + "Export R Workspace...": "Hamisha nafasi ya kazi R ...", + "Export To OpenRefine...": "Hamisha Ili Kufafanua ...", + "Export for PICSA...": "Hamisha kwa ajili ya PICSA ...", + "Export to CM SAF R Toolbox...": "Hamisha kwa sanduku la zana la CM SAF R ..", + "Export to CPT...": "Hamisha kwa CPT ...", + "Export to World Weather Records...": "Hamisha kwa Rekodi za Hali ya Hewa Duniani ...", + "Extreme Events...": "Matukio kukithiri...", + "Extremes...": "Uliokithiri ...", + "Factor Data Frame...": "Kiunzi cha Takwimu ...", + "File": "Faili", + "Fill Date Gaps...": "Jaza Mapengo ya Tarehe ...", + "Fill Missing Values...": "Jaza Thamani Zilizokosekana ...", + "Filter by Country (or other)...": "Chuja kwa Nchi (au nyingine) ...", + "Filter...": "Chuja ...", + "Find": "Tafuta", + "Find Next": "Pata Ifuatayo", + "Find/Replace...": "Tafuta / Badilisha ...", + "Fit Model": "Muundo ulioshamiri", + "Fit Model Keyboard...": "Kibodi ya Muundo Ulioshamiri...", + "Fit Model...": "Muundo ulioshamiri...", + "Four Variables...": "Vigezo vinne...", + "Freeze Columns...": "Gandisha Safu wima ...", + "Frequencies...": "Masafa ...", + "Frequency Tables...": "Jedwali za masafa ...", + "General": "Jumla", + "General Fit Model...": "Mfano Mkuu wa Fit ...", + "General Summaries...": "Muhtasari Jumla ...", + "General...": "Jumla...", + "Generate Dates...": "Zalisha Tarehe ...", + "Getting Started": "Kuanza", + "Glance...": "Mtazamo ...", + "Glossary": "Kamusi", + "Goodness of Fit...": "Wema wa Kuimarika ...", + "Graph...": "Grafu ...", + "Graphics": "Picha", + "Graphics...": "Picha ...", + "Guides": "Miongozo", + "He&lp": "He&lp", + "Heat Sum...": "Jumla ya Joto...", + "Help": "Msaada", + "Hide/Show Columns...": "Ficha / Onyesha nguzo ...", + "Hide/Show Data Frames...": "Ficha / Onyesha fremu za data ...", + "Histogram...": "Histogram ...", + "History and FAQ": "Historia na Maswali Yanayoulizwa Sana", + "Homogenization...": "Uboreshaji ...", + "Hypothesis Tests Keyboard...": "Kibodi ya Mtihani wa Hypothesis ...", + "Import From CLIDATA...": "Ingiza Kutoka CLIDATA ...", + "Import From Databases...": "Ingiza Kutoka kwa Hifadhidata ...", + "Import From OpenRefine...": "Leta Kutoka kwa OpenRefine ...", + "Import and Tidy NetCDF File...": "Ingiza na Usafi Faili ya NetCDF ...", + "Import and Tidy NetCDF...": "Ingiza na Usafi NetCDF ...", + "Import and Tidy Shapefile...": "Ingiza na Safisha Shapefile ...", + "Import daily Data...": "Ingiza Takwimu za kila siku ...", + "Import from CDS (Climate Data Store)...": "Ingiza kutoka kwa CDS (Duka la Takwimu za Hali ya Hewa) ...", + "Import from Climsoft Wizard...": "Ingiza kutoka kwa Climsoft Wizard...", + "Import from Climsoft...": "Ingiza kutoka Climsoft ...", + "Import from IRI Data Library...": "Ingiza kutoka kwa Maktaba ya Takwimu ya IRI ...", + "Indices...": "Fahirisi ...", + "Insert Columns/Rows...": "Ingiza safu wima / safu mlalo ...", + "Install R Package...": "Sakinisha Kifurushi R ...", + "Instructional videos": "Video za kufundishia", + "Introduction": "Utangulizi", + "Inventory...": "Hesabu ...", + "Jitter...": "Jitter ...", + "Keys and Links": "Funguo na Viungo", + "Length of Season...": "Urefu wa Msimu ...", + "Levels/Labels...": "Viwango / Lebo ...", + "Licence...": "Leseni ...", + "Line Plot...": "Line Plot ...", + "Load Options...": "Pakia Chaguzi ...", + "Log Linear...": "Log Linear ...", + "Log Window": "Log Window", + "Low_Flow": "Low_Flow", + "Make Date...": "Tengeneza Tarehe ...", + "Make Factor...": "Jenga mambo ...", + "Make Time...": "Tengeneza Muda ...", + "Map Country Values...": "Ramani Thamani za Nchi ...", + "Map...": "Ramani ...", + "Mapping": "Ramani", + "Markov Modelling...": "Utengenezaji wa Markov ...", + "Match...": "Linganisha...", + "Menus and Dialogs": "Menyu na Dialogs", + "Merge Additional Data...": "Unganisha Takwimu za Ziada ...", + "Merge...": "Unganisha ...", + "Meta Data": "Takwimu za Meta", + "Metadata...": "Metadata ...", + "Missing Data Table...": "Jedwali la Takwimu Zinazokosa ...", + "Missing Data...": "Takwimu inayokosa ...", + "Missing Values...": "Values zinazokosa...", + "Model": "Muundo", + "Model...": "Muundo ...", + "Monthly Summaries...": "Muhtasari wa kila mwezi ...", + "More...": "Zaidi ...", + "Mosaic Plot...": "Mosaic Plot...", + "Multiple Response...": "Jibu Nyingi ...", + "Multivariate": "Multivariate", + "Multple Lines...": "Mistari mingi ...", + "NCMP": "NCMP", + "New Data Frame...": "Sura Mpya ya Takwimu ...", + "New Worksheet...": "Karatasi Mpya ya Kazi ...", + "No data loaded": "Hakuna Takwimu iliyopakiwa", + "Non Parameteric One Way ANOVA...": "Non Parametric one way ANOVA ...", + "Non Parametric Two Samples...": "Non Parametric sampuli mbili ...", + "Non Parametric Two Way ANOVA...": "Non Parametric Two Way ANOVA ...", + "Non Parametric...": "Non Parametric ...", + "Non-numeric Cases...": "Kesi zisizo za nambari ...", + "Numeric": "Nambari", + "One Variable": "Yenye Kigezo kimoja", + "One Variable Frequencies...": "Marudio yenye Kigezo kimoja ..", + "One Variable Graph...": "Grafu Yenye Kigezo kimoja ...", + "One Variable Summarise...": "Muhtasari Wenye Kigezo Kimoja ...", + "One Variable...": "Kigezo Kimoja ...", + "One Way ANOVA...": "ANOVA ya Njia Moja ...", + "Open From CSPRO...": "Fungua Kutoka CSPRO ...", + "Open From File...": "Fungua Kutoka Faili ...", + "Open From Library...": "Fungua Kutoka Maktaba ...", + "Open From ODK...": "Fungua Kutoka ODK ...", + "Open SST...": "Fungua SST ...", + "Open from file...": "Fungua kutoka faili ...", + "Open from library...": "Fungua kutoka maktaba ...", + "Options by Context": "Chaguzi kwa Muktadha", + "Options by Context Menu": "Chaguzi kwa Menyu ya Muktadha", + "Options by Context...": "Chaguzi kwa Muktadha ...", + "Options...": "Chaguzi ...", + "Other (General)": "Nyingine (jumla)", + "Other (One Variable)": "Nyingine (Kigezo Kimoja)", + "Other (Three Variable)": "Nyingine (Vigezo Vitatu)", + "Other (Two Variables)": "Nyingine (Vigezo Viwili)", + "Other Rose Plots": "other Rose Plots", + "Output Window": "Dirisha la Matokeo", + "Output for CDT...": "Matokeo ya CDT ...", + "Output for CPT...": "Matokeo ya CPT ...", + "PICSA": "PICSA", + "Parallel Coordinate Plot...": "Parallel Coordinate Plot ...", + "Paste": "Bandika", + "Penman...": "Penman ...", + "Permute Columns...": "Permute Columns...", + "Plot Region...": "Plot Region...", + "Plotly...": "Plotly ...", + "Polynomials...": "Polynomials...", + "Prepare": "Andaa", + "Prepare to Share (sdc package)...": "Jitayarishe kushiriki (kifurushi cha sdc) ...", + "Principal Components...": "Sehemu kuu ...", + "Print Preview...": "Chapisha Hakiki ...", + "Print...": "Chapisha ...", + "Probability Distributions": "Usambazaji wa Uwezekano", + "Process...": "Mchakato ...", + "Procurement": "Kawadia", + "Procurement Menu": "Menyu ya Kawadia", + "Procurement...": "Kawadia ...", + "Protect Column...": "Linda safu wima ...", + "QC Rainfall...": "Mvua ya QC ...", + "QC Temperatures...": "Joto la QC ...", + "R Objects": "Vitu vya R", + "R Packages and Commands...": "Vifurushi na Amri za R ...", + "R Viewer...": "Mtazamo wa R ...", + "R packages in R-Instat": "Vifurushi R katika R-Instat", + "R-Instat": "R-Instat", + "R-Instat website": "Tovuti ya R-Instat", + "Rain Count...": "Hesabu ya Mvua ...", + "Rainfall Graph...": "Grafu ya mvua ...", + "Rainfall...": "Mvua ...", + "Rains Statistics...": "Takwimu za Mvua ...", + "Random Samples (Use Model)...": "Sampuli Mchanganyiko (Tumia Muundo) ...", + "Random Samples...": "Sampuli Mchanganyiko ...", + "Random Subset...": "Maudhui Mchanganyiko ...", + "Rank...": "Cheo ...", + "Rating Data...": "Kadiri Data...", + "Recent": "Hivi majuzi", + "Recode Factor...": "Recode Factor ...", + "Recode Numeric into Quantiles...": "Recode Numeric into Quantiles ...", + "Recode Numeric...": "Recode Numeric ...", + "Reference Level...": "Kiwango cha Marejeleo ...", + "Region Average...": "Wastani wa Eneo ...", + "Regression...": "Urudiaji ...", + "Regular Sequence...": "Mfululizo wa Kawaida ...", + "Rename Column...": "Badilisha jina la Safu wima ...", + "Rename Data Frame...": "Badilisha jina la Fremu ya Data ...", + "Rename Metadata...": "Badili jina Metadata ...", + "Rename...": "Badilisha jina ...", + "Reorder Columns...": "Panga tena Safu wima ...", + "Reorder Data Frames...": "Panga upya Muafaka wa Data ...", + "Reorder Levels...": "Panga Viwango ...", + "Reorder Metadata...": "Panga tena Metadata ...", + "Reorder...": "Panga upya ...", + "Replace": "Badili", + "Replace Values...": "Badilisha Values ...", + "Reset to Default Layout": "Rudisha kwa Mpangilio Chaguo-msingi", + "Restart R": "Anzisha upya R", + "Row Numbers/Names...": "Nambari za Safu / Majina ...", + "Row Summaries...": "Muhtasari wa Mistari ...", + "Rug Plot...": "Rug Plot ...", + "Run All": "Endesha Zote", + "Run R Code...": "Endesha R Code ...", + "SPI/SPEI...": "SPI / SPEI ...", + "Save As": "Hifadhi Kama", + "Save Current Options...": "Hifadhi Chaguzi za Sasa ...", + "Save Data As...": "Hifadhi Data Kama ...", + "Save Log As...": "Hifadhi Log Kama ...", + "Save Output As...": "Hifadhi Matokeo Kama ...", + "Save Script As...": "Hifadhi Nakala Kama ...", + "Save...": "Hifadhi ...", + "Scatter Plot...": "Scatter Plot ...", + "Scatterplot...": "Scatter Plot ...", + "Script Window": "Script Window", + "Script Window...": "Script Window...", + "Seasonal Forecast Support": "Msaada wa Utabiri wa Msimu", + "Seasonal Plot...": "Seasonal Plot ...", + "Seasonal Summary Rain...": "Muhtasari wa Mvua ya Msimu ...", + "Seasonal Summary...": "Muhtasari wa Msimu ...", + "Select All ": "Chagua Zote ", + "Set Factor Reference Level...": "Weka Nambari Kamilifu ya Marejeleo ya Kiwango ...", + "Setup for Data Entry...": "Andaa kwa Uingizaji Data ...", + "Shift Daily Data...": "Hamisha Data ya Kila Siku ...", + "Show Model...": "Onyesha Muundo ...", + "Simple Regression...": "Urudiaji rahisi ...", + "Simple With Groups...": "Rahisi na Vikundi ...", + "Site...": "Tovuti ...", + "Sort...": "Panga ...", + "Specific": "Maalum", + "Spells...": "Misimu ...", + "Split...": "Kugawanyika ...", + "Stack Daily data...": "Stack data ya kila siku ...", + "Stack...": "Kikundi ...", + "Start": "Anza", + "Start of Rain...": "Kuanza kwa Mvua ...", + "Start of the Rains...": "Kuanza kwa Mvua ...", + "Structured": "Ilipangwa", + "Structured Menu": "Menyu Iliyoundwa", + "Subset...": "Sehemu ndogo ...", + "Summaries...": "Muhtasari ...", + "Summarise CRI by Country (or other)...": "Fupisha CRI kwa Nchi (au nyingine) ...", + "Summarise Red Flags by Country (or other)...": "Fupisha Tahadhari kwa Nchi (au nyingine) ...", + "Summarise Red Flags by Country and Year (or other)...": "Fupisha Tahadhari kwa Nchi na Mwaka (au nyingine) ...", + "Summarise...": "Fupisha ...", + "Summary Data...": "Takwimu za Muhtasari ...", + "Summary Tables...": "Majedwali ya muhtasari ...", + "Summary...": "Muhtasari ...", + "Sunshine/Radiation...": "Mwanga wa jua / Mionzi ...", + "Survival": "Kuokoka", + "Swap Data and Metadata": "Badilisha Data na Metadata", + "Tabulation...": "Kueka kwenye Jedwali ...", + "Taylor Diagram...": "Mchoro wa Taylor ...", + "Temperature...": "Joto ...", + "Themes...": "Maudhui ...", + "Three Summaries...": "Mihtasari mitatu ...", + "Three Variables": "Vigezo vitatu", + "Three Variables...": "Vigezo vitatu ...", + "Tidy Daily Data...": "Safisha Data ya Kila siku ...", + "Tidy and Examine": "Nadhifisha na Chunguza", + "Tidy...": "Nadhifisha ...", + "Time Series": "Mfululizo wa Saa", + "Time Series Plot...": "Time Series Plot ...", + "Timeseries...": "Mfululizo wa Muda ...", + "Tools": "Zana", + "Transform...": "Badilisha ...", + "Transpose...": "Hamishsha ...", + "Treemap...": "Treemap...", + "Trend Graphs...": "Grafu za Mwenendo ...", + "Two Samples...": "Sampuli mbili ...", + "Two Variable Frequencies by Sector (or other)...": "Marudio ya Vigezo Viwili kwa Sector (au nyingine) ..", + "Two Variables": "Vigezo viwili", + "Two Variables...": "Vigezo viwili ...", + "Unstack Daily Data...": "Fungua Data za Kila Siku ...", + "Unstack...": "Fungua ...", + "Unused Levels...": "Ngazi zisizotumiwa ...", + "Use Award Date (or other)...": "Tumia Tarehe ya Tuzo (au nyingine) ...", + "Use Date...": "Tumia Tarehe ...", + "Use Graph...": "Tumia Grafu ...", + "Use Model": "Tumia Muundo", + "Use Model Keyboard...": "Tumia Kibodi ya Muundo ...", + "Use Summaries...": "Tumia Muhtasari ...", + "Use Time...": "Tumia Muda ...", + "Variables": "Vigezo", + "Variogram...": "Variogram ...", + "View": "Angalia", + "View Data...": "Angalia Data ...", + "View Graph...": "Tazama Grafu ...", + "View Labels...": "Angalia Lebo ...", + "View and Remove Keys...": "Tazama na uondoe Funguo ...", + "View and Remove Links...": "Tazama na uondoe Viungo ...", + "View...": "Angalia ...", + "Visualise Data...": "Dadisi Data ...", + "Water Balance...": "Usawa wa Maji ...", + "Water Satisfaction Index...": "Kielelezo cha Kuridhika kwa Maji ...", + "Wind Rose...": "Wind Rose ...", + "Wind Speed/Direction...": "Kasi ya Upepo / Mwelekeo ...", + "Wind/Pollution Rose...": "Wind/Pollution Rose ...", + "Windows": "Windows", + "Windrose...": "Windrose ...", + "Temperature Graph...": "Temperature Graph...", + "General Graph...": "General Graph...", + "Select Columns...": "Select Columns...", + "Remove Column Selection": "Remove Column Selection", + "Filter Rows...": "Filter Rows...", + "Delete Cell(s)": "Delete Cell(s)", + "Import From File ...": "Import From File ...", + "Import From Library ...": "Import From Library ...", + "Import From ODK...": "Import From ODK...", + "Data Book": "Data Book", + "Add (Merge) Columns...": "Add (Merge) Columns...", + "Column: Calculator...": "Column: Calculator...", + "Column: Numeric...": "Column: Numeric..." } \ No newline at end of file diff --git a/instat/translations/sw/sw_r_instat_not_menus.json b/instat/translations/sw/sw_r_instat_not_menus.json index 2dcdccb535e..47ed1c5a583 100644 --- a/instat/translations/sw/sw_r_instat_not_menus.json +++ b/instat/translations/sw/sw_r_instat_not_menus.json @@ -1,3596 +1,3602 @@ { - " (lat) ": " (lat) ", - " (lon) ": " (lon) ", - " 5. Total Precipitation:": " 5. Total Precipitation:", - " All combined with &&": " All combined with &&", - " Keys:": " Keys:", - " Options": " Options", - " Show R Commands in Output Window": " Show R Commands in Output Window", - " Two-Variables": " Two-Variables", - " Word Count": " Hesabu ya Neno", - " binom": " binom", - " box": " box", - " comment(s) entered": " comment(s) entered", - " fisher": " fisher", - " kruskal": " kruskal", - " row(s) entered": " row(s) entered", - " | Showing ": " | Showing ", - "!is.na": "ni.na", - "$ end": "$ end", - "% Bias": "% Bias", - "% rank": "Cheo%", - "%in%": "%in%", - ". any": ". any", - ".nc files found to import": ".nc files found to import", - "10m u-component of wind": "10m u-component of wind", - "10m v-component of wind": "10m v-component of wind", - "1st Factor:": "1st Factor:", - "2 Digit": "2 Digit", - "2-digit years": "2-digit years", - "2. Mean Station Pressure:": "2. Mean Station Pressure:", - "2m dewpoint temperature": "2m dewpoint temperature", - "2m temperature": "2m temperature", - "2nd Factor (Optional):": "2nd Factor (Optional):", - "2pi": "2pi", - "3. Mean Sea Level Pressure:": "3. Mean Sea Level Pressure:", - "4 Digit": "4 Digit", - "4. Mean Daily Air Temperature:": "4. Mean Daily Air Temperature:", - "4C88C488": "4C88C488", - "6. Mean Daily Max Air Temperature:": "6. Mean Daily Max Air Temperature:", - "7. Mean Daily Min Air Temperature:": "7. Mean Daily Min Air Temperature:", - "8. Mean Daily Relative Humidity:": "8. Mean Daily Relative Humidity:", - "? 0 or 1": "? 0 or 1", - "AIC": "AIC", - "AMOC": "AMOC", - "ANOVA": "ANOVA", - "ANOVA tables": "ANOVA tables", - "API Key:": "API Key:", - "ARC2 Daily Precipitation": "ARC2 Daily Precipitation", - "ARC2 Monthly Precipitation": "ARC2 Monthly Precipitation", - "AT": "AT", - "Abbr.:": "Abbr.:", - "Abbreviation": "Abbreviation", - "Absolute deviation": "Absolute deviation", - "Accent": "Accent", - "Acceptable Range (Element1)": "Acceptable Range (Element1)", - "Acceptable Range (Element2)": "Acceptable Range (Element2)", - "Add": "Ongeza", - "Add Calculation": "Add Calculation", - "Add Colour Scale": "Add Colour Scale", - "Add Comment": "Ongeza Maoni", - "Add Component": "Add Component", - "Add Condition": "Add Condition", - "Add Current Contrasts": "Add Current Contrasts", - "Add Date Column": "Add Date Column", - "Add Distribution": "Ongeza Usambazaji", - "Add Factor Level": "Add Factor Level", - "Add Fill Scale": "Add Fill Scale", - "Add Flag Variables": "Add Flag Variables", - "Add Key": "Add Key", - "Add Label": "Add Label", - "Add Labels": "Add Labels", - "Add Line of Best Fit": "Add Line of Best Fit", - "Add Link": "Ongeza Kiungo", - "Add Manipulation": "Add Manipulation", - "Add Margins": "Add Margins", - "Add Mean Line": "Add Mean Line", - "Add Median Line": "Add Median Line", - "Add New Distribution": "Add New Distribution", - "Add Pair": "Ongeza Jozi", - "Add Peaks": "Add Peaks", - "Add Points": "Add Points", - "Add Rug Plot": "Add Rug Plot", - "Add Sub Calculation": "Add Sub Calculation", - "Add Tercile Lines": "Add Tercile Lines", - "Add To Title:": "Add To Title:", - "Add Valleys": "Add Valleys", - "Add flag field data": "Add flag field data", - "Add legend": "Add legend", - "Add to Data Frame:": "Add to Data Frame:", - "Added Distribution": "Usambazaji ulioongezwa", - "Additional Data Frame:": "Additional Data Frame:", - "Additional Features": "Additional Features", - "Additional Variables:": "Vigezo vya ziada:", - "Advance Options": "Advance Options", - "After": "After", - "Agresti-Coull": "Agresti-Coull", - "Agricolae": "Agricolae", - "Algorithm :": "Algorithm :", - "Alignment:": "Alignment:", - "All": "All", - "All Bids (Trimmed):": "All Bids (Trimmed):", - "All Bids:": "All Bids:", - "All Class": "All Class", - "All Columns": "Nguzo zote", - "All Combined with &&": "All Combined with &&", - "All Contents": "Yote Yaliyomo", - "All Duplicate Cases": "All Duplicate Cases", - "All Options": "All Options", - "All but (unordered) Factor": "All but (unordered) Factor", - "All combined with |": "All combined with |", - "All files of this type": "All files of this type", - "All values if columns are equal": "All values if columns are equal", - "Allow t for Trace": "Allow t for Trace", - "Alpha:": "Alpha:", - "Alternate (Horizontal first)": "Alternate (Horizontal first)", - "Alternate (Vertical first)": "Alternate (Vertical first)", - "Always Use Levels": "Always Use Levels", - "Always Use Values": "Always Use Values", - "Amount": "Amount", - "Amount:": "Amount:", - "An R Command is Running": "An R Command is Running", - "An order": "An order", - "Analysis": "Analysis", - "Ang_dev": "Ang_dev", - "Ang_var": "Ang_var", - "Angle": "Angle", - "Annual": "Kila mwaka", - "Annual Rain total": "Annual Rain total", - "Annual+Within": "Annual+Within", - "Annual/Monthly": "Annual/Monthly", - "Annual:": "Annual:", - "Anomalies": "Anomalies", - "Anonymise ID Column": "Anonymise ID Column", - "Anova": "Anova", - "Anova Options": "Anova Options", - "Anti Join": "Anti Join", - "Anticlockwise Direction": "Anticlockwise Direction", - "Any Class": "Any Class", - "Append": "Append", - "Append Data Frames": "Append Data Frames", - "Apply": "Apply", - "Apply As Filter": "Apply As Filter", - "Apply As Subset": "Apply As Subset", - "Apply Options": "Apply Options", - "Apply on All Layers": "Apply on All Layers", - "April": "April", - "Area": "Area", - "Arrow": "Arrow", - "As Percentage": "As Percentage", - "As Percentages": "As Percentages", - "As Proportion of Factors (Optional):": "As Proportion of Factors (Optional):", - "Ascending": "Ascending", - "Ascending Frequencies": "Masafa yanayopanda", - "Assume condition not satisfied at start of each period": "Assume condition not satisfied at start of each period", - "Assumed median value": "Assumed median value", - "Asymptotic": "Asymptotic", - "At End": "At End", - "At Start": "At Start", - "At Y =": "At Y =", - "Augment": "Augment", - "August": "August", - "Auto": "Auto", - "Auto ": "Kiotomatiki ", - "Auto Save Recovery Options": "Auto Save Recovery Options", - "Auto save a backup of data": "Auto save a backup of data", - "Auto saving data...": "Auto saving data...", - "Auto-Generate": "Auto-Generate", - "Automatic": "Automatic", - "AvantGarde": "AvantGarde", - "Average": "Wastani", - "Award Date:": "Tarehe ya Tuzo:", - "Award Year:": "Award Year:", - "Axes": "Axes", - "Axis Lines": "Axis Lines", - "Axis Title": "Axis Title", - "BFGS": "BFGS", - "BIB": "BIB", - "BIC": "BIC", - "Back": "Back", - "Background": "Usuli", - "Background of facet labels": "Background of facet labels", - "Background of legend": "Background of legend", - "Background of legend area": "Background of legend area", - "Background of the entire plot": "Background of the entire plot", - "Background underneath legend keys": "Background underneath legend keys", - "Backup Data File Detected": "Backup Data File Detected", - "Backup Debugging Log File Detected": "Backup Debugging Log File Detected", - "Backup Internal Log File Detected": "Backup Internal Log File Detected", - "Backup Log File Detected": "Backup Log File Detected", - "Backup Manager": "Backup Manager", - "Backup versions :": "Backup versions :", - "Bandwidth: ": "Bandwidth: ", - "Bar": "Bar", - "Bar Chart": "Chati ya Baa", - "Bar Chart Options": "Chaguzi za Chati ya Baa", - "Bar Colour:": "Rangi ya Baa:", - "Bar Graph": "Grafu ya Baa", - "Bar and Pie Chart": "Bar and Pie Chart", - "Bar plot": "Bar plot", - "Barometer Height:": "Barometer Height:", - "Base Range": "Base Range", - "Basic": "Msingi", - "Bayesian": "Bayesian", - "Bca": "Bca", - "Before": "Before", - "Before or After Column": "Before or After Column", - "Bernouli": "Bernouli", - "Beta": "Beta", - "Bias": "Bias", - "Big Points": "Big Points", - "Bin Axis:": "Mhimili wa Bin:", - "BinSeg": "BinSeg", - "Binary": "Binary", - "Binomial": "Binomial", - "Biplot": "Biplot", - "Black": "Black", - "Blank": "Blank", - "Blocking Variables": "Blocking Variables", - "Blocking Variables:": "Blocking Variables:", - "Blue": "Blue", - "Blues": "Blues", - "Bold": "Bold", - "Bold italic": "Bold italic", - "Bonett": "Bonett", - "Bookman": "Bookman", - "Boot": "Boot", - "Bootci.Type:": "Bootci.Type:", - "Bootstrap Options": "Bootstrap Options", - "Border": "Mpaka", - "Both": "Wote wawili", - "Bottom": "Chini", - "Bottom:": "Bottom:", - "Box plot": "Box plot", - "Boxplot": "Sanduku la sanduku", - "Boxplot + Jitter": "Boxplot + Jitter", - "Boxplot Count Variable": "Boxplot Count Variable", - "Boxplot Method": "Boxplot Method", - "Boxplot Options": "Boxplot Options", - "BrBG": "BrBG", - "Break Points:": "Break Points:", - "Breaks": "Breaks", - "Broken Stick": "Broken Stick", - "Brown": "Brown", - "Browse": "Vinjari", - "Browse File": "Browse File", - "Browse Folder": "Browse Folder", - "BuGn": "BuGn", - "BuPu": "BuPu", - "Buishand": "Buishand", - "By": "By", - "By Column": "By Column", - "By Factor (Optional):": "By Factor (Optional):", - "By Factor(s)": "By Factor(s)", - "By Factors:": "By Factors:", - "By Filter": "By Filter", - "By Month": "By Month", - "By Variable (Optional):": "By Variable (Optional):", - "By Year": "By Year", - "By:": "By:", - "C.I band": "C.I band", - "C.I.Method:": "C.I.Method:", - "CCA Options": "CCA Options", - "CDF": "CDF", - "CDF Plot": "CDF Plot", - "CDF Plot with Confidence Intervals": "CDF Plot with Confidence Intervals", - "CPF": "CPF", - "CPT to Tabular Data": "CPT to Tabular Data", - "CROPS": "CROPS", - "CSS": "CSS", - "CUSUM": "CUSUM", - "Calculate Difference Categories": "Calculate Difference Categories", - "Calculate Option Differences": "Calculate Option Differences", - "Calculate Proportions": "Calculate Proportions", - "Calculate Proportions or Percentages": "Calculate Proportions or Percentages", - "Calculate Rainfall Value by:": "Calculate Rainfall Value by:", - "Calculate by Year": "Calculate by Year", - "Calculated Columns": "Safu wima zilizohesabiwa", - "Calculated columns": "Calculated columns", - "Calculation Name:": "Jina la Hesabu:", - "Calculations": "Mahesabu", - "Calculations:": "Mahesabu:", - "Calm Wind:": "Calm Wind:", - "Cancel": "Cancel", - "Cannot get package information.": "Cannot get package information.", - "Cannot get package information. Check your internet connection.": "Cannot get package information. Check your internet connection.", - "Cannot show text preview of file:": "Cannot show text preview of file:", - "Canonical Correlations": "Uwiano wa Kikanoni", - "Canonicalmono": "Canonicalmono", - "Capacity:": "Capacity:", - "Caption Size:": "Ukubwa wa Manukuu:", - "Caption below the plot (text appearance)": "Caption below the plot (text appearance)", - "Caret(^)": "Caret(^)", - "Carry": "Carry", - "Carry Columns": "Carry Columns", - "Carry Columns:": "Carry Columns:", - "Categorical": "Categorical", - "Categorical by Categorical:": "Kategoria na Kikundi:", - "Categorical by Numeric:": "Kikundi na Nambari:", - "Categorical:": "Categorical:", - "Category Column:": "Category Column:", - "Cauchit": "Cauchit", - "Cauchy": "Cauchy", - "Cell": "Kiini", - "Cell (%)": "Kiini (%)", - "Celsius": "Celsius", - "Center": "Center", - "CenterObs": "CenterObs", - "Centimetres": "Centimetres", - "Centre Mean on Last Day": "Centre Mean on Last Day", - "Centred": "Iliyowekwa katikati", - "CenturySch": "CenturySch", - "Change Limits": "Badilisha Mipaka", - "Change Point Options": "Change Point Options", - "Change type": "Change type", - "Change...": "Change...", - "Character": "Character", - "Character Column:": "Character Column:", - "Check": "Check", - "Check Duplicates": "Angalia Nakala", - "Check Unique": "Check Unique", - "Chi-Square Test": "Chi-Square Test", - "Chi_Square": "Chi_Square", - "Choice:": "Choice:", - "Choose Columns": "Chagua nguzo", - "Choose Columns:": "Choose Columns:", - "Choose Form:": "Choose Form:", - "Choose Function": "Choose Function", - "Choose Property": "Choose Property", - "Choose Region": "Choose Region", - "Choose Subset of Columns to Merge": "Choose Subset of Columns to Merge", - "Choose Summaries...": "Choose Summaries...", - "Choose one of the following to proceed": "Choose one of the following to proceed", - "Choose...": "Choose...", - "Cicero": "Cicero", - "Circle": "Circle", - "Circular": "Circular", - "Circular Plots": "Circular Plots", - "Circular:": "Circular:", - "Classic": "Classic", - "Clear": "Wazi", - "Clear Conditions": "Clear Conditions", - "Clear Script": "Clear Script", - "Clear contents": "Clear contents", - "CliData": "CliData", - "CliPlot": "CliPlot", - "Cliboxplot": "Cliboxplot", - "Click Ok to Confirm the Export.": "Click Ok to Confirm the Export.", - "Click Ok to confirm the save": "Click Ok to confirm the save", - "Climatic Boxplot": "Sanduku la hali ya hewa", - "Climatic Check Data Rainfall": "Angalia hali ya hewa Mvua ya Takwimu", - "Climatic Check Data Temperature": "Hali ya hewa Angalia Joto la Takwimu", - "Climatic Data Entry": "Climatic Data Entry", - "Climatic Maps": "Climatic Maps", - "Climatic Summary": "Muhtasari wa hali ya hewa", - "Climatic_Type": "Climatic_Type", - "Climdex Indices": "Fahirisi za Climdex", - "Climsoft": "Climsoft", - "Clopper-Pearson": "Clopper-Pearson", - "Close": "Close", - "Close R-Instat now": "Close R-Instat now", - "Closed On": "Closed On", - "Cloud Cover:": "Jalada la Wingu:", - "Code Missing Values as:": "Code Missing Values as:", - "Coeff": "Coeff", - "Coeff:": "Coeff:", - "Coefficient Of Variation": "Coefficient Of Variation", - "Coefficient of determination": "Coefficient of determination", - "Coefficient of persistence": "Coefficient of persistence", - "Coefficients": "Coefficients", - "Coin": "Coin", - "Cold Spell Duration Index [15:CSDI]": "Cold Spell Duration Index [15:CSDI]", - "Colon :": "Colon :", - "Colon(:)": "Colon(:)", - "Color (Optional):": "Color (Optional):", - "Color:": "Color:", - "Colour": "Colour", - "Colour Bar Max:": "Colour Bar Max:", - "Colour Bar Min:": "Colour Bar Min:", - "Colour By (Optional):": "Colour By (Optional):", - "Colour By:": "Rangi Na:", - "Colour Columns by Structure": "Colour Columns by Structure", - "Colour Lines by Difference": "Colour Lines by Difference", - "Colour Palette:": "Colour Palette:", - "Colour Scale": "Colour Scale", - "Colour by Property": "Colour by Property", - "Colour rainbow": "Colour rainbow", - "Colour:": "Rangi:", - "Colours": "Colours", - "Colours for Summaries": "Colours for Summaries", - "Column": "Safu wima", - "Column (%)": "Safu wima (%)", - "Column :": "Column :", - "Column Chart Options": "Column Chart Options", - "Column Factor:": "Sababu ya safu wima:", - "Column Factors:": "Mambo ya safu", - "Column Label:": "Column Label:", - "Column Name": "Column Name", - "Column Name Event Day": "Column Name Event Day", - "Column Name Extreme Event": "Column Name Extreme Event", - "Column Name:": "Column Name:", - "Column Selection": "Column Selection", - "Column Statistics": "Column Statistics", - "Column Structure": "Column Structure", - "Column Variable(s) (Factor):": "Column Variable(s) (Factor):", - "Column Width:": "Column Width:", - "Column to Duplicate:": "Safu wima ya Kudanganya:", - "Column to Split:": "Safu wima ya Kugawanyika:", - "Column to Transform:": "Column to Transform:", - "Column to Unstack:": "Column to Unstack:", - "Column(s):": "Column(s):", - "Column:": "Safu wima:", - "Column: ": "Column: ", - "Columns": "Nguzo", - "Columns to Combine:": "Columns to Combine:", - "Columns to Convert:": "Columns to Convert:", - "Columns to Delete:": "Safu wima za Kufuta:", - "Columns to Include": "Nguzo za Kujumuisha", - "Columns to Rank:": "Safu wima kwa Kiwango:", - "Columns to Reorder:": "Columns to Reorder:", - "Columns to Sort by:": "Columns to Sort by:", - "Columns to Stack:": "Safu wima kwa Stack:", - "Columns to Transpose:": "Columns to Transpose:", - "Columns to Unstack:": "Columns to Unstack:", - "Columns to be formatted ": "Columns to be formatted ", - "Columns:": "Columns:", - "Combine": "Combine", - "Combine Factors": "Combine Factors", - "Combine Graphs": "Combine Graphs", - "Combine Text Columns": "Combine Text Columns", - "Combined Graph": "Combined Graph", - "Comma ": "Comma ", - "Comma separated file (*.csv)": "Comma separated file (*.csv)", - "Comma(": "Comma(", - "Command": "Command", - "Command Examples": "Command Examples", - "Command Format:": "Command Format:", - "Command Ok.": "Command Ok.", - "Command produced an error or no output to display.": "Command produced an error or no output to display.", - "Command produced an error.": "Command produced an error.", - "Command:": "Command:", - "Commands": "Commands", - "Comment Format:": "Comment Format:", - "Comment:": "Maoni:", - "Comments": "Comments", - "Common": "Common", - "Common Options": "Common Options", - "Common Regions:": "Common Regions:", - "Compare Columns": "Compare Columns", - "Compare Satellite Data": "Compare Satellite Data", - "Compare Two Options": "Compare Two Options", - "Comparison": "Comparison", - "Comparison Summaries": "Comparison Summaries", - "Comparisons to Display:": "Comparisons to Display:", - "Complete records only": "Complete records only", - "Complete rows only": "Complete rows only", - "Component": "Sehemu", - "Component:": "Component:", - "Condition": "Condition", - "Condition Factors (Optional):": "Condition Factors (Optional):", - "Condition for Selection": "Condition for Selection", - "Condition for selection": "Condition for selection", - "Condition:": "Condition:", - "Conditional": "Conditional", - "Conditional Eval Options": "Conditional Eval Options", - "Conditional Quantile Options": "Conditional Quantile Options", - "Conditional Quantile Plot": "Conditional Quantile Plot", - "Conditions for Start of Rains": "Conditions for Start of Rains", - "Conf=0.95": "Conf=0.95", - "Confidence Interval:": "Confidence Interval:", - "Confidence Level:": "Confidence Level:", - "Confidence Limits": "Confidence Limits", - "Confidence interval": "Confidence interval", - "Conjugent Gradent (CG)": "Conjugent Gradent (CG)", - "Connect": "Connect", - "Connect To ClimSoft Database": "Connect To ClimSoft Database", - "Connect to Climsoft Database": "Connect to Climsoft Database", - "Connected": "Connected", - "Connecting Lines": "Connecting Lines", - "Consecutive": "Consecutive", - "Constant": "Constant", - "Construct": "Construct", - "Construct Examples": "Construct Examples", - "Contexts": "Contexts", - "Contexts to carry:": "Contexts to carry:", - "Contingency": "Contingency", - "Continuity correction": "Continuity correction", - "Continuous": "Continuous", - "Contract Sector:": "Sekta ya Mkataba:", - "Contract Title:": "Kichwa cha Mkataba:", - "Contract Value Categories:": "Contract Value Categories:", - "Contract Value Share Threshold:": "Contract Value Share Threshold:", - "Contract Value:": "Thamani ya Mkataba:", - "Contrast": "Contrast", - "Contrasts": "Contrasts", - "Control Options": "Control Options", - "Control Variables:": "Control Variables:", - "Conversions": "Conversions", - "Convert": "Convert", - "Convert Case": "Convert Case", - "Convert Columns": "Convert Columns", - "Convert Strings to Factor Columns": "Convert Strings to Factor Columns", - "Convert To": "Convert To", - "Convert to Character": "Convert to Character", - "Convert to Circular": "Convert to Circular", - "Convert to Factor": "Convert to Factor", - "Convert to Logical": "Convert to Logical", - "Convert to Numeric": "Convert to Numeric", - "Convert to Ordered Factor": "Convert to Ordered Factor", - "Convert to Variate": "Convert to Variate", - "Convert to:": "Convert to:", - "Cook's Distance": "Cook's Distance", - "Cook's Distance v Leverage": "Cook's Distance v Leverage", - "Coordinates": "Coordinates", - "Copy Data Frame": "Copy Data Frame", - "Copy Image": "Copy Image", - "Copy RichText": "Copy RichText", - "Copy Row Names into Column": "Copy Row Names into Column", - "Copy from Below": "Copy from Below", - "Copy...": "Copy...", - "Cor": "Cor", - "Corrected Hue Where Colour Map Begins:": "Corrected Hue Where Colour Map Begins:", - "Corrected Hue Where Colour Map Ends:": "Corrected Hue Where Colour Map Ends:", - "Correlation": "Correlation", - "Correlation Display and Graphics": "Correlation Display and Graphics", - "Correlation Matrix": "Correlation Matrix", - "Correlation Plot": "Correlation Plot", - "Correlations": "Correlations", - "Corruption Output:": "Corruption Output:", - "Corruption Outputs:": "Corruption Outputs:", - "Cosine Distance between q-Gram Profiles": "Cosine Distance between q-Gram Profiles", - "Could not read time dimension dates from file.": "Could not read time dimension dates from file.", - "Count": "Hesabu", - "Count Records Data Frame:": "Count Records Data Frame:", - "Count in Factor": "Count in Factor", - "Counting Process": "Counting Process", - "Countries:": "Nchi:", - "Country Capitals": "Country Capitals", - "Country Coloured Map": "Ramani ya Rangi ya Nchi", - "Country ISO2:": "Country ISO2:", - "Country ISO3:": "Country ISO3:", - "Country Level": "Kiwango cha Nchi", - "Country Level Columns": "Country Level Columns", - "Country Names:": "Country Names:", - "Country:": "Nchi:", - "Counts": "Counts", - "Counts on Y Axis": "Counts on Y Axis", - "Counts totals": "Counts totals", - "Courier": "Courier", - "Couriersans": "Couriersans", - "Covariance": "Covariance", - "Create Labels": "Create Labels", - "Create Survival Object": "Create Survival Object", - "Create an account": "Create an account", - "Create subset of non-numeric cases": "Create subset of non-numeric cases", - "Crop Definitions": "Crop Definitions", - "Crop Length Day(s):": "Crop Length Day(s):", - "Cumulative": "Cumulative", - "Cumulative exceedance": "Cumulative exceedance", - "Cumulative graph": "Cumulative graph", - "Cumulative/Exceedance Graph": "Cumulative/Exceedance Graph", - "Current Name:": "Current Name:", - "Current Value:": "Current Value:", - "Custom": "Custom", - "Custom Range": "Custom Range", - "Customised": "Customised", - "Cutoff for 2000 years:": "Cutoff for 2000 years:", - "DF": "DF", - "DF1": "DF1", - "DF2": "DF2", - "Daily": "Daily", - "Daily Data Entry": "Daily Data Entry", - "Daily Precipitation 0.05 degree": "Daily Precipitation 0.05 degree", - "Daily Precipitation 0.25 degree": "Daily Precipitation 0.25 degree", - "Dark2": "Dark2", - "Dashed": "Dashed", - "Data": "Data", - "Data (Optional):": "Data (Optional):", - "Data Column and Factor Column": "Data Column and Factor Column", - "Data Column:": "Data Column:", - "Data Columns": "Data Columns", - "Data Frame Label:": "Data Frame Label:", - "Data Frame Preview:": "Data Frame Preview:", - "Data Frame(s):": "Data Frame(s):", - "Data Frame:": "Data Frame:", - "Data Frames to Reorder:": "Data Frames to Reorder:", - "Data Frames:": "Data Frames:", - "Data From Row:": "Data From Row:", - "Data Options": "Data Options", - "Data Period": "Data Period", - "Data Period Label": "Data Period Label", - "Data Period label": "Data Period label", - "Data column": "Data column", - "Data frame Metadata": "Data frame Metadata", - "Data list not implemented": "Data list not implemented", - "Data:": "Takwimu:", - "Database Name:": "Database Name:", - "Dataframe Name:": "Dataframe Name:", - "Dataset Name:": "Dataset Name:", - "Date": "Tarehe", - "Date Order": "Date Order", - "Date Plot": "Date Plot", - "Date Range": "Date Range", - "Date Scales": "Date Scales", - "Date and Time": "Tarehe na Wakati", - "Date labels": "Date labels", - "Date:": "Tarehe:", - "Dates/Times": "Dates/Times", - "Day": "Day", - "Day Columns (31/62)": "Day Columns (31/62)", - "Day Columns (31/62):": "Day Columns (31/62):", - "Day Length": "Day Length", - "Day Month": "Day Month", - "Day Month (1 Jan)": "Day Month (1 Jan)", - "Day Month Full (1 January)": "Day Month Full (1 January)", - "Day Number (1-366)": "Day Number (1-366)", - "Day Of Month:": "Day Of Month:", - "Day Range": "Masafa ya Siku", - "Day in Month": "Day in Month", - "Day in Year:": "Day in Year:", - "Day of Month:": "Day of Month:", - "Day of Year": "Siku ya Mwaka", - "Day of Year:": "Siku ya Mwaka:", - "Day-Month(Full Name)-Year(4-digit)": "Day-Month(Full Name)-Year(4-digit)", - "Day-Month(abbr)-Year(4-digit)": "Day-Month(abbr)-Year(4-digit)", - "Day-Month-Year(4-digit)": "Day-Month-Year(4-digit)", - "Day/Month(Full Name)/Year(4-digit)": "Day/Month(Full Name)/Year(4-digit)", - "Day/Month(abbr)/Year(4-digit)": "Day/Month(abbr)/Year(4-digit)", - "Day/Month/Year(4-digit)": "Day/Month/Year(4-digit)", - "Day:": "Siku:", - "Days": "Days", - "Days for Quantiles:": "Days for Quantiles:", - "Days in Month": "Days in Month", - "December": "December", - "Deciles && Quintiles": "Deciles && Quintiles", - "Decimal": "Decimal", - "Decimal Places for Percentages:": "Decimal Places for Percentages:", - "Decimal:": "Decimal:", - "Declustering": "Declustering", - "Default": "Default", - "Default Format": "Default Format", - "Default Value:": "Default Value:", - "Define As Factor": "Define As Factor", - "Define CRI": "Define CRI", - "Define Climatic Data": "Fafanua Takwimu za hali ya hewa", - "Define Corruption Outputs": "Define Corruption Outputs", - "Define New Filter": "Define New Filter", - "Define New Property": "Define New Property", - "Define Options By Context Data": "Define Options By Context Data", - "Define Procurement Data": "Fafanua Takwimu za Ununuzi", - "Define Red Flags": "Fafanua Bendera Nyekundu", - "Define Survival Data": "Define Survival Data", - "Define a Contrast:": "Define a Contrast:", - "Degree:": "Shahada:", - "Degrees of freedom:": "Degrees of freedom:", - "Degrees:": "Degrees:", - "Dekad": "Dekad", - "Dekad Precipitation 0.05 degree": "Dekad Precipitation 0.05 degree", - "Del": "Del", - "Delete": "Futa", - "Delete Column": "Delete Column", - "Delete Column(s)": "Delete Column(s)", - "Delete Columns": "Delete Columns", - "Delete Data Frames": "Delete Data Frames", - "Delete From:": "Futa Kutoka:", - "Delete Key": "Futa Ufunguo", - "Delete Link": "Delete Link", - "Delete Metadata": "Futa Metadata", - "Delete Objects": "Futa Vitu", - "Delete Row(s)": "Delete Row(s)", - "Delete Rows/Columns": "Futa Safu / Safu wima", - "Delete Selected": "Delete Selected", - "Delete Theme": "Delete Theme", - "Density": "Uzito wiani", - "Density Options": "Density Options", - "Density Plot": "Density Plot", - "Density plot": "Density plot", - "Descending": "Descending", - "Descending Frequencies": "Kushuka kwa Masafa", - "Describe Display Options": "Describe Display Options", - "Describe Survival": "Describe Survival", - "Describe Two Variables": "Eleza Vigeuzi Mbili", - "Deselect All Levels": "Deselect All Levels", - "Details": "Details", - "Details Options": "Details Options", - "Detect": "Gundua", - "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.", - "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.", - "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.", - "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?", - "Did you know: You can easily view a whole data frame in a separate window.": "Did you know: You can easily view a whole data frame in a separate window.", - "Dida": "Dida", - "Difference": "Difference", - "Difference Column:": "Difference Column:", - "Differences": "Differences", - "Dimensions to Plot:": "Dimensions to Plot:", - "Direction (N/S E/W):": "Direction (N/S E/W):", - "Disconnect": "Disconnect", - "Discrete": "Discrete", - "Dispaly Daily Options": "Dispaly Daily Options", - "Display": "Onyesha", - "Display Chi-Square Breakpoints": "Display Chi-Square Breakpoints", - "Display Daily Data": "Onyesha Takwimu za Kila Siku", - "Display Format:": "Fomati ya Kuonyesha:", - "Display From:": "Onyesha Kutoka:", - "Display Graph Results": "Display Graph Results", - "Display HTML in Output Window": "Onyesha HTML katika Dirisha la Pato", - "Display In Output": "Display In Output", - "Display Margins": "Display Margins", - "Display Model": "Display Model", - "Display NA as:": "Onyesha NA kama:", - "Display Objects...": "Display Objects...", - "Display Options": "Chaguzi za Kuonyesha", - "Display Options...": "Display Options...", - "Display Outer Margins": "Display Outer Margins", - "Display Rain Days": "Display Rain Days", - "Display Summary": "Display Summary", - "Display Top N": "Display Top N", - "Display Values As": "Display Values As", - "Display as Decimal": "Display as Decimal", - "Display as decimal": "Display as decimal", - "Display details of warnings and errors": "Display details of warnings and errors", - "Display dialog's selected data frame in grid": "Display dialog's selected data frame in grid", - "Display in Interactive Viewer": "Display in Interactive Viewer", - "Display in Output Window": "Onyesha katika Dirisha la Pato", - "Display in R Viewer": "Display in R Viewer", - "Display in R-Viewer": "Display in R-Viewer", - "Display in Separate Window": "Onyesha katika Dirisha Tofauti", - "Display in Separate Windows": "Display in Separate Windows", - "Display summary": "Display summary", - "Display:": "Display:", - "DisplayChi": "DisplayChi", - "Distance based on Soundex Encoding": "Distance based on Soundex Encoding", - "Distribution Options": "Distribution Options", - "Distribution Parameters:": "Distribution Parameters:", - "Distribution:": "Distribution:", - "Diverging": "Diverging", - "DoY average": "DoY average", - "Dodge": "Dodge", - "Dodge2": "Dodge2", - "Domain": "Domain", - "Don' t import data after downloading": "Don' t import data after downloading", - "Don't import data after downloading": "Don't import data after downloading", - "Dot ": "Dot ", - "Dot Plot": "Njama ya Nukta", - "Dot Plot Options...": "Chaguzi za Dot Njama ...", - "Dot plot": "Dot plot", - "Dot-dash": "Dot-dash", - "Dotplot": "Dotplot", - "Dotted": "Dotted", - "Double Decker": "Double Decker", - "Doy:": "Doy:", - "Drop Missing Combinations": "Drop Missing Combinations", - "Drop Unused Levels": "Drop Unused Levels", - "Drop empty factor levels": "Drop empty factor levels", - "Dry Month": "Dry Month", - "Dry Period": "Dry Period", - "Dry Spell": "Dry Spell", - "Dummy Variables": "Dummy Variables", - "Duplicate": "Nakala", - "Duplicate Column": "Duplicate Column", - "Duplicates": "Duplicates", - "Duplicates Only": "Duplicates Only", - "E": "E", - "ERA5 hourly data (single levels)": "ERA5 hourly data (single levels)", - "Edit Condition": "Edit Condition", - "Edit Filter": "Edit Filter", - "Editor Window": "Editor Window", - "Eigenvalue": "Eigenvalue", - "Eigenvalues": "Eigenvalues", - "Eigenvectors": "Eigenvectors", - "Element": "Element", - "Element Abbreviation": "Element Abbreviation", - "Element IDs": "Element IDs", - "Element Line": "Element Line", - "Element Name:": "Element Name:", - "Element Names": "Element Names", - "Element Order": "Element Order", - "Element Text ": "Element Text ", - "Element Types": "Element Types", - "Element(s):": "Vipengele:", - "Element1 (Tmax):": "Element1 (Tmax):", - "Element2 (Tmin):": "Element2 (Tmin):", - "Element:": "Kipengele:", - "ElementRect": "ElementRect", - "Elements": "Vipengele", - "Elements to Edit:": "Elements to Edit:", - "Elements-Stations": "Elements-Stations", - "Elements:": "Vipengele:", - "Empty": "Empty", - "Encoding:": "Encoding:", - "End": "End", - "End :": "End :", - "End Date:": "Tarehe ya mwisho:", - "End Day": "End Day", - "End Value:": "End Value:", - "End Year for Climatological Period:": "End Year for Climatological Period:", - "End Year for Region Average:": "End Year for Region Average:", - "End Year for Station Trend:": "End Year for Station Trend:", - "End Year for Variogram Period:": "End Year for Variogram Period:", - "End date:": "End date:", - "End of Rains": "End of Rains", - "End of Rains/Season": "End of Rains/Season", - "End of Season": "End of Season", - "End(L):": "End(L):", - "End:": "End:", - "English": "English", - "Ensure complete years": "Ensure complete years", - "Enter": "Enter", - "Enter Data": "Enter Data", - "Enter Result Into:": "Enter Result Into:", - "Enter value(s)": "Enter value(s)", - "Entire Range": "Entire Range", - "Entry Time:": "Entry Time:", - "Equal To": "Equal To", - "Equitable Threat Score": "Equitable Threat Score", - "Establish Connection..": "Anzisha Uunganisho ..", - "Estimate": "Estimate", - "Estimate:": "Estimate:", - "Estimated:": "Estimated:", - "Estimates": "Estimates", - "Estimates:": "Estimates:", - "Estimation methods": "Estimation methods", - "Evaluation": "Evaluation", - "Evaporation:": "Evaporation:", - "Evapotraspiration": "Evapotraspiration", - "Event Occurs When Value is:": "Event Occurs When Value is:", - "Event:": "Event:", - "Every": "Every", - "Exact": "Exact", - "Examine": "Examine", - "Examples": "Examples", - "Exceedance": "Exceedance", - "Exclude": "Exclude", - "Exclude Missing": "Exclude Missing", - "Exclude/Separate:": "Tenga / Tenga:", - "Exit Preview and Print": "Toka hakikisho na Chapisha", - "Exit Time:": "Exit Time:", - "Expand": "Expand", - "Explanatory Model for Location or Scale": "Explanatory Model for Location or Scale", - "Explanatory Model:": "Explanatory Model:", - "Explanatory Variable:": "Explanatory Variable:", - "Explanatory Variables:": "Explanatory Variables:", - "Exponential": "Exponential", - "Export Datasets": "Export Datasets", - "Export File(s):": "Export File(s):", - "Export File:": "Export File:", - "Export Graph As Image": "Export Graph As Image", - "Export R Objects": "Export R Objects", - "Export R Workspace": "Export R Workspace", - "Export To World Weather Record": "Export To World Weather Record", - "Export for PICSA": "Export for PICSA", - "Export to CMSAF R ToolBox": "Export to CMSAF R ToolBox", - "Export to CPT": "Export to CPT", - "Export to OpenRefine": "Export to OpenRefine", - "Expression": "Kujieleza", - "Exremal Dependency Index": "Exremal Dependency Index", - "Extend Fill": "Extend Fill", - "Extra Rows": "Extra Rows", - "Extract": "Dondoo", - "Extreme": "Extreme", - "Extreme Dependency Score": "Extreme Dependency Score", - "Extreme Events": "Extreme Events", - "Extreme Maximum": "Extreme Maximum", - "Extreme Minimum": "Extreme Minimum", - "Extreme_Value": "Extreme_Value", - "Extremes ": "Extremes ", - "Extremes Display Options": "Extremes Display Options", - "Extremes Method": "Extremes Method", - "F": "F", - "F1": "F1", - "FALSE": "UONGO", - "FIt Model": "FIt Model", - "Face": "Face", - "Facet": "Facet", - "Facet (Optional):": "Facet (Optional):", - "Facet By (Optional):": "Facet By (Optional):", - "Facet By (Station):": "Facet By (Station):", - "Facet By:": "Facet By:", - "Facet Column(s):": "Facet Column(s):", - "Facet Label Background ": "Facet Label Background ", - "Facet Labels": "Facet Labels", - "Facet by Column Factor": "Facet by Column Factor", - "Facet labels": "Facet labels", - "Facet labels along horizontal direction": "Facet labels along horizontal direction", - "Facet labels along vertical direction": "Facet labels along vertical direction", - "Facet2 (Optional):": "Facet2 (Optional):", - "Facet:": "Facet:", - "Facets": "Facets", - "Facets:": "Facets:", - "Factor": "Factor", - "Factor (Optional):": "Sababu (Hiari):", - "Factor Data Frame": "Factor Data Frame", - "Factor Into:": "Kiwango Kuwa:", - "Factor Level": "Factor Level", - "Factor Options": "Factor Options", - "Factor Selected:": "Sababu Iliyochaguliwa:", - "Factor Values for Selection": "Factor Values for Selection", - "Factor Variable:": "Factor Variable:", - "Factor to Unstack by:": "Factor to Unstack by:", - "Factor:": "Sababu:", - "Factors": "Factors", - "Factors Selected:": "Factors Selected:", - "Factors as Percentage:": "Factors as Percentage:", - "Factors:": "Sababu:", - "Factory Reset": "Factory Reset", - "Fahrenheit": "Fahrenheit", - "False Alarm Ratio": "False Alarm Ratio", - "Family": "Family", - "February": "February", - "Feet per second (ftps)": "Feet per second (ftps)", - "File:": "File:", - "Files with the same names will be overwritten.": "Files with the same names will be overwritten.", - "Fill": "Fill", - "Fill (Optional):": "Fill (Optional):", - "Fill Color": "Fill Color", - "Fill Colour (Optional):": "Fill Colour (Optional):", - "Fill Colour:": "Fill Colour:", - "Fill Scale": "Fill Scale", - "Fill date gaps": "Fill date gaps", - "Fill:": "Fill:", - "Filter": "Filter", - "Filter By:": "Filter By:", - "Filter From Factors": "Filter From Factors", - "Filter:": "Filter:", - "Filters": "Filters", - "Filters From Factor": "Filters From Factor", - "Find Forms": "Find Forms", - "Find Non-Numeric Values": "Find Non-Numeric Values", - "Find all": "Find all", - "Find next": "Find next", - "Find what": "Find what", - "Find whole word only": "Find whole word only", - "Finish": "Finish", - "First": "Kwanza", - "First Column:": "First Column:", - "First Context:": "First Context:", - "First Data Frame": "First Data Frame", - "First Data Frame:": "First Data Frame:", - "First Explanatory Variable": "First Explanatory Variable", - "First Explanatory Variable:": "First Explanatory Variable:", - "First Factor:": "First Factor:", - "First Line is Column Headers:": "First Line is Column Headers:", - "First Row is Column Headers": "First Row is Column Headers", - "First Variable(s):": "Mabadiliko ya kwanza:", - "First Variable:": "Lahaja ya Kwanza:", - "First Variables:": "First Variables:", - "First Word:": "First Word:", - "Fiscal Year:": "Mwaka wa fedha:", - "Fit": "Fit", - "Fit Model and Bootstrap Options": "Fit Model and Bootstrap Options", - "Fit Multiple": "Fit Multiple", - "Fit Single": "Fit Single", - "Fit a Gamma Distribution": "Fit a Gamma Distribution", - "Fit an Extreme Distribution": "Fit an Extreme Distribution", - "Fitted Model": "Fitted Model", - "Fitted Model:": "Fitted Model:", - "Fitted Values": "Fitted Values", - "Fitting Method": "Fitting Method", - "Fitting Options": "Fitting Options", - "Fixed": "Zisizohamishika", - "Fixed Day": "Fixed Day", - "Fixed Number of Columns": "Fixed Number of Columns", - "Fixed Number of Components": "Fixed Number of Components", - "Fixed Number of Rows": "Fixed Number of Rows", - "Fixed width": "Fixed width", - "Flat Frequency Table": "Flat Frequency Table", - "Flip Coordinates": "Flip Coordinates", - "Flip coordinates": "Flip coordinates", - "Fliter Preview:": "Fliter Preview:", - "Font Size:": "Font Size:", - "For All Dialogs": "For All Dialogs", - "For This Dialog Only": "For This Dialog Only", - "Force positive": "Force positive", - "Foreign Winner:": "Foreign Winner:", - "Format Current or Selected Columns": "Format Current or Selected Columns", - "Format Data": "Format Data", - "Format Description": "Format Description", - "Format Field": "Format Field", - "Format Font:": "Format Font:", - "Format:": "Format:", - "Four Variable Modelling": "Four Variable Modelling", - "Fourth Context:": "Fourth Context:", - "Fraction Trimmed:": "Fraction Trimmed:", - "Fractions": "Fractions", - "Free": "Free", - "Free Scale Axis for Facets": "Free Scale Axis for Facets", - "Free Scale Y Axis": "Free Scale Y Axis", - "Free Scales X": "Free Scales X", - "Free Scales Y": "Free Scales Y", - "Free Space": "Free Space", - "Free_x": "Free_x", - "Free_y": "Free_y", - "Freeze Columns": "Freeze Columns", - "Freeze Columns:": "Freeze Columns:", - "French": "French", - "Frequencies Options": "Frequencies Options", - "Frequency": "Frequency", - "Frequency Polygon": "Frequency Polygon", - "Frequency Polygon Options": "Frequency Polygon Options", - "Frequency Table & Graph Options": "Frequency Table & Graph Options", - "Frequency Tables": "Frequency Tables", - "Frequency polygon": "Frequency polygon", - "Frequency tables": "Frequency tables", - "From": "From", - "From Library": "From Library", - "From Package:": "From Package:", - "From:": "Kutoka:", - "Frost Days [1:FD]": "Frost Days [1:FD]", - "Full Damerau-Levenshtein Distance": "Full Damerau-Levenshtein Distance", - "Full Join": "Full Join", - "Full Name": "Full Name", - "Function Name:": "Function Name:", - "Function...": "Function...", - "Function:": "Function:", - "GEV": "GEV", - "GP": "GP", - "Gamma": "Gamma", - "Gamma_With_Shape_and_Mean": "Gamma_With_Shape_and_Mean", - "Gamma_With_Shape_and_Rate": "Gamma_With_Shape_and_Rate", - "Gamma_With_Shape_and_Scale": "Gamma_With_Shape_and_Scale", - "Gamma_With_Zeros": "Gamma_With_Zeros", - "Gaussian": "Gaussian", - "General ANOVA": "General ANOVA", - "General ANOVA Options...": "General ANOVA Options...", - "General Case": "General Case", - "General Summaries": "Muhtasari Mkuu", - "Generalized Linear Models": "Generalized Linear Models", - "Generate Random Sample": "Tengeneza Sampuli Isiyo ya R nasibu", - "Geom": "Geom", - "Geom Aesthetics:": "Geom Aesthetics:", - "Geom:": "Geom:", - "Geometric": "Geometric", - "Geometry": "Geometry", - "Geometry:": "Geometry:", - "Gerrity Score": "Gerrity Score", - "Glance": "Glance", - "Globalminmax": "Globalminmax", - "GnBu": "GnBu", - "Goodness of Fit (MGE)": "Goodness of Fit (MGE)", - "Graph": "Grafu", - "Graph Caption": "Graph Caption", - "Graph Caption:": "Manukuu ya Grafu:", - "Graph Columns:": "Graph Columns:", - "Graph Display": "Graph Display", - "Graph Frequencies": "Masafa ya Grafu", - "Graph Options": "Chaguzi za Grafu", - "Graph Sub Title": "Graph Sub Title", - "Graph Sub Title:": "Kichwa cha Grafu:", - "Graph Subtitle:": "Graph Subtitle:", - "Graph Title": "Graph Title", - "Graph Title:": "Kichwa cha Grafu:", - "Graph and Display Options": "Graph and Display Options", - "Graph by Year": "Graph by Year", - "Graph to Use:": "Graph to Use:", - "Graph to View:": "Graph to View:", - "Graph:": "Graph:", - "Graphs": "Graphs", - "Graphs GUI": "Graphs GUI", - "Graphs To Combine:": "Graphs To Combine:", - "Greater Than": "Greater Than", - "Greater than": "Greater than", - "Green": "Green", - "Greens": "Greens", - "Grey": "Grey", - "Greys": "Greys", - "Grid lines": "Grid lines", - "Grid square": "Grid square", - "Grop Height": "Grop Height", - "Grop Width": "Grop Width", - "Group (Optional):": "Group (Optional):", - "Group Data": "Group Data", - "Group to Connect": "Group to Connect", - "Group:": "Group:", - "GroupBox1": "GroupBox1", - "Grouping Factor (Optional):": "Grouping Factor (Optional):", - "Grouping Factor:": "Grouping Factor:", - "Growing Season Length [5:GSL]": "Growing Season Length [5:GSL]", - "Guess": "Guess", - "Gumbel": "Gumbel", - "H Line Options": "H Line Options", - "HTML (Browser)": "HTML (Kivinjari)", - "HTML Table": "HTML Table", - "Hamming Distance": "Hamming Distance", - "Hannan-Quinn": "Hannan-Quinn", - "Hargreaves Samani": "Hargreaves Samani", - "Harmonics:": "Harmonics:", - "Hash #": "Hash #", - "Have you tried: Boxplots by a factor.": "Have you tried: Boxplots by a factor.", - "Have you tried: Describing all your variables at once.": "Have you tried: Describing all your variables at once.", - "Have you tried: Using the library datasets.": "Have you tried: Using the library datasets.", - "Heidke Skill Score": "Heidke Skill Score", - "Helmert": "Helmert", - "Help ": "Help ", - "Help...": "Help...", - "Helvetica - Narrow": "Helvetica - Narrow", - "Helveticaserif": "Helveticaserif", - "Hidden Column(s):": "Hidden Column(s):", - "Hidden Data Frame(s):": "Hidden Data Frame(s):", - "Hide": "Hide", - "Hide (future) commands": "Hide (future) commands", - "Hide Details <<": "Hide Details <<", - "Hide/Unhide Column(s)": "Hide/Unhide Column(s)", - "Hide/Unhide Data Frame(s)": "Hide/Unhide Data Frame(s)", - "High Ascending": "High Ascending", - "High Descending": "High Descending", - "Highlight Alternate Rows": "Highlight Alternate Rows", - "Hist Plot": "Hist Plot", - "Histogram": "Histogram", - "Histogram (Rose Plot)": "Histogram (Rose Plot)", - "Histogram Bins:": "Histogram Bins:", - "Histogram Method": "Histogram Method", - "Histogram Options": "Histogram Options", - "Histogram Plot": "Histogram Plot", - "Hit Rate": "Hit Rate", - "Hjust": "Hjust", - "Homogenization (Change Point)": "Homogenization (Change Point)", - "Horizontal": "Horizontal", - "Horizontal Label Position:": "Nafasi ya Lebo Mlalo:", - "Horizontal Plot": "Horizontal Plot", - "Horizontal Plot (coord-flip)": "Horizontal Plot (coord-flip)", - "Horizontal major grid lines ": "Horizontal major grid lines ", - "Horizontal minor grid lines": "Horizontal minor grid lines", - "Horizontally": "Horizontally", - "Host:": "Host:", - "Hour": "Hour", - "How to Display": "How to Display", - "Humidity Max:": "Humidity Max:", - "Humidity Min:": "Humidity Min:", - "HydroGOF": "HydroGOF", - "Hypergeometric": "Hypergeometric", - "Hyphen -": "Hyphen -", - "Hypothesis Tests": "Hypothesis Tests", - "I()": "I()", - "ID Column Name:": "ID Column Name:", - "ID Column:": "ID Column:", - "ID/Station:": "Kitambulisho / Kituo:", - "ID:": "ID:", - "IDs": "IDs", - "IQR": "IQR", - "Icing Days [3:ID]": "Icing Days [3:ID]", - "Identifier (Optional):": "Identifier (Optional):", - "Identifier:": "Identifier:", - "Identity": "Kitambulisho", - "Ignore Global Aesthetics": "Ignore Global Aesthetics", - "Ignore Labels": "Ignore Labels", - "Ignore Missing Values": "Ignore Missing Values", - "Ignore values on invalid dates": "Ignore values on invalid dates", - "Import": "Import", - "Import CSV Options": "Import CSV Options", - "Import Dataset": "Import Dataset", - "Import Excel Options": "Import Excel Options", - "Import From CSPRO": "Import From CSPRO", - "Import From Climsoft": "Import From Climsoft", - "Import From Climsoft Wizard": "Import From Climsoft Wizard", - "Import From Databases": "Ingiza kutoka kwa hifadhidata", - "Import From IRI (Internet connection needed)": "Import From IRI (Internet connection needed)", - "Import Options": "Import Options", - "Import RDS Options": "Import RDS Options", - "Import Text Options": "Import Text Options", - "Import and Tidy NetCDF File": "Import and Tidy NetCDF File", - "Import and Tidy Shapefiles": "Import and Tidy Shapefiles", - "Import calculations": "Import calculations", - "Import changes log": "Import changes log", - "Import csv Options": "Import csv Options", - "Import filters": "Import filters", - "Import from CDS (Climate Data Store)": "Import from CDS (Climate Data Store)", - "Import from ODK": "Import from ODK", - "Import from OpenRefine": "Import from OpenRefine", - "Import into climate object": "Import into climate object", - "Import metadata": "Import metadata", - "Import objects": "Import objects", - "Importing the following sheets:": "Importing the following sheets:", - "Imputed:": "Imputed:", - "In Steps Of:": "In Steps Of:", - "In Steps of:": "Katika Hatua za:", - "In steps of:": "In steps of:", - "Inches": "Inches", - "Include": "Include", - "Include Arguments": "Include Arguments", - "Include Boxplot": "Include Boxplot", - "Include Comments by Default": "Include Comments by Default", - "Include Contexts": "Include Contexts", - "Include Default Parameter Values in R Commands": "Include Default Parameter Values in R Commands", - "Include Elements Information": "Include Elements Information", - "Include Facets": "Include Facets", - "Include First Date of Occurrence": "Include First Date of Occurrence", - "Include Graph": "Jumuisha Grafu", - "Include Graphs": "Include Graphs", - "Include Horizontal Line": "Include Horizontal Line", - "Include ID Column": "Include ID Column", - "Include Last Date of Occurrence": "Include Last Date of Occurrence", - "Include Level Numbers": "Include Level Numbers", - "Include Lines of Best Fit": "Include Lines of Best Fit", - "Include Major Grid Lines": "Include Major Grid Lines", - "Include Mean Line": "Include Mean Line", - "Include Mean Lines": "Include Mean Lines", - "Include Metadata": "Include Metadata", - "Include Minor Grid Lines": "Include Minor Grid Lines", - "Include Missing Values": "Include Missing Values", - "Include Models": "Include Models", - "Include N Occurances": "Include N Occurances", - "Include Observation Data": "Include Observation Data", - "Include Observation Flags": "Include Observation Flags", - "Include P-Values": "Include P-Values", - "Include Percentages": "Include Percentages", - "Include Points": "Include Points", - "Include Regular Expressions": "Include Regular Expressions", - "Include Smooth Line": "Include Smooth Line", - "Include Variable Name in Labels": "Include Variable Name in Labels", - "Include in Original Data": "Jumuisha katika Takwimu halisi", - "Include requested points in data (if specified)": "Include requested points in data (if specified)", - "Include value after label": "Include value after label", - "Including": "Including", - "Index": "Index", - "Index Components:": "Index Components:", - "Index Number of Duplicates": "Index Number of Duplicates", - "Index of agreement": "Index of agreement", - "Indicators:": "Indicators:", - "Indices": "Indices", - "Indices Data Frame:": "Indices Data Frame:", - "Indices Help": "Indices Help", - "Individual": "Mtu binafsi", - "Individual Plots": "Individual Plots", - "Individual Summaries": "Individual Summaries", - "Individuals": "Individuals", - "Individuals Plot": "Individuals Plot", - "Inner Join": "Inner Join", - "Insert": "Insert", - "Insert ": "Insert ", - "Insert 1 Column After": "Insert 1 Column After", - "Insert 1 Column Before": "Insert 1 Column Before", - "Insert Column(s) After": "Insert Column(s) After", - "Insert Column(s) Before": "Insert Column(s) Before", - "Insert Columns": "Insert Columns", - "Insert Columns/Rows": "Insert Columns/Rows", - "Insert Row(s) After": "Insert Row(s) After", - "Insert Row(s) Before": "Insert Row(s) Before", - "Insert Rows": "Insert Rows", - "Insert Values": "Insert Values", - "Insert at Position:": "Insert at Position:", - "Inspect Values": "Inspect Values", - "Install Missing Packages (Online)": "Install Missing Packages (Online)", - "Integer": "Integer", - "Interactions:": "Maingiliano:", - "Interested Variable": "Interested Variable", - "Interested variable": "Interested variable", - "Interpolate": "Interpolate", - "Interpolate Missing Days": "Interpolate Missing Days", - "Interpolate Missing Entries": "Interpolate Missing Entries", - "Interval": "Interval", - "Interval Size:": "Interval Size:", - "Interval2": "Interval2", - "Interval:": "Interval:", - "Into": "Into", - "Into Binary Columns": "Kwenye Nguzo za Binary", - "Into Text Components": "Kwenye Sehemu za Nakala", - "Inventory": "Inventory", - "Inventory Plot": "Inventory Plot", - "Inventory Plot Options": "Inventory Plot Options", - "Inverse": "Inverse", - "Inverse_Gaussian": "Inverse_Gaussian", - "Inward": "Inward", - "Is Currency": "Is Currency", - "Is_Element": "Is_Element", - "Italic": "Italic", - "J:": "J:", - "Jaccard Distance between q-Gram Profiles": "Jaccard Distance between q-Gram Profiles", - "January": "January", - "Jaro or Jaro-Winker Distance": "Jaro or Jaro-Winker Distance", - "Jitter": "Jitter", - "Jitter Options": "Jitter Options", - "Jitter Plot": "Njama ya Jitter", - "Jitter dodge": "Jitter dodge", - "Jitter:": "Jitter:", - "Join Options": "Join Options", - "Join Type:": "Join Type:", - "Join by:": "Join by:", - "Joining By:": "Joining By:", - "Joining Columns": "Kujiunga na nguzo", - "July": "July", - "Jump (Element1)": "Jump (Element1)", - "June": "June", - "Justify Legend Box": "Justify Legend Box", - "KGE": "KGE", - "Kappa": "Kappa", - "Keep Attributes": "Keep Attributes", - "Keep Raw Time": "Keep Raw Time", - "Keep as Missing": "Endelea Kukosa", - "Keep existing data frames": "Keep existing data frames", - "Keep existing position": "Keep existing position", - "Kelvin": "Kelvin", - "Kendall": "Kendall", - "Kernel": "Kernel", - "Kernel :": "Kernel :", - "Key Check:": "Key Check:", - "Key Columns": "Nguzo muhimu", - "Key Columns:": "Key Columns:", - "Key Name:": "Key Name:", - "Keys:": "Funguo:", - "Kilometres per hour (kmph)": "Kilometres per hour (kmph)", - "Kiswahili": "Kiswahili", - "Kling-Gupta efficiency": "Kling-Gupta efficiency", - "Knots": "Knots", - "Kobo": "Kobo", - "Kurtosis": "Kurtosis", - "L-moments": "L-moments", - "LSD": "LSD", - "Label": "Label", - "Label Cities": "Label Cities", - "Label Text (Lower):": "Maandishi ya Lebo (Chini):", - "Label Text (Upper):": "Maandishi ya Lebo (Juu):", - "Label Text:": "Maandishi ya Lebo:", - "Label Transparency:": "Uwazi wa Lebo:", - "Label Type:": "Aina ya Lebo:", - "Label Variable (Optional):": "Label Variable (Optional):", - "Label of axes": "Label of axes", - "Label:": "Label:", - "Labelled Convert": "Labelled Convert", - "Labels": "Labels", - "Labels (": "Labels (", - "Labels (Optional):": "Labels (Optional):", - "Labels/Levels": "Labels/Levels", - "Labels:": "Labels:", - "Lang": "Lang", - "Language": "Language", - "Languages": "Languages", - "Large": "Large", - "Last": "Mwisho", - "Last Word:": "Last Word:", - "Latin-1": "Latin-1", - "Latitude": "Latitude", - "Latitude Offset:": "Latitude Offset:", - "Latitude:": "Latitudo:", - "Latitute:": "Latitute:", - "Layer Dimensions (Aesthetics)": "Layer Dimensions (Aesthetics)", - "Layer Options": "Layer Options", - "Layer Parameters (Geom Parameters)": "Layer Parameters (Geom Parameters)", - "Layers": "Layers", - "Layers:": "Layers:", - "Layout": "Layout", - "Layout Of Data": "Layout Of Data", - "Layout incomplete: layout must contain all graphs.": "Layout incomplete: layout must contain all graphs.", - "Layout of data": "Layout of data", - "Layout:": "Layout:", - "Leap Year": "Leap Year", - "Leave as Missing": "Leave as Missing", - "Left": "Left", - "Left Join": "Left Join", - "Left:": "Left:", - "Legend": "Legend", - "Legend (More Options)": "Legend (More Options)", - "Legend Adjustments": "Legend Adjustments", - "Legend Background and Key": "Legend Background and Key", - "Legend Box Spacing": "Legend Box Spacing", - "Legend Direction": "Legend Direction", - "Legend Justification": "Legend Justification", - "Legend Key Measurement": "Legend Key Measurement", - "Legend Layout": "Legend Layout", - "Legend Position": "Legend Position", - "Legend Position:": "Legend Position:", - "Legend Spacing": "Legend Spacing", - "Legend Title": "Legend Title", - "Legend Title and Text": "Legend Title and Text", - "Legend item labels": "Legend item labels", - "Legend label": "Legend label", - "Legend position": "Legend position", - "Length": "Length", - "Length of Season": "Length of Season", - "Length:": "Length:", - "Less Than": "Less Than", - "Less than": "Less than", - "Level": "Level", - "Level Omitted": "Level Omitted", - "Levels/Labels (Optional)": "Viwango / Lebo (Hiari)", - "Levenshtein Distance": "Levenshtein Distance", - "Leverage": "Leverage", - "Lexical Order": "Lexical Order", - "Light-Blue": "Light-Blue", - "Likelihood": "Likelihood", - "Likert Graph": "Likert Graph", - "Likert Options": "Likert Options", - "Limits": "Limits", - "Limits:": "Limits:", - "Line": "Line", - "Line ": "Line ", - "Line Colour:": "Line Colour:", - "Line End": "Line End", - "Line Format": "Fomati ya Mstari", - "Line Graph": "Grafu ya Mstari", - "Line Height": "Line Height", - "Line Options": "Line Options", - "Line Plot": "Line Plot", - "Line Type": "Line Type", - "Line Type:": "Aina ya Mstari:", - "Line along x axis": "Line along x axis", - "Line along y axis": "Line along y axis", - "Line plot": "Line plot", - "Line width": "Line width", - "Linear": "Linear", - "Lines": "Mistari", - "Lines To Skip:": "Lines To Skip:", - "Lines along axes": "Lines along axes", - "Lines to Preview:": "Lines to Preview:", - "Link Function": "Kazi ya Kiungo", - "Link Name:": "Jina la Kiungo:", - "Links:": "Links:", - "Load Backup Data": "Load Backup Data", - "Load Script from File...": "Load Script from File...", - "Load from Instat collection": "Load from Instat collection", - "Load from R": "Load from R", - "Local Capitals": "Local Capitals", - "Locate": "Tafuta", - "Locating Points in Shape File": "Locating Points in Shape File", - "Location": "Mahali", - "Location Data Frame Name:": "Location Data Frame Name:", - "Location Range": "Location Range", - "Location Selection": "Location Selection", - "Lock": "Lock", - "Lock and unlock": "Lock and unlock", - "Log": "Ingia", - "Log Base 10": "Log Base 10", - "Logical": "Logical", - "Logical Column": "Logical Column", - "Logical and Symbols": "Mantiki na Alama", - "Logical columns": "Logical columns", - "Login to CDS": "Login to CDS", - "Logit": "Rekodi", - "Lognormal": "Lognormal", - "Lollipop": "Lollipop", - "Long": "Long", - "Long-dash": "Long-dash", - "Longest Common Substring Distance": "Longest Common Substring Distance", - "Longitude:": "Urefu:", - "Looking for free statistics textbooks?": "Looking for free statistics textbooks?", - "Looking for interesting case studies for teaching?": "Looking for interesting case studies for teaching?", - "Looking for training materials?": "Looking for training materials?", - "Low Ascending": "Low Ascending", - "Low Descending": "Low Descending", - "Lower Limit": "Lower Limit", - "Lower Limit :": "Lower Limit :", - "MAE": "MAE", - "MASS": "MASS", - "MBIC": "MBIC", - "ME": "ME", - "Main": "Kuu", - "Main Blocking Variable:": "Main Blocking Variable:", - "Main Context:": "Main Context:", - "Main Data Frame:": "Main Data Frame:", - "Main ID:": "Main ID:", - "Main Measurement:": "Main Measurement:", - "Main Option:": "Main Option:", - "Major Grid Lines": "Mistari ya Gridi Kuu", - "Major Tick Marks": "Major Tick Marks", - "Major grid lines ": "Major grid lines ", - "Make": "Make", - "Make Date": "Make Date", - "Manipulations": "Udanganyifu", - "Manipulations:": "Udanganyifu:", - "Manual": "Manual", - "Map Options": "Chaguzi za Ramani", - "Map Options ": "Map Options ", - "Map Outline": "Map Outline", - "March": "March", - "Margins": "Margins", - "Margins to Dispaly": "Margins to Dispaly", - "Markov Chains": "Minyororo ya Markov", - "Markov Type:": "Aina ya Markov:", - "Match Case": "Match Case", - "Matched With": "Iliyolingana na", - "Matching Column (Optional)": "Safuwima inayolingana (Si lazima)", - "Matching Column:": "Safuwima inayolingana:", - "Matching column": "Matching column", - "Maths": "Hesabu", - "Max": "Max", - "Max Missing Data": "Max Missing Data", - "Max Break Point:": "Max Break Point:", - "Max Duration Missing Data": "Max Duration Missing Data", - "Max Latitude:": "Max Latitude:", - "Max Longitude:": "Max Longitude:", - "Max Missing Days": "Max Missing Days", - "Max:": "Upeo:", - "Maximum": "Upeo", - "Maximum Distance from 0": "Maximum Distance from 0", - "Maximum Dry Days:": "Maximum Dry Days:", - "Maximum Factor Levels Shown:": "Viwango vya Juu vya Vipimo Vimeonyeshwa:", - "Maximum Gap:": "Maximum Gap:", - "Maximum Latitude": "Maximum Latitude", - "Maximum Length of Dry Spell [23:CDD]": "Maximum Length of Dry Spell [23:CDD]", - "Maximum Length of Wet Spell [24:CWD]": "Maximum Length of Wet Spell [24:CWD]", - "Maximum Likelihood (MLE)": "Maximum Likelihood (MLE)", - "Maximum Logitude": "Maximum Logitude", - "Maximum Missing Days": "Maximum Missing Days", - "Maximum Number of Columns to Display:": "Maximum Number of Columns to Display:", - "Maximum Number of Components": "Maximum Number of Components", - "Maximum Number of Rows to Display:": "Maximum Number of Rows to Display:", - "Maximum Rain:": "Maximum Rain:", - "Maximum Rows To Import": "Maximum Rows To Import", - "Maximum Size:": "Maximum Size:", - "Maximum Temperature:": "Joto la juu:", - "Maximum Temperatures": "Maximum Temperatures", - "Maximum Values": "Maximum Values", - "Maximum likelihood": "Maximum likelihood", - "Maximum mean bias:": "Maximum mean bias:", - "Maximum number of consecutive missing allowed": "Maximum number of consecutive missing allowed", - "Maximum number of missing allowed": "Maximum number of missing allowed", - "Maximum percentage of missing allowed": "Maximum percentage of missing allowed", - "Maximum stdev bias:": "Maximum stdev bias:", - "Maximum:": "Maximum:", - "May": "May", - "Mean": "Mean", - "Mean Diurnal Temperature Range [16:DTR]": "Mean Diurnal Temperature Range [16:DTR]", - "Mean absolute error": "Mean absolute error", - "Mean and Variance": "Mean and Variance", - "Mean error": "Mean error", - "Mean residual life": "Mean residual life", - "Mean sea level pressure": "Mean sea level pressure", - "Mean squared error": "Mean squared error", - "Mean wave direction": "Mean wave direction", - "Mean wave period": "Mean wave period", - "Mean(t-interval)": "Mean(t-interval)", - "Meanlog": "Meanlog", - "Means": "Means", - "Measure:": "Measure:", - "Measurement Y axis:": "Measurement Y axis:", - "Measurement:": "Measurement:", - "Measurements": "Measurements", - "Median": "Median", - "Median Absolute Deviation (MAD)": "Median Absolute Deviation (MAD)", - "MedianCI Method:": "MedianCI Method:", - "MedianHL": "MedianHL", - "Medium": "Medium", - "Merge": "Merge", - "Merge Additional Data": "Merge Additional Data", - "Metadata": "Metadata", - "Metadata Columns:": "Nguzo za Metadata:", - "Metadata Property:": "Metadata Property:", - "Metadata to Delete": "Metadata ya Kufuta", - "Method": "Method", - "Method of moments": "Method of moments", - "Method:": "Njia:", - "Methods": "Methods", - "Metres per second (mps)": "Metres per second (mps)", - "Miles per hour (mph)": "Miles per hour (mph)", - "Millimetres": "Millimetres", - "Million Data Points": "Million Data Points", - "Min": "Min", - "Min Break Point:": "Min Break Point:", - "Min Latitude:": "Min Latitude:", - "Min Longitude:": "Min Longitude:", - "Min/Max": "Min/Max", - "Min10": "Min10", - "Min:": "Dak:", - "MinSegLen:": "MinSegLen:", - "Minimum": "Kiwango cha chini", - "Minimum Base Data Present:": "Minimum Base Data Present:", - "Minimum Latitude": "Minimum Latitude", - "Minimum Longitude": "Minimum Longitude", - "Minimum Number of Points:": "Minimum Number of Points:", - "Minimum Size:": "Minimum Size:", - "Minimum Temperature": "Kiwango cha chini cha Joto", - "Minimum Temperature:": "Kiwango cha chini cha Joto:", - "Minimum Temperatures": "Minimum Temperatures", - "Minimum Values": "Minimum Values", - "Minimum and Maximum": "Minimum and Maximum", - "Minimum number of non missing required": "Minimum number of non missing required", - "Minimum:": "Minimum:", - "Minor Grid Lines": "Mistari Ndogo ya Gridi", - "Minor Tick Marks": "Minor Tick Marks", - "Minute": "Minute", - "Minutes": "Minutes", - "Minutes:": "Minutes:", - "Missing": "Missing", - "Missing Colour:": "Missing Colour:", - "Missing Data": "Missing Data", - "Missing Data Options": "Missing Data Options", - "Missing Data Table": "Missing Data Table", - "Missing Method": "Missing Method", - "Missing Options": "Missing Options", - "Missing Value": "Missing Value", - "Missing Value String:": "Missing Value String:", - "Missing Values": "Maadili Yanayokosekana", - "Missing values shown as NA": "Missing values shown as NA", - "Missing:": "Kukosa:", - "Mode": "Mode", - "Model": "Model", - "Model Formula:": "Model Formula:", - "Model Operator:": "Model Operator:", - "Model Options": "Chaguzi za Mfano", - "Model Options...": "Model Options...", - "Model Preview:": "Model Preview:", - "Model:": "Model:", - "Modelling": "Modelling", - "Models": "Models", - "Models:": "Models:", - "Modified Nash-Sutcliffe efficiency": "Modified Nash-Sutcliffe efficiency", - "Modified index of agreement": "Modified index of agreement", - "Modifier": "Modifier", - "Modify": "Modify", - "Modify Event": "Modify Event", - "Modulo": "Modulo", - "Moments (MME)": "Moments (MME)", - "Monte-Carlo:": "Monte-Carlo:", - "Month": "Month", - "Month Abbreviations": "Month Abbreviations", - "Month As Factor": "Month As Factor", - "Month Columns (12)": "Month Columns (12)", - "Month Columns (12):": "Month Columns (12):", - "Month(Full Name)-Day-Year(4-digit)": "Month(Full Name)-Day-Year(4-digit)", - "Month(Full Name)/Day/Year(4-digit)": "Month(Full Name)/Day/Year(4-digit)", - "Month(abbr)-Day-Year(4-digit)": "Month(abbr)-Day-Year(4-digit)", - "Month(abbr)/Day/Year(4-digit)": "Month(abbr)/Day/Year(4-digit)", - "Month-Day-Year(4-digit)": "Month-Day-Year(4-digit)", - "Month/Day/Year(4-digit)": "Month/Day/Year(4-digit)", - "Month:": "Mwezi:", - "Monthly": "Kila mwezi", - "Monthly Precipitation 0.05 degree": "Monthly Precipitation 0.05 degree", - "Monthly rainfall less than:": "Monthly rainfall less than:", - "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]", - "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]", - "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]", - "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]", - "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]", - "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]", - "Monthly:": "Monthly:", - "Months": "Months", - "More": "More", - "More ...": "More ...", - "More Options": "Chaguzi zaidi", - "Mosaic Plot": "Mosaic Plot", - "Mosaic Plot Options": "Mosaic Plot Options", - "Moving": "Moving", - "Moving Average": "Moving Average", - "Moving average": "Moving average", - "Multi-Plot": "Multi-Plot", - "Multiple": "Nyingi", - "Multiple Columns": "Multiple Columns", - "Multiple Data Columns": "Multiple Data Columns", - "Multiple Spells": "Multiple Spells", - "Multiple Variables": "Multiple Variables", - "Multiple columns": "Multiple columns", - "Multistate": "Multistate", - "N": "N", - "N Missing": "N Missing", - "N Non Missing": "N Non Missing", - "N Total": "N Total", - "NA": "NA", - "NASA": "NASA", - "NCMP Count Records": "NCMP Count Records", - "NCMP Indices": "NCMP Indices", - "NCMP Metadata": "NCMP Metadata", - "NCMP Region Average": "NCMP Region Average", - "NCMP Summary File": "NCMP Summary File", - "NCMP Trend Graphs": "NCMP Trend Graphs", - "NCMP Variogram": "NCMP Variogram", - "NOAA": "NOAA", - "NSE": "NSE", - "NULL": "NULL", - "Name New Columns": "Name New Columns", - "Name:": "Jina:", - "Nash-Sutcliffe efficiency": "Nash-Sutcliffe efficiency", - "Native": "Native", - "Natural Log": "Natural Log", - "Negative_Binomial": "Negative_Binomial", - "Neighbour:": "Neighbour:", - "Neighbouring": "Neighbouring", - "Nelder-Mead": "Nelder-Mead", - "NetCDF Options": "Chaguzi za NetCDF", - "Neutral Level:": "Neutral Level:", - "New": "New", - "New Column Name": "New Column Name", - "New Column Name:": "Jina Mpya la Safu wima:", - "New Data Frame": "New Data Frame", - "New Data Frame Name:": "New Data Frame Name:", - "New Data Frame:": "New Data Frame:", - "New Distribution": "Usambazaji Mpya", - "New Filter Name:": "New Filter Name:", - "New Label": "New Label", - "New Metadata Name": "New Metadata Name", - "New Name:": "New Name:", - "New Theme Name": "New Theme Name", - "New Value:": "New Value:", - "New column will be at the: ": "New column will be at the: ", - "New column will be at:": "New column will be at:", - "New column will be: ": "New column will be: ", - "NewCenturySchoolbook": "NewCenturySchoolbook", - "Next": "Next", - "NimbusMonURWHelvetica": "NimbusMonURWHelvetica", - "NimbusRom": "NimbusRom", - "NimbusSanCond": "NimbusSanCond", - "No": "No", - "No ": "No ", - "No Backup Data File Detected": "No Backup Data File Detected", - "No Backup Debugging Log File Detected": "No Backup Debugging Log File Detected", - "No Backup Log File Detected": "No Backup Log File Detected", - "No Capitals": "No Capitals", - "No Connection": "No Connection", - "No Data Loaded": "No Data Loaded", - "No Decimal": "No Decimal", - "No Facets": "No Facets", - "No Files found": "No Files found", - "No Plot": "No Plot", - "No Space ()": "No Space ()", - "No Title": "Hakuna Kichwa", - "No data loaded": "No data loaded", - "No of Bins: ": "No of Bins: ", - "No of Clusters:": "No of Clusters:", - "No package with this name.": "No package with this name.", - "No preview available.": "No preview available.", - "No sheet selected.": "No sheet selected.", - "No. Bids Received:": "Zabuni Zilizopokelewa:", - "No. Considered Bids:": "Zabuni Inayozingatiwa:", - "No. of Directions:": "No. of Directions:", - "No. of Speeds:": "No. of Speeds:", - "No_Distribution": "No_Distribution", - "Non-Parametric One Way ANOVA": "Non-Parametric One Way ANOVA", - "Non-Parametric Two Way ANOVA": "Non-Parametric Two Way ANOVA", - "Non_Parametric One Sample Tests": "Non_Parametric One Sample Tests", - "None": "None", - "Norm": "Norm", - "Normal": "Normal", - "Normal Convert": "Normal Convert", - "Normalise": "Normalise", - "Normalised Parent Coordinates": "Normalised Parent Coordinates", - "Normalized root mean squared error": "Normalized root mean squared error", - "Northern Hemisphere": "Northern Hemisphere", - "Not Implemented": "Not Implemented", - "Not implemented": "Not implemented", - "Notch": "Notch", - "November": "November", - "Nudge": "Nudge", - "Null Hypothesis:": "Null Hypothesis:", - "Number": "Number", - "Number Of Colours:": "Number Of Colours:", - "Number of Categories": "Number of Categories", - "Number of Column(s):": "Number of Column(s):", - "Number of Columns": "Number of Columns", - "Number of Columns to Insert:": "Number of Columns to Insert:", - "Number of Columns:": "Idadi ya nguzo:", - "Number of Components:": "Number of Components:", - "Number of Digits to Display:": "Number of Digits to Display:", - "Number of Iterations:": "Number of Iterations:", - "Number of Missing": "Number of Missing", - "Number of Pieces to Return:": "Idadi ya Vipande vya Kurudisha:", - "Number of Preview Rows:": "Number of Preview Rows:", - "Number of Quantiles:": "Number of Quantiles:", - "Number of Rainy Days": "Number of Rainy Days", - "Number of Rows to Insert:": "Number of Rows to Insert:", - "Number of Rows:": "Idadi ya Safu:", - "Number of Samples:": "Idadi ya Sampuli:", - "Number of Thresholds:": "Number of Thresholds:", - "Number of non-numeric: ": "Number of non-numeric: ", - "Numeric": "Numeric", - "Numeric by Categorical:": "Hesabu kwa Jamii:", - "Numeric by Numeric:": "Nambari na Nambari:", - "Numeric:": "Numeric:", - "Numerical summaries": "Numerical summaries", - "Object to View:": "Kitu cha Kutazama:", - "Objects": "Objects", - "Objects to Delete:": "Vitu vya Kufuta:", - "Objects to Reorder:": "Objects to Reorder:", - "Observations:": "Observations:", - "Observed:": "Observed:", - "Occurence": "Occurence", - "Occurrence": "Occurrence", - "October": "October", - "Ok": "Ok", - "Ok: Layout contains all graphs": "Ok: Layout contains all graphs", - "Old": "Old", - "Omit Below": "Omit Below", - "Omit End": "Omit End", - "Omit Missing Values": "Omit Missing Values", - "Omit Months": "Omit Miezi", - "Omit Start": "Omit Start", - "Omit Value(s)": "Omit Value(s)", - "Omit Zero": "Omit Zero", - "Ona": "Ona", - "One Data Frame": "One Data Frame", - "One Sample": "One Sample", - "One Variable Compare Models": "One Variable Compare Models", - "One Variable Fit Model": "One Variable Fit Model", - "One Variable Graph": "One Variable Graph", - "One Variable Graph Options": "One Variable Graph Options", - "One Variable Summarise": "Muhtasari mmoja unaobadilika", - "One Variable Use Model": "One Variable Use Model", - "One Way ANOVA": "One Way ANOVA", - "One Way Frequencies": "Njia Moja Masafa", - "One Way Frequencies Options": "Njia Moja ya Chaguzi za Masafa", - "One-Sided (y1y2)": "One-Sided (y1>y2)", - "Only Include Data Variables": "Only Include Data Variables", - "Only My Countries": "Only My Countries", - "Open": "Open", - "Open Browser": "Open Browser", - "Open Dataset from Library": "Open Dataset from Library", - "Open Log File": "Open Log File", - "Open SST": "Open SST", - "Open Script as File": "Open Script as File", - "Operator:": "Operator:", - "Optimal String Alignment": "Optimal String Alignment", - "Optimisation": "Optimisation", - "Option 1:": "Option 1:", - "Option 2:": "Option 2:", - "Option:": "Option:", - "Options": "Chaguzi", - "Options by Context Boxplot": "Options by Context Boxplot", - "Options:": "Chaguzi:", - "Or": "Or", - "Or Column": "Or Column", - "OrRd": "OrRd", - "Orange": "Orange", - "Oranges": "Oranges", - "Ord.": "Ord.", - "Order": "Agizo", - "Order By:": "Order By:", - "Order by another variable": "Order by another variable", - "Order:": "Agizo:", - "Ordered Factor": "Ordered Factor", - "Ordered Factor:": "Ordered Factor:", - "Ordinary": "Ordinary", - "Organise": "Organise", - "Origin": "Origin", - "Origin:": "Origin:", - "Original Level": "Original Level", - "Orthogonal": "Orthogonal", - "Other Axis (Optional):": "Mhimili Mwingine (Hiari):", - "Other Blocking Variables:": "Other Blocking Variables:", - "Other Contexts:": "Other Contexts:", - "Other IDs:": "Other IDs:", - "Other Measurements:": "Other Measurements:", - "Other Observed Variables:": "Other Observed Variables:", - "Other Options:": "Other Options:", - "Other Predicted Variables:": "Other Predicted Variables:", - "Out of Days:": "Out of Days:", - "Outlier": "Outlier", - "Outline": "Outline", - "Outlying": "Outlying", - "Output": "Output", - "Output ": "Pato ", - "Output Format:": "Output Format:", - "Output Grid Square Data": "Output Grid Square Data", - "Output Options": "Output Options", - "Output for CPT": "Output for CPT", - "Outward": "Outward", - "Over": "Over", - "Over Day(s):": "Over Day(s):", - "Over Days:": "Over Days:", - "Overall Interval Length:": "Overall Interval Length:", - "Overwrite Title": "Overwrite Title", - "Overwrite existing if duplicates found": "Overwrite existing if duplicates found", - "P10": "P10", - "P20": "P20", - "P25": "P25", - "P30": "P30", - "P33": "P33", - "P40": "P40", - "P60": "P60", - "P67": "P67", - "P70": "P70", - "P75": "P75", - "P80": "P80", - "P90": "P90", - "PBIAS": "PBIAS", - "PBIB": "PBIB", - "PCA Options": "PCA Options", - "PELT": "PELT", - "PICSA Crops": "PICSA Crops", - "PICSA Options": "PICSA Options", - "PICSA Rainfall Graph": "Grafu ya Mvua ya PICSA", - "PICSA Rainfall Graphs": "PICSA Rainfall Graphs", - "PICSA Temperature": "PICSA Temperature", - "PP": "PP", - "PP-Plot": "PP-Plot", - "PPP Adjusted Contract Value:": "PPP Adjusted Contract Value:", - "PRGn": "PRGn", - "Package Name:": "Package Name:", - "Package exists and not currently installed.": "Package exists and not currently installed.", - "Package is installed and up to date.": "Package is installed and up to date.", - "Package is installed. Newer version available: ": "Package is installed. Newer version available: ", - "Package is installed. No version information available.": "Package is installed. No version information available.", - "Packages Documenation": "Packages Documenation", - "Pad": "Pad", - "Pad Date": "Pad Date", - "Pad:": "Pad:", - "Page by:": "Ukurasa na:", - "Pairwise": "Pairwise", - "Pairwise Plot": "Pairwise Plot", - "Palatino": "Palatino", - "Palette:": "Palette:", - "Panel": "Jopo", - "Panel (More Options)": "Panel (More Options)", - "Panel Background": "Panel Background", - "Panel Border": "Panel Border", - "Panel Border and Background ": "Panel Border and Background ", - "Panel Grid": "Panel Grid", - "Panel Spacing": "Panel Spacing", - "Panel and Background ": "Panel and Background ", - "Panel background": "Panel background", - "Panel border": "Panel border", - "Panel.ontop": "Panel.ontop", - "Parallel Coordinate Plot": "Uwanja wa Kuratibu Sambamba", - "Parallel Plots": "Viwanja Sambamba", - "Parameter:": "Parameter:", - "Parametric": "Parametric", - "Parcoord Options": "Chaguzi za Parcoord", - "Pars": "Pars", - "Partial": "Partial", - "Partitioning:": "Partitioning:", - "Paste Data to New Column(s)": "Paste Data to New Column(s)", - "Paste Data to New Data Frame": "Paste Data to New Data Frame", - "Pastel1": "Pastel1", - "Pastel2": "Pastel2", - "Path:": "Path:", - "Pattern:": "Mfano:", - "Peaks": "Peaks", - "Pearson": "Pearson", - "Pearson Correlation": "Pearson Correlation", - "Pen.Value:": "Pen.Value:", - "Penalty:": "Penalty:", - "PenmanMonteith": "PenmanMonteith", - "Pentad": "Pentad", - "Perc": "Perc", - "Percent": "Percent", - "Percent Correct": "Percent Correct", - "Percent bias": "Percent bias", - "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]", - "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]", - "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]", - "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]", - "Percentage of factor": "Percentage of factor", - "Percentages": "Percentages", - "Percentages of overall total": "Percentages of overall total", - "Percentile": "Percentile", - "Percentile Rose": "Percentile Rose", - "Percentile:": "Percentile:", - "Percents": "Percents", - "Period .": "Period .", - "Period(.)": "Period(.)", - "Period:": "Period:", - "Permute Column": "Ruhusu safu wima", - "Pettitt": "Pettitt", - "PiYG": "PiYG", - "Picas": "Picas", - "Pie Chart": "Jedwali la mdwara", - "Pie Chart Options": "Chaguzi za Chati ya Keki", - "Pierce Skill Score": "Pierce Skill Score", - "Pink": "Pink", - "Plain": "Plain", - "Planting Day(s):": "Planting Day(s):", - "Plot": "Njama", - "Plot Anomaly": "Plot Anomaly", - "Plot Background ": "Plot Background ", - "Plot Capitals:": "Plot Capitals:", - "Plot Cities": "Plot Cities", - "Plot Coast Lines": "Plot Coast Lines", - "Plot Countries": "Plot Countries", - "Plot Graph": "Plot Graph", - "Plot Height:": "Plot Height:", - "Plot High Resolution": "Plot High Resolution", - "Plot Likelihood": "Plot Likelihood", - "Plot Log-Likelihood": "Plot Log-Likelihood", - "Plot Margin": "Plot Margin", - "Plot Options": "Chaguzi za Njama", - "Plot Options...": "Chaguzi za Njama ...", - "Plot Own Locations": "Plot Own Locations", - "Plot Region": "Mkoa wa Njama", - "Plot Rivers": "Plot Rivers", - "Plot Title": "Plot Title", - "Plot Title and Caption": "Plot Title and Caption", - "Plot Type": "Plot Type", - "Plot Width:": "Plot Width:", - "Plot character": "Plot character", - "Plot subtitle (text appearance)": "Plot subtitle (text appearance)", - "Plot title (text appearance)": "Plot title (text appearance)", - "Plot type": "Plot type", - "Plot window": "Plot window", - "Plots": "Plots", - "Plus4": "Plus4", - "Plus:": "Plus:", - "Point": "Point", - "Point Jitter:": "Point Jitter:", - "Point Options": "Point Options", - "Point Plot": "Point Plot", - "Point Transparency:": "Point Transparency:", - "Point plot": "Point plot", - "Points": "Pointi", - "Poisson": "Poisson", - "Polar Annulus": "Polar Annulus", - "Polar Cluster": "Polar Cluster", - "Polar Coordinate:": "Polar Coordinate:", - "Polar Coordinates": "Polar Coordinates", - "Polar Cordinates": "Polar Cordinates", - "Polar Plot": "Polar Plot", - "Polar frequency": "Polar frequency", - "Pollutant:": "Pollutant:", - "Polygon Options": "Chaguzi za poligoni", - "Polynomial:": "Polynomial:", - "Polynomials": "Polynomials", - "Population Pyramids": "Population Pyramids", - "Population_Failures": "Population_Failures", - "Population_Successes": "Population_Successes", - "Port:": "Port:", - "Position": "Position", - "Position - Estimates:": "Position - Estimates:", - "Position - Reference:": "Position - Reference:", - "Position:": "Position:", - "Postion:": "Postion:", - "Precipitation": "Precipitation", - "Precipitation >= 10mm Per Day [20:R10mm]": "Precipitation >= 10mm Per Day [20:R10mm]", - "Precipitation >= 20mm Per Day [21:R20mm]": "Precipitation >= 20mm Per Day [21:R20mm]", - "Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Precipitation >= a Specified Amount Per Day [22:Rnnmm]", - "Precipitation Quantiles:": "Precipitation Quantiles:", - "Precipitation:": "Precipitation:", - "Predict": "Predict", - "Predict...": "Predict...", - "Prediction": "Prediction", - "Predictions:": "Predictions:", - "Prefix For Inserted Column(s):": "Prefix For Inserted Column(s):", - "Prefix for Data Frames:": "Prefix for Data Frames:", - "Prefix for New Column:": "Prefix for New Column:", - "Prefix for New Columns:": "Prefix for New Columns:", - "Preview Current Sheet": "Chungulia Karatasi ya Sasa", - "Preview Log": "Chungulia Ingia", - "Preview Output": "Hakiki Pato", - "Preview not yet implemented for this file type.": "Preview not yet implemented for this file type.", - "Preview:": "Preview:", - "Primary": "Primary", - "Primary data": "Primary data", - "Principal Component Analysis": "Principal Component Analysis", - "Print": "Chapisha", - "Print Current Sheet": "Chapisha Karatasi ya Sasa", - "Print Log": "Chapisha Ingia", - "Print Output": "Chapisha Pato", - "Print Proportions Table(s)": "Print Proportions Table(s)", - "Print Results to Output Window": "Print Results to Output Window", - "Print and Preview Options": "Magazeti na hakikisho Chaguzi", - "Print declustered summary": "Print declustered summary", - "Print to Output Window": "Print to Output Window", - "Prob-prob Plot": "Prob-prob Plot", - "Probabilities": "Probabilities", - "Probability": "Uwezekano", - "Probability plot": "Probability plot", - "Probit": "Ubora", - "Procedure Type:": "Aina ya Utaratibu:", - "Procurement Category:": "Jamii ya Ununuzi:", - "Procurement Type 2:": "Procurement Type 2:", - "Procurement Type 3:": "Procurement Type 3:", - "Procurement Type Categories:": "Procurement Type Categories:", - "Procuring Authority ID:": "Procuring Authority ID:", - "Procuring Authority:": "Mamlaka ya Ununuzi:", - "Produce Bootstrap": "Produce Bootstrap", - "Project ID:": "Project ID:", - "Project Name:": "Project Name:", - "Prop. and Percentages...": "Prop. and Percentages...", - "Property": "Property", - "Property:": "Property:", - "Proportion": "Proportion", - "Proportions": "Proportions", - "Proportions or Percentages": "Proportions or Percentages", - "Proportions/Percentiles/Count": "Proportions/Percentiles/Count", - "Provincial": "Provincial", - "PuBu": "PuBu", - "PuBuGn": "PuBuGn", - "PuOr": "PuOr", - "PuRd": "PuRd", - "Purple": "Purple", - "Purples": "Purples", - "Q-Q": "Q-Q", - "Q. Method:": "Q. Method:", - "Q1": "Q1", - "Q3": "Q3", - "Q:": "Q:", - "QQ": "QQ", - "QQ-Plot": "QQ-Plot", - "QQ2 Plot": "QQ2 Plot", - "Qn": "Qn", - "Qualitative": "Qualitative", - "Qualitative Supplementary Variables": "Qualitative Supplementary Variables", - "Quality Control Level for Rain:": "Quality Control Level for Rain:", - "Quality Control Level for Temperature:": "Quality Control Level for Temperature:", - "Quantile": "Quantile", - "Quantile Algorithm:": "Quantile Algorithm:", - "Quantile:": "Quantile:", - "Quantiles": "Quantiles", - "Quantitative Supplementary Variables": "Quantitative Supplementary Variables", - "Quarter": "Quarter", - "Quartiles && Terciles": "Quartiles && Terciles", - "Quartiles (QME)": "Quartiles (QME)", - "Quasi": "Quasi", - "Quasibinomial": "Quasibinomial", - "Quasipoisson": "Quasipoisson", - "R Options": "R Options", - "R Package Issues": "R Package Issues", - "R Package:": "R Package:", - "R Packages": "R Packages", - "R package:": "R package:", - "REGW": "REGW", - "RFE2 10-day Precipitation": "RFE2 10-day Precipitation", - "RFE2 Daily Precipitation": "RFE2 Daily Precipitation", - "RMSE": "RMSE", - "R^2": "R^2", - "Radiation:": "Mionzi:", - "RadioButton1": "RadioButton1", - "Rain": "Rain", - "Rain Column:": "Rain Column:", - "Rain:": "Mvua:", - "Rainfall": "Mvua", - "Random": "Bila mpangilio", - "Random Examples": "Random Examples", - "Random String (Salt):": "Random String (Salt):", - "Random Subsets": "Usambazaji wa nasibu", - "Range": "Mbalimbali", - "Range:": "Range:", - "Rank": "Cheo", - "Rate": "Rate", - "Rates": "Rates", - "Rating Data": "Rating Data", - "Ratio of root mean square error": "Ratio of root mean square error", - "Ratio of standard deviations": "Ratio of standard deviations", - "RdBu": "RdBu", - "RdGy": "RdGy", - "RdPu": "RdPu", - "RdYlBu": "RdYlBu", - "RdYlGn": "RdYlGn", - "Recode Factor": "Recode Factor", - "Recode Numeric": "Recode Numeric", - "Recode Numeric Into Quantiles": "Recode Numeric Into Quantiles", - "Rectangular": "Rectangular", - "Red": "Red", - "Red Flags:": "Bendera Nyekundu:", - "Redo": "Redo", - "Reds": "Reds", - "Reference Level": "Reference Level", - "Reference Values:": "Reference Values:", - "Refresh Preview": "Refresh Preview", - "Regex": "Regex", - "Regex Keyboard": "Regex Keyboard", - "Region Average Data Frame:": "Region Average Data Frame:", - "Region:": "Mkoa:", - "Regular Sequence": "Regular Sequence", - "Relationships": "Relationships", - "Relative Nash-Sutcliffe efficiency": "Relative Nash-Sutcliffe efficiency", - "Relative index of agreement": "Relative index of agreement", - "Remember Credentials": "Remember Credentials", - "Remove All Pairs": "Ondoa Jozi Zote", - "Remove Colour": "Remove Colour", - "Remove Condition": "Remove Condition", - "Remove Current Filter": "Remove Current Filter", - "Remove Legend": "Remove Legend", - "Remove Missing Values": "Remove Missing Values", - "Remove Selected Pair": "Ondoa Jozi Iliyochaguliwa", - "Remove Unused Labels": "Remove Unused Labels", - "Remove Unused Levels": "Remove Unused Levels", - "Remove rows with any missing values": "Remove rows with any missing values", - "Rename Column": "Rename Column", - "Rename Data Frame": "Rename Data Frame", - "Rename Metadata": "Rename Metadata", - "Rename Objects": "Rename Objects", - "ReoGridControl1": "ReoGridControl1", - "Reoder Metadata": "Metadata ya Kurekebisha", - "Reorder Column(s)...": "Reorder Column(s)...", - "Reorder Columns": "Reorder Columns", - "Reorder Data Frames": "Reorder Data Frames", - "Reorder Levels": "Panga Ngazi", - "Reorder Objects": "Reorder Objects", - "Repeat Values:": "Repeat Values:", - "Replace All": "Badilisha zote", - "Replace By:": "Badilisha na:", - "Replace Missing Values": "Replace Missing Values", - "Replace NA with:": "Replace NA with:", - "Replace Values": "Replace Values", - "Replace if Already Exists": "Replace if Already Exists", - "Replicates": "Replicates", - "Require start day before planting day": "Require start day before planting day", - "Required Format": "Required Format", - "Required Time Format": "Required Time Format", - "Reserve Free Space": "Reserve Free Space", - "Reset": "Reset", - "Reset ": "Reset ", - "Reset Row Names to Positive Integers": "Reset Row Names to Positive Integers", - "Residuals": "Residuals", - "Residuals v Fitted Values": "Residuals v Fitted Values", - "Residuals v Leverage": "Residuals v Leverage", - "Resolution:": "Resolution:", - "Response": "Response", - "Response Variable Type:": "Response Variable Type:", - "Response Variable:": "Response Variable:", - "Restore Hierarchy": "Restore Hierarchy", - "Restrict Entry:": "Restrict Entry:", - "Restrict data values": "Restrict data values", - "Result Name": "Result Name", - "Result Name:": "Jina la Matokeo:", - "Result into:": "Result into:", - "Return": "Return", - "Reverse Order Of Colours": "Reverse Order Of Colours", - "Rho": "Rho", - "Right": "Right", - "Right Join": "Right Join", - "Right:": "Right:", - "Rl Plot": "Rl Plot", - "Robust": "Robust", - "Rolling Contract Number Issuer:": "Rolling Contract Number Issuer:", - "Rolling Contract Number Winner:": "Rolling Contract Number Winner:", - "Rolling Contract Share Winner:": "Rolling Contract Share Winner:", - "Rolling Contract Sum Issuer:": "Rolling Contract Sum Issuer:", - "Rolling Contract Sum Winner:": "Rolling Contract Sum Winner:", - "Root mean squared error": "Root mean squared error", - "Rotation": "Rotation", - "Row": "Mstari", - "Row (%)": "Safu mlalo (%)", - "Row Names Or Numbers": "Row Names Or Numbers", - "Row Statistic": "Row Statistic", - "Row Summaries": "Row Summaries", - "Row Variable (Factor):": "Mstari wa Kutofautiana (Sababu):", - "Row Variable(s):": "Row Variable(s):", - "Row:": "Mstari:", - "Rows": "Safu", - "Rows to Count Over:": "Rows to Count Over:", - "Rows to Skip:": "Rows to Skip:", - "Rows to Summarise:": "Rows to Summarise:", - "Rows to Take Max Over:": "Rows to Take Max Over:", - "Rows:": "Rows:", - "Rug": "Rug", - "Rug Color:": "Rangi ya zulia:", - "Rug Plot": "Rug Plot", - "Rug Plot Options": "Rug Plot Options", - "Rugs": "Rugs", - "Run All Text": "Run All Text", - "Run Backup Log": "Run Backup Log", - "Run Current Line": "Run Current Line", - "Run Length": "Run Length", - "Run Selected Text": "Run Selected Text", - "SANN": "SANN", - "SDlog": "SDlog", - "SF Options": "SF Options", - "SIC": "SIC", - "SNHT": "SNHT", - "SNK": "SNK", - "SPEI": "SPEI", - "SPI": "SPI", - "SPI/SPEI": "SPI/SPEI", - "SS 2009:": "SS 2009:", - "SS 2011:": "SS 2011:", - "SS 2013": "SS 2013", - "SS 2015:": "SS 2015:", - "SST Data Frame Name:": "SST Data Frame Name:", - "Same": "Same", - "Same (Element1)": "Same (Element1)", - "Same Scale (coord-equal)": "Same Scale (coord-equal)", - "Sample": "Sample", - "Sample Size:": "Ukubwa wa Mfano:", - "Sample_Size": "Sample_Size", - "Sampling Fraction:": "Sampling Fraction:", - "Satelite": "Sateliti", - "Satelite Anomalies": "Satelite Anomalies", - "Satelite Element:": "Satelite Element:", - "Save": "Save", - "Save Backup Data...": "Save Backup Data...", - "Save Backup Internal Log...": "Save Backup Internal Log...", - "Save Backup Log...": "Save Backup Log...", - "Save Bootstrap": "Save Bootstrap", - "Save Calculation Only": "Okoa Hesabu tu", - "Save Calculation and Result": "Okoa Hesabu na Matokeo", - "Save Column Position": "Save Column Position", - "Save Data As": "Hifadhi Data Kama", - "Save Data To:": "Hifadhi Data Kwa:", - "Save Date:": "Save Date:", - "Save Details": "Save Details", - "Save Downloaded File To:": "Save Downloaded File To:", - "Save Downloaded File to:": "Save Downloaded File to:", - "Save Dummy:": "Save Dummy:", - "Save Estimate": "Save Estimate", - "Save File As:": "Save File As:", - "Save Fit": "Save Fit", - "Save Graph": "Save Graph", - "Save Graph Result:": "Save Graph Result:", - "Save Graph:": "Save Graph:", - "Save Index into:": "Save Index into:", - "Save Indices": "Save Indices", - "Save Log File...": "Save Log File...", - "Save Map": "Save Map", - "Save Model": "Hifadhi Mfano", - "Save Model:": "Save Model:", - "Save Nothing": "Okoa chochote", - "Save Output": "Save Output", - "Save Plot": "Save Plot", - "Save Result": "Save Result", - "Save Result ": "Save Result ", - "Save Result:": "Save Result:", - "Save Script...": "Save Script...", - "Save Table": "Save Table", - "Save Test": "Save Test", - "Save Test Object:": "Save Test Object:", - "Save Treemap": "Save Treemap", - "Save as single file": "Save as single file", - "Save estimates in": "Save estimates in", - "Save file(s) to:": "Save file(s) to:", - "Save test object": "Save test object", - "Save values": "Save values", - "Saving Options": "Saving Options", - "Saving at:": "Saving at:", - "Scale": "Scale", - "Scale Data": "Scale Data", - "Scale Numeric Variables": "Scale Numeric Variables", - "Scale by:": "Scale by:", - "Scale-Location": "Scale-Location", - "Scale:": "Kiwango:", - "Scaled Fractions": "Scaled Fractions", - "Scaled Points": "Scaled Points", - "Scales": "Scales", - "Scatter Matrix": "Scatter Matrix", - "Scatter Plot": "Scatter Plot", - "Scatter Plot Options": "Scatter Plot Options", - "Scatter and line plot": "Scatter and line plot", - "Scatter plot": "Scatter plot", - "Score": "Score", - "Scree Plot": "Scree Plot", - "Sd": "Sd", - "Sd_Pop:": "Sd_Pop:", - "Sea surface temperature": "Sea surface temperature", - "Search in ": "Search in ", - "Search to end only": "Search to end only", - "Season Dates": "Season Dates", - "Seasonal Comparisons": "Seasonal Comparisons", - "Seasonal Summary": "Seasonal Summary", - "Seasonality (Harmonics)": "Msimu (Harmoniki)", - "Seasonality:": "Seasonality:", - "Second": "Second", - "Second Column:": "Second Column:", - "Second Context:": "Second Context:", - "Second Data Frame": "Second Data Frame", - "Second Data Frame:": "Second Data Frame:", - "Second Explanatory Variable": "Second Explanatory Variable", - "Second Explanatory Variable:": "Second Explanatory Variable:", - "Second Factor": "Second Factor", - "Second Factor (Optional):": "Second Factor (Optional):", - "Second Factor:": "Sababu ya pili:", - "Second Variable": "Second Variable", - "Second Variable:": "Mbadala ya pili:", - "Seconds:": "Seconds:", - "Secrecy Score:": "Secrecy Score:", - "Seed": "Seed", - "SegNeigh": "SegNeigh", - "Select": "Select", - "Select All": "Select All", - "Select All Levels": "Select All Levels", - "Select And Stuck": "Select And Stuck", - "Select Contrast Name:": "Select Contrast Name:", - "Select Date Range": "Select Date Range", - "Select Day of Year Range": "Select Day of Year Range", - "Select Elements Observation Data to Import": "Select Elements Observation Data to Import", - "Select File Type:": "Select File Type:", - "Select Levels:": "Select Levels:", - "Select Month": "Select Month", - "Select Month(s) to Omit:": "Select Month(s) to Omit:", - "Select Sheets:": "Select Sheets:", - "Select Station:": "Select Station:", - "Select Stations to Import": "Select Stations to Import", - "Select Theme": "Select Theme", - "Select all": "Select all", - "Select by condition": "Select by condition", - "Select by factor values": "Select by factor values", - "Selected Column": "Selected Column", - "Selected Column(s):": "Selected Column(s):", - "Selected Column:": "Selected Column:", - "Selected Columns:": "Selected Columns:", - "Selected Data Frame": "Selected Data Frame", - "Selected Data Frames:": "Selected Data Frames:", - "Selected Elements:": "Selected Elements:", - "Selected Factor:": "Selected Factor:", - "Selected Filter Preview": "Selected Filter Preview", - "Selected Filter Preview:": "Selected Filter Preview:", - "Selected Graph:": "Selected Graph:", - "Selected Graphs:": "Selected Graphs:", - "Selected Key:": "Ufunguo uliochaguliwa:", - "Selected Link:": "Selected Link:", - "Selected Metadata": "Selected Metadata", - "Selected Model:": "Selected Model:", - "Selected Object(s):": "Selected Object(s):", - "Selected Object:": "Selected Object:", - "Selected Objects:": "Selected Objects:", - "Selected Set:": "Selected Set:", - "Selected Stations:": "Selected Stations:", - "Selected Variable:": "Chaguo Zilizochaguliwa:", - "Selected Variables": "Vigezo vilivyochaguliwa", - "Selected Variables:": "Selected Variables:", - "Selected column": "Selected column", - "Selection": "Selection", - "Semi Join": "Semi Join", - "Semi-Colon(;)": "Semi-Colon(;)", - "Semicolon ;": "Semicolon ;", - "Send Debugging Log to R-Instat Team": "Send Debugging Log to R-Instat Team", - "Separate Tables": "Separate Tables", - "Separator": "Separator", - "Separator:": "Separator:", - "September": "September", - "Sequence": "Sequence", - "Sequence Definition": "Sequence Definition", - "Sequence Preview:": "Sequence Preview:", - "Sequence extended to match": "Sequence extended to match", - "Sequence matches the length of the data frame.": "Sequence matches the length of the data frame.", - "Sequence of Values": "Sequence of Values", - "Sequence truncated to match": "Sequence truncated to match", - "Sequential": "Sequential", - "Serif": "Serif", - "Set Colour Breaks": "Set Colour Breaks", - "Set New Name:": "Set New Name:", - "Set Row Names from Column": "Set Row Names from Column", - "Set Seed": "Set Seed", - "Set Seed:": "Set Seed:", - "Set1": "Set1", - "Set2": "Set2", - "Set3": "Set3", - "Sets:": "Seti:", - "Settings": "Settings", - "Shape": "Shape", - "Shape (Optional):": "Shape (Optional):", - "Shape File": "Shape File", - "Shape1": "Shape1", - "Shape2": "Shape2", - "Sheet Metadata": "Karatasi Metadata", - "Shift Daily Data": "Shift Daily Data", - "Shift:": "Shift:", - "Shifted": "Shifted", - "Short": "Short", - "Show": "Show", - "Show Arguments": "Show Arguments", - "Show Calculator": "Show Calculator", - "Show Climatic Menu": "Show Climatic Menu", - "Show Column Types": "Show Column Types", - "Show Count": "Show Count", - "Show Details >>": "Show Details >>", - "Show Frequencies": "Show Frequencies", - "Show Hidden Columns in Selector": "Show Hidden Columns in Selector", - "Show ID": "Show ID", - "Show Missing": "Show Missing", - "Show Missing Values": "Show Missing Values", - "Show Model": "Show Model", - "Show Model Summary": "Show Model Summary", - "Show Non Missing": "Show Non Missing", - "Show Numeric Values": "Show Numeric Values", - "Show Options By Context Menu": "Show Options By Context Menu", - "Show Parameters": "Show Parameters", - "Show Percentage": "Show Percentage", - "Show Percentages": "Show Percentages", - "Show Procurement Menu": "Show Procurement Menu", - "Show Row Names": "Show Row Names", - "Show Strings": "Show Strings", - "Show Structured Menu": "Show Structured Menu", - "Show Summary": "Show Summary", - "Show Variable Labels": "Show Variable Labels", - "Show calculator": "Show calculator", - "Show commands": "Show commands", - "Show grid lines": "Onyesha mistari ya gridi", - "Show stars on summary tables for coefficients": "Show stars on summary tables for coefficients", - "Show waiting dialog when command takes longer than": "Show waiting dialog when command takes longer than", - "Showing ": "Showing ", - "Shrink: ": "Shrink: ", - "Sign Test": "Sign Test", - "Signature Date:": "Tarehe ya Saini:", - "Signature Period (25 Quartiles):": "Signature Period (25 Quartiles):", - "Signature Period (5 Quartiles):": "Signature Period (5 Quartiles):", - "Signature Period Categories:": "Signature Period Categories:", - "Signature Period Corrected:": "Signature Period Corrected:", - "Signature Period:": "Signature Period:", - "Significance Level": "Significance Level", - "Significance Level:": "Significance Level:", - "Significance Stars": "Significance Stars", - "Significance Test": "Significance Test", - "Significant Figures:": "Takwimu muhimu:", - "Significant Height of combined wind waves And swell": "Significant Height of combined wind waves And swell", - "Simple": "Rahisi", - "Simple Convert": "Simple Convert", - "Simple Options": "Simple Options", - "Simple Precipitation Intensity Index [19:SDII]": "Simple Precipitation Intensity Index [19:SDII]", - "Single": "Single", - "Single Bidder:": "Single Bidder:", - "Single Column": "Single Column", - "Single Graphs": "Single Graphs", - "Single Point": "Pointi Moja", - "Single Value:": "Single Value:", - "Single Variable": "Single Variable", - "Single column": "Single column", - "Site": "Site", - "Size": "Size", - "Size Of Cities:": "Size Of Cities:", - "Size Of City Labels:": "Size Of City Labels:", - "Size X-Axis": "Size X-Axis", - "Size Y-Axis": "Size Y-Axis", - "Size:": "Ukubwa:", - "Skewness": "Skewness", - "Skewness (3rd Moment)": "Skewness (3rd Moment)", - "Skewness Weight:": "Uzito wa ujanja:", - "Slope": "Slope", - "Small State:": "Small State:", - "Smooth": "Smooth", - "Smoothing Curves": "Smoothing Curves", - "Sn": "Sn", - "Solar": "Solar", - "Solid": "Solid", - "Sort": "Panga", - "Sort Data after filling gaps": "Sort Data after filling gaps", - "Sort Variables": "Sort Variables", - "Sort by Column": "Sort by Column", - "Sort by Name": "Sort by Name", - "Sort by Row Names": "Sort by Row Names", - "Sort by:": "Sort by:", - "Sort values": "Sort values", - "Source:": "Source:", - "Space ( )": "Space ( )", - "Space between Strips and Axes": "Space between Strips and Axes", - "Span:": "Span:", - "Spanish": "Spanish", - "Spearman": "Spearman", - "Specific": "Specific", - "Specifiy": "Maalum", - "Specify": "Taja", - "Specify Breaks": "Specify Breaks", - "Specify Decimals (from Numeric)": "Specify Decimals (from Numeric)", - "Specify Format": "Specify Format", - "Specify Layout": "Specify Layout", - "Specify Link": "Taja Kiunga", - "Specify Lower Limit": "Specify Lower Limit", - "Specify Order": "Specify Order", - "Specify Rows": "Specify Rows", - "Specify Title": "Specify Title", - "Specify Upper Limit": "Specify Upper Limit", - "Spectral": "Spectral", - "Speed Cuts:": "Speed Cuts:", - "Spell": "Spell", - "Spell Can Span Years": "Spell Can Span Years", - "Spell Length": "Spell Length", - "Spells": "Spells", - "Spline": "Spline", - "Spline d.f.": "Spline d.f.", - "Split Geometry": "Split Geometry", - "Split Text Column": "Gawanya safu wima", - "Split by:": "Kugawanywa na:", - "Sqrt": "Sqrt", - "Square Normalised Parent Coordinates": "Square Normalised Parent Coordinates", - "Square Root": "Square Root", - "Stack": "Stack", - "Stack (melt) Columns": "Rafu (kuyeyuka) Nguzo", - "Stack Bar Graph": "Stack Bar Graph", - "Stack Daily Data": "Stack Daily Data", - "Stack Data Into:": "Weka Takwimu Katika:", - "Stack Multiple Column Sets": "Stack Multiple Column Sets", - "Stack in reverse": "Stack in reverse", - "Stacked Graph": "Stacked Graph", - "Standard Deviation": "Standard Deviation", - "Standard Error of the Mean": "Standard Error of the Mean", - "Standard_deviation": "Standard_deviation", - "Standardise Country Names": "Standardise Country Names", - "Start Date:": "Tarehe ya Kuanza:", - "Start Day": "Start Day", - "Start Month:": "Anza Mwezi:", - "Start New Session": "Start New Session", - "Start Value:": "Start Value:", - "Start Year for Climatological Period:": "Start Year for Climatological Period:", - "Start Year for Region Average:": "Start Year for Region Average:", - "Start Year for Station Trend:": "Start Year for Station Trend:", - "Start Year for Variogram Period:": "Start Year for Variogram Period:", - "Start and End": "Start and End", - "Start date:": "Start date:", - "Start of Rains": "Start of Rains", - "Start(L):": "Start(L):", - "Start:": "Start:", - "Starting Angle:": "Starting Angle:", - "Starting Month:": "Starting Month:", - "Starting from:": "Starting from:", - "Station": "Kituo", - "Station (Optional):": "Station (Optional):", - "Station Anomalies": "Station Anomalies", - "Station Element:": "Station Element:", - "Station Height:": "Station Height:", - "Station IDs": "Station IDs", - "Station Identifier:": "Station Identifier:", - "Station Metadata": "Station Metadata", - "Station Name": "Station Name", - "Station Name:": "Station Name:", - "Station Names": "Station Names", - "Station Qualifiers": "Station Qualifiers", - "Station name": "Station name", - "Station-Element": "Station-Element", - "Station:": "Kituo:", - "StationFile": "StationFile", - "Stations": "Stations", - "Stations-Elements": "Stations-Elements", - "Stations:": "Vituo:", - "Statistic:": "Statistic:", - "Statistics:": "Statistics:", - "Stats": "Stats", - "Stats1": "Stats1", - "Stats2": "Stats2", - "Std": "Std", - "Std Residuals": "Std Residuals", - "Stem and Leaf": "Stem and Leaf", - "Store Results": "Store Results", - "Store Results in Data Frame": "Store Results in Data Frame", - "String": "Kamba", - "String Distance": "Umbali wa Kamba", - "String Handling": "Utunzaji wa Kamba", - "String Height": "String Height", - "String Width": "String Width", - "Strings (Character Columns)": "Kamba (Safu wima za Tabia)", - "StructTS": "StructTS", - "Structure": "Muundo", - "Stud": "Stud", - "Students_t": "Students_t", - "Sub Calculations": "Sub Mahesabu", - "Sub Title Size:": "Ukubwa wa Kichwa:", - "Sub-Calculations:": "Hesabu ndogo:", - "Subset": "Sehemu ndogo", - "Substring": "Substring", - "Subtitle Size:": "Subtitle Size:", - "Success:": "Success:", - "Successive Values": "Successive Values", - "Sum": "Sum", - "Sum of squared residuals": "Sum of squared residuals", - "Sum to Zero": "Sum to Zero", - "Summaries": "Muhtasari", - "Summaries:": "Summaries:", - "Summarise By:": "Summarise By:", - "Summary": "Muhtasari", - "Summary Annotations": "Summary Annotations", - "Summary Columns:": "Nguzo za Muhtasari:", - "Summary Model": "Summary Model", - "Summary Options": "Summary Options", - "Summary Statistics": "Takwimu za Muhtasari", - "Summary Tables": "Majedwali ya Muhtasari", - "Summary data": "Summary data", - "Summary:": "Summary:", - "Summer Days [2:SU]": "Summer Days [2:SU]", - "Sunshine": "Sunshine", - "Sunshine Hours:": "Masaa ya jua:", - "Supplementary Individuals": "Supplementary Individuals", - "Surface pressure": "Surface pressure", - "Survival Object Name:": "Survival Object Name:", - "Symbol:": "Symbol:", - "Symbols": "Symbols", - "Symmetric Extremal Dependence Index": "Symmetric Extremal Dependence Index", - "Symmetric Extreme Dependency Score": "Symmetric Extreme Dependency Score", - "Symmetry": "Symmetry", - "System.Data.DataRowView": "System.Data.DataRowView", - "TAMSAT v3.0": "TAMSAT v3.0", - "TAMSAT v3.1": "TAMSAT v3.1", - "TRMM 3B42 3-Hourly Precipitation": "TRMM 3B42 3-Hourly Precipitation", - "TRMM 3B42 Daily Precipitation": "TRMM 3B42 Daily Precipitation", - "TRUE": "KWELI", - "Table": "Jedwali", - "Table Frequencies": "Masafa ya Meza", - "Table Title:": "Kichwa cha Jedwali:", - "Tables": "Meza", - "Tailored Menus": "Tailored Menus", - "Tax Haven 2:": "Tax Haven 2:", - "Tax Haven 3:": "Tax Haven 3:", - "Tax Haven 3bi:": "Tax Haven 3bi:", - "Tax Haven:": "Tax Haven:", - "Taylor Diagram": "Taylor Diagram", - "Taylor Diagram Options": "Taylor Diagram Options", - "Temperature": "Temperature", - "Temperature Quantiles:": "Temperature Quantiles:", - "Test": "Test", - "Test:": "Test:", - "Text": "Text", - "Text (Output Window)": "Maandishi (Dirisha la Pato)", - "Text File Preview:": "Text File Preview:", - "Text colour:": "Text colour:", - "The backup versions come from periodic system backups.": "The backup versions come from periodic system backups.", - "The following R packages could not be installed:": "The following R packages could not be installed:", - "Theme Options": "Theme Options", - "Theme to Edit:": "Theme to Edit:", - "Theme:": "Theme:", - "Themes": "Themes", - "Thickness:": "Thickness:", - "Third Context:": "Third Context:", - "Third Explanatory Variable:": "Third Explanatory Variable:", - "Threat Score": "Threat Score", - "Three Summaries": "Three Summaries", - "Three Variable Frequencies": "Three Variable Frequencies", - "Three Variable Modelling": "Three Variable Modelling", - "Threshold": "Threshold", - "Threshold ": "Threshold ", - "Threshold range ": "Threshold range ", - "Threshold:": "Kizingiti:", - "Tick Mark Labels ": "Tick Mark Labels ", - "Tick marks along axes": "Tick marks along axes", - "Tick marks label along axes": "Tick marks label along axes", - "TickMarkers": "TickMarkers", - "Tidy": "Tidy", - "Tidy Daily Data": "Tidy Daily Data", - "Ties": "Mahusiano", - "Tile": "Tile", - "Tile colour:": "Tile colour:", - "Time (X axis):": "Time (X axis):", - "Time Period": "Time Period", - "Time Point:": "Saa ya Wakati:", - "Time Scale (Months):": "Time Scale (Months):", - "Time Selection": "Time Selection", - "Time Series Comparisons": "Time Series Comparisons", - "Time Step": "Time Step", - "Time(s)": "Time(s)", - "Times Roman": "Times Roman", - "Title": "Title", - "Title Size:": "Ukubwa wa Kichwa:", - "Title of legend": "Title of legend", - "Title:": "Title:", - "Titles": "Titles", - "Titles ": "Vyeo ", - "Tmax/Tmin": "Tmax/Tmin", - "Tmax:": "Tmax:", - "Tmin:": "Tmin:", - "To": "To", - "To Script": "To Script", - "To be implemented": "To be implemented", - "To circular:": "To circular:", - "To:": "Kwa:", - "Tolerance": "Tolerance", - "Top": "Juu", - "Top levels displayed:": "Top levels displayed:", - "Top:": "Top:", - "Total Column Name": "Total Column Name", - "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]", - "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]", - "Total Daily Precipitation [27:PRCPTOT]": "Total Daily Precipitation [27:PRCPTOT]", - "Total Days": "Total Days", - "Total Rainfall": "Total Rainfall", - "Total precipitation": "Total precipitation", - "Totals Column/Row Background Highlighted": "Totals Column/Row Background Highlighted", - "Trace Plot": "Trace Plot", - "Trace Values": "Trace Values", - "Transform": "Kubadilisha", - "Transform Text Column": "Transform Text Column", - "Transform:": "Transform:", - "Transformation": "Transformation", - "Transparency:": "Uwazi:", - "Transpose": "Transpose", - "Transpose Columns": "Transpose Columns", - "Treat Row Names as Numeric": "Treat Row Names as Numeric", - "Treat Summary Columns as a Further Factor": "Treat Summary Columns as a Further Factor", - "Treatment structure": "Treatment structure", - "Treatment/Control": "Treatment/Control", - "Treatment:": "Treatment:", - "Treemap": "Treemap", - "Trend": "Trend", - "Triangular": "Triangular", - "Trim": "Trim", - "Trim Trailing White Space": "Trim Trailing White Space", - "Trimmed Mean": "Trimmed Mean", - "Tropical Nights [4:TR]": "Tropical Nights [4:TR]", - "True Values(Optional):": "True Values(Optional):", - "Try": "Jaribu", - "Two Columns": "Two Columns", - "Two Columns in Same Data Frame": "Two Columns in Same Data Frame", - "Two Columns in Separate Data Frames": "Two Columns in Separate Data Frames", - "Two Data Frames Long": "Two Data Frames Long", - "Two Data Frames Wide": "Two Data Frames Wide", - "Two Sample Non parametric Tests": "Two Sample Non parametric Tests", - "Two Variable Fit Model": "Two Variable Fit Model", - "Two Variable Graph": "Grafu Mbili Zinazobadilika", - "Two Variable Use Model": "Two Variable Use Model", - "Two Way Frequencies": "Njia Mbili za Njia", - "Two sided": "Two sided", - "Two-Dash": "Two-Dash", - "Two-Sided": "Two-Sided", - "Type": "Andika", - "Type of Graph": "Aina ya Grafu", - "Type of Layer (Geom):": "Type of Layer (Geom):", - "Type of Palette": "Type of Palette", - "Type of Test": "Type of Test", - "Type of test": "Type of test", - "Type:": "Aina:", - "Types": "Types", - "Typical": "Typical", - "UCSB CHIRPS": "UCSB CHIRPS", - "UID:": "UID:", - "UN Code:": "UN Code:", - "URWBookman": "URWBookman", - "URWGothic": "URWGothic", - "URWPalladioURWTimes": "URWPalladioURWTimes", - "UTF-8": "UTF-8", - "UnTransform": "UnTransform", - "Underscore _": "Underscore _", - "Undo": "Undo", - "Unhide...": "Unhide...", - "Uniform": "Uniform", - "Uniminmax": "Uniminmax", - "Units": "Units", - "Units:": "Units:", - "Unlock": "Unlock", - "Unselect all": "Unselect all", - "Unstack Columns": "Unstack Columns", - "Unstack Data": "Unstack Data", - "Unstack elements": "Unstack elements", - "Upper Limit": "Upper Limit", - "Upper Limit :": "Upper Limit :", - "Use Date": "Use Date", - "Use Factor Sheet": "Tumia Karatasi ya Sababu", - "Use Graph": "Use Graph", - "Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Use Great Circle (WGS84 ellipsoid) distance for nearest points", - "Use Model ": "Use Model ", - "Use Summaries": "Tumia Muhtasari", - "Use unique values for comparison": "Use unique values for comparison", - "User Define": "User Define", - "User Defined": "User Defined", - "Username:": "Username:", - "VE": "VE", - "Value": "Value", - "Value From Above": "Value From Above", - "Value From Below": "Value From Below", - "Value(Vector):": "Value(Vector):", - "Value:": "Value:", - "Values": "Values", - "Values in both columns (intersection)": "Values in both columns (intersection)", - "Values in either column (union)": "Values in either column (union)", - "Values in first column not in second": "Values in first column not in second", - "Values in second column not in first": "Values in second column not in first", - "Var": "Var", - "VarCI Method:": "VarCI Method:", - "Variable": "Variable", - "Variable Day": "Variable Day", - "Variable Options": "Chaguzi Mbadala", - "Variable Sets": "Variable Sets", - "Variable Transformations": "Variable Transformations", - "Variable Width": "Variable Width", - "Variable to Check:": "Variable to Check:", - "Variable(s) to Summarise:": "Zinazobadilika kwa muhtasari:", - "Variable(s) to View:": "Zinazobadilika kutazama:", - "Variable:": "Variable:", - "Variables": "Variables", - "Variables Plot": "Variables Plot", - "Variables and Summaries": "Variables and Summaries", - "Variables to Check:": "Variables to Check:", - "Variables to Include:": "Variables to Include:", - "Variables to View:": "Variables to View:", - "Variables:": "Variables:", - "Variance": "Variance", - "Variate:": "Variate:", - "Variogram Data Frame:": "Variogram Data Frame:", - "Verification": "Verification", - "Verification Summaries": "Verification Summaries", - "Vertcal-Line(|)": "Vertcal-Line(|)", - "Vertical": "Vertical", - "Vertical Label Position:": "Nafasi ya Lebo ya wima:", - "Vertical X Tick Markers": "Vertical X Tick Markers", - "Vertical major grid lines ": "Vertical major grid lines ", - "Vertical minor grid lines": "Vertical minor grid lines", - "Vertically": "Vertically", - "View Data": "Angalia Takwimu", - "View Data Frame": "View Data Frame", - "View Graph": "View Graph", - "View Key": "Angalia Ufunguo", - "View Labels/Levels": "Angalia Maandiko / Ngazi", - "View Link": "View Link", - "View Object": "Angalia kitu", - "View and Remove Keys": "Angalia na Ondoa Funguo", - "View and Remove Links": "View and Remove Links", - "Vignettes": "Vignettes", - "Violet": "Violet", - "Violin": "Violin", - "Violin + Boxplot": "Violin + Boxplot", - "Violin + Jitter": "Violin + Jitter", - "Violin Options": "Violin Options", - "Violin Plot": "Viwanja vya Uhalifu", - "Violin Plot Options": "Violin Plot Options", - "Visualise Data": "Visualise Data", - "Vjust": "Vjust", - "Volumetric efficiency": "Volumetric efficiency", - "WB PPP:": "WB PPP:", - "WIGOS Station Identifier:": "WIGOS Station Identifier:", - "WMO Number": "WMO Number", - "WMO Number:": "WMO Number:", - "Wakefield": "Wakefield", - "Wald": "Wald", - "Warm Spell Duration Index [14:WSDI]": "Warm Spell Duration Index [14:WSDI]", - "Water Amount(s):": "Water Amount(s):", - "Water Balance": "Water Balance", - "Water Balance <=": "Water Balance <=", - "Week": "Week", - "Week Day": "Week Day", - "Weeks": "Weeks", - "Weibull": "Weibull", - "Weight By (Optional):": "Weight By (Optional):", - "Weight By:": "Weight By:", - "Weights": "Weights", - "Weights (Optional):": "Weights (Optional):", - "Weights:": "Weights:", - "West East": "West East", - "While you're waiting...": "While you're waiting...", - "Whisk Line Type": "Whisk Line Type", - "Whisker Colour": "Whisker Colour", - "Whisklty": "Whisklty", - "White": "White", - "White Space:": "White Space:", - "Whitespace": "Whitespace", - "Width": "Width", - "Width:": "Width:", - "Wilcoxon": "Wilcoxon", - "Wilson": "Wilson", - "Wind": "Wind", - "Wind Direction:": "Mwelekeo wa Upepo:", - "Wind Rose": "Wind Rose", - "Wind Speed": "Wind Speed", - "Wind Speed:": "Kasi ya Upepo:", - "Wind/Pollution Rose": "Wind/Pollution Rose", - "WindSpeed:": "WindSpeed:", - "Windrose Options": "Windrose Options", - "Winner Country ISO2:": "Winner Country ISO2:", - "Winner Country ISO3:": "Winner Country ISO3:", - "Winner Country:": "Nchi Mshindi:", - "Winner ID:": "Winner ID:", - "Winner Name:": "Jina la Mshindi:", - "With Replacement": "With Replacement", - "With Standard Error": "With Standard Error", - "With X Variable": "With X Variable", - "With column": "With column", - "Within Year": "Ndani ya Mwaka", - "Within Year:": "Ndani ya Mwaka:", - "Words": "Words", - "Working Directory": "Working Directory", - "Working Directory:": "Working Directory:", - "X Label": "X Label", - "X Variable": "X Variable", - "X Variable:": "X Variable:", - "X Variables": "X Variables", - "X Variables:": "Vigezo X:", - "X and Y-Axis Labels": "X and Y-Axis Labels", - "X and Y-Axis Tick Markers": "X and Y-Axis Tick Markers", - "X axis Label Size": "X axis Label Size", - "X axis Tick Labels Angle": "X axis Tick Labels Angle", - "X axis Tick Mark Label Size": "X axis Tick Mark Label Size", - "X axis label ": "X axis label ", - "X axis label on top axis": "X axis label on top axis", - "X axis labels angle:": "X axis labels angle:", - "X axis tick labels": "X axis tick labels", - "X axis tick labels on top axis": "X axis tick labels on top axis", - "X axis tick marks": "X axis tick marks", - "X axis:": "X axis:", - "X label": "X label", - "X-Axis": "X-Mhimili", - "X-Axis Labels": "X-Axis Labels", - "X-Axis Line": "X-Axis Line", - "X-Axis Tick Markers": "X-Axis Tick Markers", - "X-Axis Title": "Kichwa cha X-Axis", - "X-Lab Title": "X-Lab Title", - "X-axis": "X-axis", - "X-axis Options:": "X-axis Options:", - "XY-Axes": "XY-Axes", - "Xlim": "Xlim", - "Y Label": "Y Label", - "Y Value": "Y Value", - "Y Value:": "Y Value:", - "Y Variable": "Y Variable", - "Y Variable:": "Y Kubadilika:", - "Y Variables": "Y Variables", - "Y Variables:": "Y Vigezo:", - "Y Variate:": "Y Variate:", - "Y axis Label Size": "Y axis Label Size", - "Y axis Tick Mark Label Size": "Y axis Tick Mark Label Size", - "Y axis labels": "Y axis labels", - "Y axis labels on right axis": "Y axis labels on right axis", - "Y axis tick labels": "Y axis tick labels", - "Y axis tick labels on right axis": "Y axis tick labels on right axis", - "Y axis tick marks": "Y axis tick marks", - "Y label": "Y label", - "Y variable": "Y variable", - "Y-Axis": "Mhimili Y", - "Y-Axis Labels": "Y-Axis Labels", - "Y-Axis Line": "Y-Axis Line", - "Y-Axis Tick Markers": "Y-Axis Tick Markers", - "Y-Axis Title": "Kichwa cha Y-Axis", - "Y-Lab Title": "Y-Lab Title", - "Y-axis": "Y-axis", - "Y-axis Options:": "Y-axis Options:", - "Y-axis Upper:": "Juu-mhimili Juu:", - "Year": "Year", - "Year - DOY Plot": "Year - DOY Plot", - "Year - Month - Day": "Year - Month - Day", - "Year As Factor": "Year As Factor", - "Year Columns": "Year Columns", - "Year Columns:": "Year Columns:", - "Year Month Day": "Year Month Day", - "Year and Day of Year": "Year and Day of Year", - "Year(4 digit)MonthDay(YEARMODA)": "Year(4 digit)MonthDay(YEARMODA)", - "Year(4-digit)-Month(Full Name)-Day": "Year(4-digit)-Month(Full Name)-Day", - "Year(4-digit)-Month(abbr)-Day": "Year(4-digit)-Month(abbr)-Day", - "Year(4-digit)-Month-Day": "Year(4-digit)-Month-Day", - "Year(4-digit)/Month(Full Name)/Day": "Year(4-digit)/Month(Full Name)/Day", - "Year(4-digit)/Month(abbr)/Day": "Year(4-digit)/Month(abbr)/Day", - "Year(4-digit)/Month/Day": "Year(4-digit)/Month/Day", - "Year(4-digit)Doy(Julian)": "Year(4-digit)Doy(Julian)", - "Year:": "Mwaka:", - "Years": "Years", - "Yellow": "Yellow", - "Yellow-Green": "Yellow-Green", - "Yes": "Yes", - "YlGn": "YlGn", - "YlGnBu": "YlGnBu", - "YlOrBr": "YlOrBr", - "YlOrRd": "YlOrRd", - "Ylim": "Ylim", - "Zero Values": "Zero Values", - "Zplot Plot": "Zplot Plot", - "[ ] or": "[ ] or", - "[^ ] not": "[^ ] not", - "^ begin": "^ begin", - "________": "________", - "__________": "__________", - "aapc": "aapc", - "abs": "abs", - "acos": "acos", - "add_na": "add_na", - "age": "umri", - "all": "yote", - "am": "mimi", - "and": "and", - "ang.dev": "ang.dev", - "ang.var": "ang.var", - "animal (f)": "animal (f)", - "annual": "annual", - "anon": "anon", - "anova": "anova", - "ansari": "ansari", - "answer (f)": "answer (f)", - "any": "yoyote", - "anyDup": "anyDup", - "aov": "aov", - "ar": "ar", - "arima": "arima", - "asin": "asin", - "asis": "asis", - "asn": "asn", - "aspect.ratio": "aspect.ratio", - "asymptotic ": "asymptotic ", - "atan": "atan", - "atan2": "atan2", - "atanh": "atanh", - "award_date": "award_date", - "axis.line": "axis.line", - "axis.line.x": "axis.line.x", - "axis.line.y": "axis.line.y", - "axis.text": "axis.text", - "axis.text.x": "axis.text.x", - "axis.text.x.top": "axis.text.x.top", - "axis.text.y": "axis.text.y", - "axis.text.y.right": "axis.text.y.right", - "axis.ticks": "axis.ticks", - "axis.ticks.length": "axis.ticks.length", - "axis.ticks.x": "axis.ticks.x", - "axis.ticks.y": "axis.ticks.y", - "axis.title": "axis.title", - "axis.title.x": "axis.title.x", - "axis.title.x.top": "axis.title.x.top", - "axis.title.y": "axis.title.y", - "axis.title.y.right": "axis.title.y.right", - "bartels": "bartels", - "bartlett": "bartlett", - "beta": "beta", - "between": "kati", - "binary": "binary", - "binom.test": "binom.test", - "boot": "boot", - "boundary": "boundary", - "boxcox": "boxcox", - "br": "br", - "br2": "br2", - "broken": "broken", - "browser (f)": "browser (f)", - "bu": "bu", - "butt": "butt", - "bw": "bw", - "by": "by", - "c( )": "c( )", - "caption": "caption", - "car (f)": "car (f)", - "cat": "cat", - "cb_safe": "cb_safe", - "ceiling": "dari", - "children": "watoto", - "chisq": "chisq", - "choose": "chagua", - "ci": "ci", - "circular": "circular", - "cividis": "cividis", - "classic": "classic", - "cloglog": "kuziba", - "cloud": "cloud", - "cm": "cm", - "cmh": "cmh", - "coefficient": "coefficient", - "coin (f)": "coin (f)", - "collapse": "collapse", - "collate": "collate", - "color (f)": "color (f)", - "combine": "unganisha", - "confint": "confint", - "conover": "conover", - "cont": "cont", - "contract_sector": "contract_sector", - "contract_title": "contract_title", - "cor": "cor", - "cos": "cos", - "count": "hesabu", - "country": "country", - "cov": "cov", - "cp": "cp", - "crc32": "crc32", - "cross": "cross", - "cs": "cs", - "csmk": "csmk", - "csv": "csv", - "cumdist": "cumdist", - "cummax": "cummax", - "cummean": "cummean", - "cummin": "kumeza", - "cumsum": "cumsum", - "cv": "cv", - "d": "d", - "d_in_m": "d_in_m", - "d_rank": "d_rank", - "daily": "daily", - "data": "data", - "data.frame(data=matrix(data=NA": "data.frame(data=matrix(data=NA", - "date": "tarehe", - "date_stamp": "tarehe_stempu", - "datetime": "datetime", - "davies": "davies", - "day": "siku", - "day of the month (01-31)": "day of the month (01-31)", - "day of the month (1-31)": "day of the month (1-31)", - "day of the week": "day of the week", - "days": "siku", - "death (L)": "death (L)", - "default": "default", - "deg": "deg", - "degrees": "degrees", - "detect": "gundua", - "dice": "kete", - "died (L)": "died (L)", - "diff": "tofauti", - "digamma": "digamma", - "distill": "distill", - "distinct": "tofauti", - "dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain", - "dlgSetupForDataEntry": "dlgSetupForDataEntry", - "dmy": "dmy", - "dna (f)": "dna (f)", - "dob (D)": "dob (D)", - "drop": "drop", - "dummy": "dummy", - "duncan": "duncan", - "duplicated": "iliyorudiwa", - "durbin": "durbin", - "durbinWatsonTest": "durbinWatsonTest", - "education (f)": "education (f)", - "ela": "ela", - "employment (f)": "employment (f)", - "encode ": "encode ", - "end": "end", - "erlevd": "erlevd", - "exact": "exact", - "exp": "exp", - "expand": "expand", - "extRemes": "extRemes", - "extract": "dondoo", - "extract2": "extract2", - "eye (f)": "eye (f)", - "fact": "ukweli", - "factor": "factor", - "factor ": "factor ", - "fevd": "fevd", - "findpars": "findpars", - "first": "first", - "fiscal_year": "fiscal_year", - "fisyat": "fisyat", - "fixed": "fixed", - "fligner": "fligner", - "floor": "sakafu", - "frLabels:": "frLabels:", - "friedman": "friedman", - "gamma": "gamma", - "gender (f)": "gender (f)", - "glm": "glm", - "glm.nb": "glm.nb", - "glmer": "glmer", - "glmmPQL": "glmmPQL", - "gpa": "gpa", - "grade": "daraja", - "grade_level (f)": "grade_level (f)", - "grey": "grey", - "group (f)": "group (f)", - "grpTickLength": "grpTickLength", - "hair (f)": "hair (f)", - "height": "urefu", - "hour": "saa", - "hours": "hours", - "hydroGOF ": "hydroGOF ", - "identity": "identity", - "ifelse": "ifelse", - "inches": "inches", - "income": "mapato", - "indices selected out of": "indices selected out of", - "inferno": "inferno", - "infreq": "infreq", - "inorder": "inorder", - "inseq": "inseq", - "intercept": "intercept", - "iq": "iq", - "is false": "ni uwongo", - "is true": "ni kweli", - "is.fixedfevd": "is.fixedfevd", - "is.na": "ni.na", - "j:": "j:", - "kge": "kge", - "klotz": "klotz", - "koziol": "koziol", - "kruskal": "kruskal", - "ks": "ks", - "kurtosis": "kurtosis", - "l()": "l()", - "label": "label", - "labelled ": "labelled ", - "lag": "bakia", - "language (f)": "language (f)", - "lanzante": "lanzante", - "last": "last", - "lbeta": "lbeta", - "lbl": "lbl", - "lchoose": "chagua", - "lda": "lda", - "lead": "kuongoza", - "leap": "kuruka", - "legend bty": "legend bty", - "legend.background": "legend.background", - "legend.box.background": "legend.box.background", - "legend.box.margin": "legend.box.margin", - "legend.box.spacing": "legend.box.spacing", - "legend.key": "legend.key", - "legend.key.height": "legend.key.height", - "legend.key.size": "legend.key.size", - "legend.key.width": "legend.key.width", - "legend.margin": "legend.margin", - "legend.spacing": "legend.spacing", - "legend.spacing.x": "legend.spacing.x", - "legend.spacing.y": "legend.spacing.y", - "legend.text": "legend.text", - "legend.text.align": "legend.text.align", - "legend.title": "legend.title", - "legend.title.align": "legend.title.align", - "length": "urefu", - "letters": "letters", - "levd": "levd", - "level": "kiwango", - "lfact": "lfact", - "lgamma": "lgamma", - "light": "light", - "likert (o.f)": "likert (o.f)", - "line": "line", - "linedraw": "linedraw", - "linkert7 (o.f)": "linkert7 (o.f)", - "lm": "lm", - "lme4": "lme4", - "lmer": "lmer", - "locate": "tafuta", - "locate2": "locate2", - "loess": "loess", - "log": "logi", - "log10": "logi10", - "log1p": "log1p", - "log2": "log2", - "logical": "logical", - "logistic": "logistic", - "logit": "logit", - "loglin": "loglin", - "loglm": "loglm", - "lorem_ipsum (c)": "lorem_ipsum (c)", - "lower": "chini", - "lowess": "lowess", - "lqs": "lqs", - "lr.Test": "lr.Test", - "lump": "lump", - "m": "m", - "mNSE": "mNSE", - "m_rank": "m_sifa", - "mad": "wazimu", - "mae": "mae", - "magma": "magma", - "mantelhaen": "mantelhaen", - "mariadb_climsoft_db_v4": "mariadb_climsoft_db_v4", - "mariadb_climsoft_test_db_v4": "mariadb_climsoft_test_db_v4", - "marital (f)": "marital (f)", - "match": "mechi", - "math": "hesabu", - "mauchly": "mauchly", - "max": "upeo", - "mc": "mc", - "mca": "mca", - "mcnemar": "mcnemar", - "md": "md", - "md5": "md5", - "mdy": "mdy", - "me": "me", - "mean": "maana", - "median": "wastani", - "medianHL": "medianHL", - "method_type": "method_type", - "military (f)": "military (f)", - "min": "dakika", - "minimal": "minimal", - "minute (00-59)": "minute (00-59)", - "miss": "kukosa", - "mk": "mk", - "mm": "mm", - "mm(Large or negative Value)": "mm (Thamani kubwa au hasi)", - "mmk ": "mmk ", - "mode": "mode", - "mode1": "mode1", - "month": "mwezi", - "month (f)": "month (f)", - "monthly": "monthly", - "monthly average": "monthly average", - "months ": "months ", - "mood": "mood", - "moving": "moving", - "movmax": "mkuzi", - "movmean": "kusonga", - "movmed": "iliyohamishwa", - "movmin": "movmin", - "movsum": "movsum", - "mse": "mse", - "murmur32": "murmur32", - "n": "n", - "n:": "n:", - "n_distinct": "n_distinct", - "naapprox": "naapprox", - "naest": "naest", - "nafill": "nafill", - "name (c)": "name (c)", - "nasplin": "nasplin", - "ncvTest": "ncvTest", - "near": "karibu", - "neighbouring average": "neighbouring average", - "nlmer": "nlmer", - "nls": "nls", - "no_bids_considered": "no_bids_considered", - "no_bids_received": "no_bids_received", - "non miss": "bila kukosa", - "nonadditivity ": "nonadditivity ", - "normal": "kawaida", - "nrmse": "nrmse", - "nth": "nth", - "ntile": "ntile", - "oneway": "oneway", - "or Named Region:": "or Named Region:", - "or matching values 1 to n": "or matching values 1 to n", - "order": "utaratibu", - "original_contract_value": "original_contract_value", - "other": "other", - "outlierTest": "outlierTest", - "pad": "pedi", - "pairwise.Prop": "pairwise.Prop", - "pairwise.t": "pairwise.t", - "pairwise.wilcox": "pairwise.wilcox", - "panel.background": "panel.background", - "panel.border": "panel.border", - "panel.grid": "panel.grid", - "panel.grid.major": "panel.grid.major", - "panel.grid.major.x": "panel.grid.major.x", - "panel.grid.major.y": "panel.grid.major.y", - "panel.grid.minor": "panel.grid.minor", - "panel.grid.minor.x": "panel.grid.minor.x", - "panel.grid.minor.y": "panel.grid.minor.y", - "panel.spacing": "panel.spacing", - "panel.spacing.x": "panel.spacing.x", - "panel.spacing.y": "panel.spacing.y", - "pbeta": "pbeta", - "pbias": "pbias", - "pbiasfdc": "pbiasfdc", - "pbinom": "pbinom", - "pbirth": "pbirth", - "pchisq": "pchisq", - "pcor ": "pcor ", - "percentages": "percentages", - "pet (f)": "pet (f)", - "pettitt ": "pettitt ", - "pf": "pf", - "pgamma": "pgamma", - "pi": "pi", - "plasma": "plasma", - "plot ": "plot ", - "plot.background": "plot.background", - "plot.caption": "plot.caption", - "plot.fevd": "plot.fevd", - "plot.margin": "plot.margin", - "plot.subtitle": "plot.subtitle", - "plot.title": "plot.title", - "pm": "pm", - "pmax": "pmax", - "pmin": "jioni", - "pmk ": "pmk ", - "pnbin": "pnbin", - "pnorm": "pnorm", - "points": "points", - "poisson": "poisson", - "political (f)": "political (f)", - "polr": "polr", - "power.anova": "power.anova", - "power.prop": "power.prop", - "power.t": "power.t", - "ppois": "ppois", - "ppr": "ppr", - "precip": "precip", - "predict": "predict", - "prediction": "prediction", - "primary (f)": "primary (f)", - "princomp": "princomp", - "print": "print", - "print.fevd": "print.fevd", - "probability": "probability", - "probit": "probit", - "procurement_category": "procurement_category", - "procuring_authority": "procuring_authority", - "prop": "prop", - "prop.test": "prop.test", - "prop.trend": "prop.trend", - "propn": "propn", - "proportion": "proportion", - "pscore": "pscore", - "pt": "pt", - "q-Gram Distance": "q-Gram Distance", - "q1": "q1", - "q3": "q3", - "qbeta": "qbeta", - "qbinom": "qbinom", - "qbirth": "qbirth", - "qchisq": "qchisq", - "qda": "qda", - "qf": "qf", - "qgamma": "qgamma", - "qnbin": "qnbin", - "qnorm": "qnorm", - "qpois": "qpois", - "qq": "qq", - "qt": "qt", - "quade": "quade", - "quadrant": "quadrant", - "qual": "qual", - "quantile": "quantile", - "quarter": "robo", - "rNSE": "rNSE", - "rPearson": "rPearson", - "rSD": "rSD", - "r_rank": "r_rank", - "race (f)": "race (f)", - "rad": "rad", - "radians": "radians", - "rain days": "siku za mvua", - "range": "masafa", - "rd": "rd", - "reciprocal": "reciprocal", - "recode": "recode", - "rect": "rect", - "regex": "regex", - "region": "region", - "relevel": "relevel", - "religion (f)": "religion (f)", - "remove": "remove", - "remove2": "remove2", - "reorder": "reorder", - "rep": "rep", - "replace": "badilisha", - "replace2": "replace2", - "residuals": "residuals", - "reverse": "reverse", - "rho": "rho", - "rlm": "rlm", - "rmse": "rmse", - "round": "pande zote", - "row(s)": "row(s)", - "rrod ": "rrod ", - "rsd": "rsd", - "rsr": "rsr", - "sat": "ameketi", - "savage": "savage", - "scheffe": "scheffe", - "sd": "sd", - "seasonal average": "seasonal average", - "sec": "sec", - "second (00-59)": "second (00-59)", - "seconds": "seconds", - "segmented": "segmented", - "selected variable": "selected variable", - "sens ": "sens ", - "sentence (c)": "sentence (c)", - "seq": "seq", - "sex (f)": "sex (f)", - "sex_inclusive (f)": "sex_inclusive (f)", - "sha1": "sha1", - "sha256": "sha256", - "sha512": "sha512", - "shapiro": "shapiro", - "shift": "shift", - "short": "short", - "shuffle": "shuffle", - "siginf": "siginf", - "sign": "ishara", - "signature_date": "signature_date", - "sin": "dhambi", - "skew": "skew", - "slope": "slope", - "smk ": "smk ", - "smokes (L)": "smokes (L)", - "snh ": "snh ", - "sort": "aina", - "spearman": "spearman", - "specify1": "specify1", - "specify2": "specify2", - "specify3": "specify3", - "speed": "kasi", - "spline": "spline", - "split": "kugawanyika", - "sqrt": "sqrt", - "square": "square", - "squish ": "squish ", - "ssens ": "ssens ", - "ssq": "ssq", - "starts": "starts", - "state (f)": "state (f)", - "stats": "stats", - "string (c)": "string (c)", - "strip.background": "strip.background", - "strip.placement": "strip.placement", - "strip.switch.pad.grid": "strip.switch.pad.grid", - "strip.switch.pad.wrap": "strip.switch.pad.wrap", - "strip.text": "strip.text", - "strip.text.x": "strip.text.x", - "strip.text.y": "strip.text.y", - "sub.title": "sub.title", - "sum": "Jumla", - "summary": "summary", - "summary.fevd": "summary.fevd", - "sunh": "sunh", - "sunshine hours": "sunshine hours", - "swap Parameters": "swap Parameters", - "t": "t", - "taha": "taha", - "tall": "tall", - "tan": "tan", - "text": "text", - "time": "time", - "title": "kichwa", - "tmax": "tmax", - "tmin": "tmin", - "to": "kwa", - "tr": "tr", - "trigamma": "trigamma", - "trim": "punguza", - "trunc": "trunc", - "unknown": "unknown", - "upper": "juu", - "upper (c)": "upper (c)", - "v3.0 Daily Rainfall": "v3.0 Daily Rainfall", - "v3.0 Dekadal Rainfall": "v3.0 Dekadal Rainfall", - "v3.0 Monthly Rainfall": "v3.0 Monthly Rainfall", - "v3.0 Monthly Rainfall (Calculated)": "v3.0 Monthly Rainfall (Calculated)", - "v3.1 Daily Rainfall": "v3.1 Daily Rainfall", - "v3.1 Daily Rainfall Complete (Filled)": "v3.1 Daily Rainfall Complete (Filled)", - "v3.1 Dekadal Rainfall": "v3.1 Dekadal Rainfall", - "v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 Dekadal Rainfall Complete (Filled)", - "v3.1 Monthly Rainfall": "v3.1 Monthly Rainfall", - "v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Monthly Rainfall Complete (Filled)", - "valid (L)": "valid (L)", - "var": "var", - "variable": "variable", - "vcov": "vcov", - "viridis": "viridis", - "von_mises": "von_mises", - "vonmises": "vonmises", - "waerden": "waerden", - "wakefield::r_data_theme(n = 100": "wakefield::r_data_theme(n = 100", - "waller ": "waller ", - "wd": "wd", - "wday": "wday", - "when": "lini", - "which": "ambayo", - "wilcox": "wilcox", - "wilcoxsign": "wilcoxsign", - "winner_country": "winner_country", - "winner_name": "winner_name", - "wrappednormal": "wrappednormal", - "ws": "ws", - "xxhash32": "xxhash32", - "xxhash64": "xxhash64", - "yday": "yday", - "year": "mwaka", - "ymd": "ymd" + " (lat) ": " (lat) ", + " (lon) ": " (lon) ", + " 5. Total Precipitation:": " 5. Jumla ya Mvua:", + " All combined with &&": " Unganisha yote na &&", + " Keys:": " Funguo:", + " Options": " Chaguzi", + " Show R Commands in Output Window": " Onyesha Amri ya R katika Dirisha la Pato", + " Two-Variables": " Vigezo Viwili", + " Word Count": " Idadi ya Maneno", + " binom": " binom", + " box": " sanduku", + " comment(s) entered": " maoni yaliyoingizwa", + " fisher": " mvuvi", + " kruskal": " kruskal", + " row(s) entered": " safu (s) zilizoingizwa", + " | Showing ": " | Kuonesha ", + "!is.na": "ni.na", + "$ end": "$ mwisho", + "% Bias": "% Upendeleo", + "% rank": "Cheo%", + "%in%": "%ndani%", + ". any": ". yoyote", + ".nc files found to import": "Faili za.nc zilizopatikana kuingiza", + "10m u-component of wind": "10m u-sehemu ya upepo", + "10m v-component of wind": "10m v-sehemu ya upepo", + "1st Factor:": "Nambari Kamilifu ya kwanza:", + "2 Digit": "Ya Tarakimu 2", + "2-digit years": "Miaka ya tarakimu 2", + "2. Mean Station Pressure:": "2. Wastani wa Shinikizo la Kituo:", + "2m dewpoint temperature": "Joto la umande wa 2m", + "2m temperature": "Joto la 2m", + "2nd Factor (Optional):": "Nambari kamilifu ya pili (Hiari):", + "2pi": "2pi", + "3. Mean Sea Level Pressure:": "3. Wastani wa Shinikizo la Kiwango cha Bahari:", + "4 Digit": "Ya Tarakimu 4", + "4. Mean Daily Air Temperature:": "4. Wastani wa Joto la Kila siku la Hewa:", + "4C88C488": "4C88C488", + "6. Mean Daily Max Air Temperature:": "6. Wastani wa Joto la kiwango cha juu la kila siku la Hewa:", + "7. Mean Daily Min Air Temperature:": "7. Wastani wa Joto la kiwango cha chini la Kila siku la Hewa:", + "8. Mean Daily Relative Humidity:": "8. Wastani wa Unyevu wa Kila Siku:", + "? 0 or 1": "? 0 au 1", + "AIC": "AIC", + "AMOC": "AMOC", + "ANOVA": "ANOVA", + "ANOVA tables": "Meza za ANOVA", + "API Key:": "Ufunguo wa API:", + "ARC2 Daily Precipitation": "Mvua ya kila siku ya ARC2", + "ARC2 Monthly Precipitation": "Jumla ya mvua ya mwezi ya ARC2", + "AT": "KATIKA", + "Abbr.:": "Kwa ufupi.:", + "Abbreviation": "Kifupisho", + "Absolute deviation": "Kupotoka kabisa", + "Accent": "Lafudhi", + "Acceptable Range (Element1)": "Masafa yanayokubalika (Element1)", + "Acceptable Range (Element2)": "Masafa yanayokubalika (Element2)", + "Add": "Ongeza", + "Add Calculation": "Ongeza Hesabu", + "Add Colour Scale": "Ongeza Upeo wa Rangi", + "Add Comment": "Ongeza Maoni", + "Add Component": "Ongeza Sehemu", + "Add Condition": "Ongeza Sharti", + "Add Current Contrasts": "Ongeza tofauti za sasa", + "Add Date Column": "Ongeza Safuwima ya Tarehe", + "Add Distribution": "Ongeza Usambazaji", + "Add Factor Level": "Ongeza Kiwango cha Nambari Kamilifu", + "Add Fill Scale": "Ongeza Kiwango cha Kujaza", + "Add Flag Variables": "Ongeza Vigezo vya Bendera", + "Add Key": "Ongeza Ufunguo", + "Add Label": "Ongeza Lebo", + "Add Labels": "Ongeza Lebo", + "Add Line of Best Fit": "Ongeza Line ya Best Fit", + "Add Link": "Ongeza Kiungo", + "Add Manipulation": "Ongeza Udanganyifu", + "Add Margins": "Ongeza Pembejeo", + "Add Mean Line": "Ongeza Mstari wa Wastani", + "Add Median Line": "Ongeza Mstari wa Kati", + "Add New Distribution": "Ongeza Usambazaji Mpya", + "Add Pair": "Ongeza Jozi", + "Add Peaks": "Ongeza Vilele", + "Add Points": "Ongeza Pointi", + "Add Rug Plot": "Ongeza Plot ya Rug", + "Add Sub Calculation": "Ongeza Hesabu ndogo", + "Add Tercile Lines": "Ongeza Mistari ya Tercile", + "Add To Title:": "Ongeza Kwenye Kichwa:", + "Add Valleys": "Ongeza Mabonde", + "Add flag field data": "Ongeza data ya uwanja wa bendera", + "Add legend": "Ongeza hadithi", + "Add to Data Frame:": "Ongeza kwenye Sura ya Takwimu:", + "Added Distribution": "Usambazaji ulioongezwa", + "Additional Data Frame:": "Sura ya Ziada ya Takwimu:", + "Additional Features": "Vipengele vya ziada", + "Additional Variables:": "Vigezo vya ziada:", + "Advance Options": "Chaguzi za Juu", + "After": "Baada ya", + "Agresti-Coull": "Agresti-Coull", + "Agricolae": "Agricolae", + "Algorithm :": "Kanuni:", + "Alignment:": "Mpangilio:", + "All": "Wote", + "All Bids (Trimmed):": "Zabuni Zote (zimepunguzwa):", + "All Bids:": "Zabuni Zote:", + "All Class": "Darasa Lote", + "All Columns": "Safuwima zote", + "All Combined with &&": "Yote yamejumuishwa na &&", + "All Contents": "Yote Yaliyomo", + "All Duplicate Cases": "Visa vyote vya Nakala", + "All Options": "Chaguzi zote", + "All but (unordered) Factor": "Nambari kamilifu zote isipokuwa zisizo na kipimo", + "All combined with |": "Yote yamejumuishwa na |", + "All files of this type": "Faili zote za aina hii", + "All values if columns are equal": "Thamani zote ikiwa safu ni sawa", + "Allow t for Trace": "Ruhusu t kwa Trace", + "Alpha:": "Alpha:", + "Alternate (Horizontal first)": "Mbadala (Usawazishaji kwanza)", + "Alternate (Vertical first)": "Mbadala (Wima kwanza)", + "Always Use Levels": "Tumia Ngazi Daima", + "Always Use Values": "Tumia Thamani Daima", + "Amount": "Kiasi", + "Amount:": "Kiasi:", + "An R Command is Running": "Amri ya R inaendeshwa", + "An order": "Amri", + "Analysis": "Uchambuzi", + "Ang_dev": "Ang_dev", + "Ang_var": "Ang_var", + "Angle": "Pembe", + "Annual": "Kila mwaka", + "Annual Rain total": "Jumla ya Mvua ya kila mwaka", + "Annual+Within": "Kila mwaka + Ndani", + "Annual/Monthly": "Kila mwaka / kila mwezi", + "Annual:": "Mwaka:", + "Anomalies": "Ya ajabu", + "Anonymise ID Column": "Safu ya kitambulisho cha kutokujulikana", + "Anova": "Anova", + "Anova Options": "Chaguzi za Anova", + "Anti Join": "Anti Join", + "Anticlockwise Direction": "Mwelekeo wa kinyume cha saa", + "Any Class": "Darasa lolote", + "Append": "Jumlisha", + "Append Data Frames": "Tunga Muafaka wa Takwimu", + "Apply": "Tumia", + "Apply As Filter": "Tumia kama Kichujio", + "Apply As Subset": "Tumia kama Sehemu ndogo", + "Apply Options": "Tumia Chaguzi", + "Apply on All Layers": "Tumia kwenye Tabaka Zote", + "April": "Aprili", + "Area": "Eneo", + "Arrow": "Mshale", + "As Percentage": "Asilimia", + "As Percentages": "Asilimia", + "As Proportion of Factors (Optional):": "Kama Sehemu ya Vipengee (Hiari):", + "Ascending": "Kupanda", + "Ascending Frequencies": "Masafa yanayopanda", + "Assume condition not satisfied at start of each period": "Fikiria masharti ambayo hayajaridhishwa mwanzoni mwa kila kipindi", + "Assumed median value": "Thamani ya wastani ya kudhaniwa", + "Asymptotic": "Asymptotic", + "At End": "Mwisho", + "At Start": "Mwanzoni", + "At Y =": "Katika Y =", + "Augment": "Ongezeko", + "August": "Agosti", + "Auto": "Ya Kujiendesha", + "Auto ": "Ya Kujiendesha ", + "Auto Save Recovery Options": "Hifadhi Kiotomatiki Chaguo za Utengamano", + "Auto save a backup of data": "Hifadhi kiotomatiki chelezo cha data", + "Auto saving data...": "Hifadhi kiotomatiki data ...", + "Auto-Generate": "Zalisha kiotomatiki", + "Automatic": "Kujiendesha binafsi", + "AvantGarde": "AvantGarde", + "Average": "Wastani", + "Award Date:": "Tarehe ya Tuzo:", + "Award Year:": "Mwaka wa Tuzo:", + "Axes": "Shoka", + "Axis Lines": "Mistari ya jira", + "Axis Title": "Kichwa cha Jira", + "BFGS": "BFGS", + "BIB": "BIB", + "BIC": "BIC", + "Back": "Nyuma", + "Background": "Mandharinyuma", + "Background of facet labels": "Asili ya lebo za sura", + "Background of legend": "Asili ya hadithi", + "Background of legend area": "Asili ya eneo la hadithi", + "Background of the entire plot": "Mandharinyuma ya njama nzima", + "Background underneath legend keys": "Mandharinyuma chini ya funguo za hadithi", + "Backup Data File Detected": "Faili ya Takwimu chelezo Imegunduliwa", + "Backup Debugging Log File Detected": "Faili ya Kumbukumbu ya Utatuaji wa Hifadhi Imegunduliwa", + "Backup Internal Log File Detected": "Hifadhi ya Kumbukumbu ya Faili ya Ndani Imegunduliwa", + "Backup Log File Detected": "Faili ya Kumbukumbu ya Hifadhi Imegunduliwa", + "Backup Manager": "Meneja wa chelezo", + "Backup versions :": "Chelezo mbadala:", + "Bandwidth: ": "Kipimo data: ", + "Bar": "Komeo", + "Bar Chart": "Chati pau", + "Bar Chart Options": "Chaguzi za Chati Pau", + "Bar Colour:": "Rangi ya Komeo:", + "Bar Graph": "Grafu ya Pau", + "Bar and Pie Chart": "Chati pau na chati duara", + "Bar plot": "Bar plot", + "Barometer Height:": "Urefu wa Kipimahewa:", + "Base Range": "Masafa ya Msingi", + "Basic": "Halisi", + "Bayesian": "Bayesian", + "Bca": "Bca", + "Before": "Kabla", + "Before or After Column": "Kabla au Baada ya safu wima", + "Bernouli": "Bernouli", + "Beta": "Beta", + "Bias": "Upendeleo", + "Big Points": "Pointi Kubwa", + "Bin Axis:": "Jira ya Bin:", + "BinSeg": "BinSeg", + "Binary": "Binary", + "Binomial": "Binomial", + "Biplot": "Biplot", + "Black": "Nyeusi", + "Blank": "Tupu", + "Blocking Variables": "Kuzuia Vigezo", + "Blocking Variables:": "Kuzuia Vigezo:", + "Blue": "Bluu", + "Blues": "Blues", + "Bold": "Ya koze", + "Bold italic": "Yaliyoandikwa kwa herufi nzito za mlazo", + "Bonett": "Bonett", + "Bookman": "Bookman", + "Boot": "Boot", + "Bootci.Type:": "Aina ya Bootci:", + "Bootstrap Options": "Chaguzi za Bootstrap", + "Border": "Mpaka", + "Both": "Zote mbili", + "Bottom": "Chini", + "Bottom:": "Chini:", + "Box plot": "Box plot", + "Boxplot": "Boxplot", + "Boxplot + Jitter": "Boxplot + Jitter", + "Boxplot Count Variable": "Hesabu ya vigezo vya Boxplot", + "Boxplot Method": "Njia ya Boxplot", + "Boxplot Options": "Chaguzi za Boxplot", + "BrBG": "BrBG", + "Break Points:": "Pointi za Vipenyo:", + "Breaks": "Vipenyo", + "Broken Stick": "Fimbo iliyovunjika", + "Brown": "Kahawia", + "Browse": "Vinjari", + "Browse File": "Vinjari Faili", + "Browse Folder": "Vinjari Kabrasha", + "BuGn": "BuGn", + "BuPu": "BuPu", + "Buishand": "Buishand", + "By": "Kwa", + "By Column": "Kwa safu", + "By Factor (Optional):": "Kwa Nambari Kamilifu (Hiari):", + "By Factor(s)": "Kwa Nambari Kamilifu", + "By Factors:": "Kwa Nambari Kamilifu:", + "By Filter": "Kwa Kichujio", + "By Month": "Kwa Mwezi", + "By Variable (Optional):": "Kwa Kigezo (Hiari):", + "By Year": "Kwa Mwaka", + "By:": "Kwa:", + "C.I band": "Bendi ya CI", + "C.I.Method:": "Mbinu ya C.I:", + "CCA Options": "Chaguzi za CCA", + "CDF": "CDF", + "CDF Plot": "CDF Plot", + "CDF Plot with Confidence Intervals": "CDF Plot with Confidence Intervals", + "CPF": "CPF", + "CPT to Tabular Data": "CPT kwa Takwimu za Tabular", + "CROPS": "MAZAO", + "CSS": "CSS", + "CUSUM": "CUSUM", + "Calculate Difference Categories": "Hesabu Aina za Tofauti", + "Calculate Option Differences": "Hesabu Tofauti za Chaguo", + "Calculate Proportions": "Hesabu Vipimo", + "Calculate Proportions or Percentages": "Hesabu vipimo au Asilimia", + "Calculate Rainfall Value by:": "Hesabu Thamani ya mvua kwa:", + "Calculate by Year": "Hesabu kwa Mwaka", + "Calculated Columns": "Safu wima zilizohesabiwa", + "Calculated columns": "Safu wima zilizohesabiwa", + "Calculation Name:": "Jina la Hesabu:", + "Calculations": "Mahesabu", + "Calculations:": "Mahesabu:", + "Calm Wind:": "Upepo Mtulivu:", + "Cancel": "Ghairi", + "Cannot get package information.": "Haiwezi kupata maelezo ya kifurushi.", + "Cannot get package information. Check your internet connection.": "Haiwezi kupata maelezo ya kifurushi. Angalia muunganisho wako wa mtandao.", + "Cannot show text preview of file:": "Haiwezi kuonyesha hakikisho la maandishi ya faili:", + "Canonical Correlations": "Uwiano wa msimamo", + "Canonicalmono": "Canonicalmono", + "Capacity:": "Ukubwa:", + "Caption Size:": "Ukubwa wa Manukuu:", + "Caption below the plot (text appearance)": "Manukuu chini ya plot (mwonekano wa maandishi)", + "Caret(^)": "Kareti (^)", + "Carry": "Beba", + "Carry Columns": "Beba Safu", + "Carry Columns:": "Beba Safu:", + "Categorical": "Kitabaka", + "Categorical by Categorical:": "Kitabaka kwa Kitabaka:", + "Categorical by Numeric:": "Kitabaka kwa Nambari:", + "Categorical:": "Kitabaka:", + "Category Column:": "Safu wima ya Tabaka:", + "Cauchit": "Cauchit", + "Cauchy": "Cauchy", + "Cell": "Kiini", + "Cell (%)": "Kiini (%)", + "Celsius": "Celsius", + "Center": "Kituo", + "CenterObs": "KituoObs", + "Centimetres": "Sentimita", + "Centre Mean on Last Day": "Wastani wa Kituo Siku ya Mwisho", + "Centred": "Iliyowekwa katikati", + "CenturySch": "KarneSch", + "Change Limits": "Badilisha Mipaka", + "Change Point Options": "Badilisha Chaguzi za Ncha", + "Change type": "Badilisha aina", + "Change...": "Badilisha ...", + "Character": "Herufi", + "Character Column:": "Safu wima ya Herufi:", + "Check": "Angalia", + "Check Duplicates": "Angalia Nakala", + "Check Unique": "Angalia ya kipekee", + "Chi-Square Test": "Chi-Square Test", + "Chi_Square": "Chi_Square", + "Choice:": "Chaguo:", + "Choose Columns": "Chagua Safu", + "Choose Columns:": "Chagua Safu:", + "Choose Form:": "Chagua Fomu:", + "Choose Function": "Chagua Fomula saidizi", + "Choose Property": "Chagua Sifa", + "Choose Region": "Chagua Eneo", + "Choose Subset of Columns to Merge": "Chagua Sehemu ndogo ya safu za Kuunganisha", + "Choose Summaries...": "Chagua Muhtasari ...", + "Choose one of the following to proceed": "Chagua moja ya yafuatayo ili kuendelea", + "Choose...": "Chagua ...", + "Cicero": "Cicero", + "Circle": "Duara", + "Circular": "Mviringo", + "Circular Plots": "Plot za Mviringo", + "Circular:": "Mviringo:", + "Classic": "Jadi", + "Clear": "Futa", + "Clear Conditions": "Futa Masharti", + "Clear Script": "Futa Hati", + "Clear contents": "Futa yaliyomo", + "CliData": "CliData", + "CliPlot": "CliPlot", + "Cliboxplot": "Cliboxplot", + "Click Ok to Confirm the Export.": "Bonyeza Ok Kuthibitisha Usafirishaji.", + "Click Ok to confirm the save": "Bonyeza Ok kuthibitisha kuhifadhi", + "Climatic Boxplot": "Climatic Boxplot", + "Climatic Check Data Rainfall": "Angalia hali ya hewa Mvua ya Takwimu", + "Climatic Check Data Temperature": "Angalia hali ya hewa Joto la Takwimu", + "Climatic Data Entry": "Uingizaji wa Takwimu za hali ya hewa", + "Climatic Maps": "Ramani za hali ya hewa", + "Climatic Summary": "Muhtasari wa hali ya hewa", + "Climatic_Type": "Aina ya Hali ya Hewa", + "Climdex Indices": "Fahirisi za Climdex", + "Climsoft": "Climsoft", + "Clopper-Pearson": "Clopper-Pearson", + "Close": "Funga", + "Close R-Instat now": "Funga R-Instat sasa", + "Closed On": "Imefungwa", + "Cloud Cover:": "Cloud Cover:", + "Code Missing Values as:": "Ashiria Thamani zinazokosa kama:", + "Coeff": "Coeff", + "Coeff:": "Coeff:", + "Coefficient Of Variation": "Kipengee cha Badiliko", + "Coefficient of determination": "Kipengee cha Kubainisha", + "Coefficient of persistence": "Kipengee cha kuendelea", + "Coefficients": "Vipengee", + "Coin": "Sarafu", + "Cold Spell Duration Index [15:CSDI]": "Muda wa Msimu wa Baridi Index [15: CSDI]", + "Colon :": "Nukta Mbili:", + "Colon(:)": "Nukta Mbili", + "Color (Optional):": "Rangi (Hiari):", + "Color:": "Rangi:", + "Colour": "Rangi", + "Colour Bar Max:": "Rangi ya Bar Max:", + "Colour Bar Min:": "Rangi Bar Min:", + "Colour By (Optional):": "Rangi Kwa (Hiari):", + "Colour By:": "Rangi Kwa:", + "Colour Columns by Structure": "Weka rangi kwa Safu kwa Muundo", + "Colour Lines by Difference": "Weka Rangi kwa Mistari kwa Tofauti", + "Colour Palette:": "Kibao cha rangi:", + "Colour Scale": "Kiwango cha Rangi", + "Colour by Property": "Rangi kwa Sifa", + "Colour rainbow": "Weka Rangi ya Upinde wa mvua", + "Colour:": "Rangi:", + "Colours": "Rangi", + "Colours for Summaries": "Rangi za Muhtasari", + "Column": "Safu wima", + "Column (%)": "Safu wima (%)", + "Column :": "Safu wima:", + "Column Chart Options": "Chaguzi za Chati ya safu wima", + "Column Factor:": "Safuwima: Nambari Kamilifu:", + "Column Factors:": "Safuwima: Nambari Kamilifu:", + "Column Label:": "Lebo ya Safu wima:", + "Column Name": "Jina la Safu wima", + "Column Name Event Day": "Jina la Safu Siku ya Tukio", + "Column Name Extreme Event": "Jina la Safu Tukio Lililokithiri", + "Column Name:": "Jina la Safu wima:", + "Column Selection": "Uteuzi wa safu wima", + "Column Statistics": "Takwimu za safu", + "Column Structure": "Muundo wa safu wima", + "Column Type:": "Column Type:", + "Column Variable(s) (Factor):": "Vigezo vya Safu wima (Nambari Kamilifu):", + "Column Width:": "Upana wa Safu wima:", + "Column to Duplicate:": "Safu wima ya Kunakili:", + "Column to Split:": "Safu wima ya Kugawanywa:", + "Column to Transform:": "Safu wima ya Kubadilishwa:", + "Column to Unstack:": "Safu wima ya Kupangua:", + "Column(s):": "Safu wima:", + "Column:": "Safu wima:", + "Column: ": "Safu wima: ", + "Columns": "Safu wima", + "Columns to Combine:": "Safu za Kuunganishwa:", + "Columns to Convert:": "Nguzo za Kubadilishwa:", + "Columns to Delete:": "Safu wima za Kufutwa:", + "Columns to Include": "Nguzo za Kujumuisha", + "Columns to Rank:": "Safu wima za kuwekewa viwango:", + "Columns to Reorder:": "Safu wima za Kupangwa upya:", + "Columns to Sort by:": "Safu wima za kupangwa kwa:", + "Columns to Stack:": "Safu wima ya Kupangwa:", + "Columns to Transpose:": "Nguzo za Kubadilisha:", + "Columns to Unstack:": "Safu wima ya Kupangua:", + "Columns to be formatted ": "Safu wima zinapaswa kupangiliwa ", + "Columns:": "Safu Wima:", + "Combine": "Unganisha", + "Combine Factors": "Unganisha Nambari Kamilifu", + "Combine Graphs": "Unganisha Grafu", + "Combine Text Columns": "Unganisha Safu za Matini", + "Combined Graph": "Grafu ya Kuunganisha", + "Comma ": "Koma ", + "Comma separated file (*.csv)": "Faili iliyotenganishwa kwa koma (* .csv)", + "Comma(": "Koma (", + "Command": "Amri", + "Command Examples": "Mifano ya Amri", + "Command Format:": "Muundo wa Amri:", + "Command Ok.": "Amri Ok.", + "Command produced an error or no output to display.": "Amri ilitoa hitilafu au hakuna pato la kuonyesha.", + "Command produced an error.": "Amri ilitoa hitilafu.", + "Command:": "Amri:", + "Commands": "Amri", + "Comment Format:": "Muundo wa Maoni:", + "Comment:": "Maoni:", + "Comments": "Maoni", + "Common": "Ya Kawaida", + "Common Options": "Chaguzi za kawaida", + "Common Regions:": "Mikoa ya Kawaida:", + "Compare Columns": "Lingani Safu wima", + "Compare Satellite Data": "Linganisha Takwimu za Satelite", + "Compare Two Options": "Linganisha Chaguzi Mbili", + "Comparison": "Ulinganisho", + "Comparison Summaries": "Mihtasari ya Ulinganisho", + "Comparisons to Display:": "Ulinganisho wa Kuonyeshwa:", + "Complete records only": "Kamilisha Nyaraka Pekee", + "Complete rows only": "Jaza safu mlalo pekee", + "Component": "Sehemu", + "Component:": "Sehemu:", + "Condition": "Sharti", + "Condition Factors (Optional):": "Nambari Kamilifu za Sharti (Hiari):", + "Condition for Selection": "Sharti la Uchaguzi", + "Condition for selection": "Sharti la Uchaguzi", + "Condition:": "Sharti:", + "Conditional": "Ya Masharti", + "Conditional Eval Options": "Chaguzi za Upimaji wa Masharti", + "Conditional Quantile Options": "Conditional Quantile Options", + "Conditional Quantile Plot": "Conditional Quantile Plot", + "Conditions for Start of Rains": "Masharti ya kuanza kwa Mvua", + "Conf=0.95": "Conf = 0.95", + "Confidence Interval:": "Confidence Interval:", + "Confidence Level:": "Confidence Level:", + "Confidence Limits": "Confidence Limits", + "Confidence interval": "Confidence Interval", + "Conjugent Gradent (CG)": "Conjugent Gradent (CG)", + "Connect": "Unganisha", + "Connect To ClimSoft Database": "Unganisha Kwenye Hifadhidata ya ClimSoft", + "Connect to Climsoft Database": "Unganisha kwenye Hifadhidata ya Climsoft", + "Connected": "Imeunganishwa", + "Connecting Lines": "Kuunganisha Mistari", + "Consecutive": "Mfuatano", + "Constant": "Kisobadilika", + "Construct": "Buni", + "Construct Examples": "Buni Mifano", + "Contexts": "Miktadha", + "Contexts to carry:": "Miktadha ya kubeba:", + "Contingency": "Dharura", + "Continuity correction": "Marekebisho ya Mfululizo", + "Continuous": "Mwendelezo", + "Contract Sector:": "Sekta ya Mkataba:", + "Contract Title:": "Kichwa cha Mkataba:", + "Contract Value Categories:": "Aina za Thamani ya Mkataba:", + "Contract Value Share Threshold:": "Kizingiti cha Thamani ya Hisa ya Mkataba:", + "Contract Value:": "Thamani ya Mkataba:", + "Contrast": "Tofauti", + "Contrasts": "Tofauti", + "Control Options": "Chaguzi za Kudhibiti", + "Control Variables:": "Vigezo Dhibiti:", + "Conversions": "Usemi", + "Convert": "Badilisha", + "Convert Case": "Badilisha Kesi", + "Convert Columns": "Badilisha Safu Wima", + "Convert Strings to Factor Columns": "Badilisha Tungo kuwa Nambari Kamilifu ya Safu", + "Convert To": "Badilisha Kuwa", + "Convert to Character": "Badilisha kwa Herufi\n", + "Convert to Circular": "Badilisha kuwa Mzunguko", + "Convert to Factor": "Badilisha kuwa Nambari Kamilifu", + "Convert to Logical": "Badilisha kwa mantiki", + "Convert to Numeric": "Badilisha kwa Nambari", + "Convert to Ordered Factor": "Badilisha kuwa Nambari Kamilifu Iliyopangwa", + "Convert to Variate": "Badilisha kuwa Kigezo", + "Convert to:": "Badilisha kuwa:", + "Cook's Distance": "Cook's Distance", + "Cook's Distance v Leverage": "Cook's distance v Levarage", + "Coordinates": "Kuratibu", + "Copy Data Frame": "Nakili Data Frame", + "Copy Image": "Nakili Picha", + "Copy RichText": "Nakili RichText", + "Copy Row Names into Column": "Nakili Majina ya Safu katika safu wima", + "Copy from Below": "Nakili kutoka chini", + "Copy...": "Nakili ...", + "Cor": "Kor", + "Corrected Hue Where Colour Map Begins:": "Hue Iliyorekebishwa Ambapo Ramani ya Rangi Inaanza:", + "Corrected Hue Where Colour Map Ends:": "Hue Iliyorekebishwa Ambapo Ramani ya Rangi Inaisha:", + "Correlation": "Uwiano", + "Correlation Display and Graphics": "Uonyeshaji wa Uwiano na Picha", + "Correlation Matrix": "Matrix ya uwiano", + "Correlation Plot": "Uwiano wa plot", + "Correlations": "Uhusiano", + "Corruption Output:": "Matokeo ya Rushwa:", + "Corruption Outputs:": "Matokeo ya Rushwa:", + "Cosine Distance between q-Gram Profiles": "Cosine Distance between q-Gram Profiles", + "Could not read time dimension dates from file.": "Haikuweza kusoma tarehe za mwelekeo wa tarehe, kutoka faili.", + "Count": "Hesabu", + "Count Records Data Frame:": "Hesabu Recodi za Data Frame:", + "Count in Factor": "Hesabu kwa Nambari Kamilifu", + "Counting Process": "Mchakato wa Kuhesabu", + "Countries:": "Nchi:", + "Country Capitals": "Miji Mikuu ya Nchi", + "Country Coloured Map": "Ramani ya Rangi ya Nchi", + "Country ISO2:": "Nchi ISO2:", + "Country ISO3:": "Nchi ISO3:", + "Country Level": "Kiwango cha Nchi", + "Country Level Columns": "Safuwima za Ngazi ya Nchi", + "Country Names:": "Majina ya Nchi:", + "Country:": "Nchi:", + "Counts": "Idadi", + "Counts on Y Axis": "Hesabu kwa Y Mhimili", + "Counts totals": "Jumla ya Idadi", + "Courier": "Courier", + "Couriersans": "Couriersans", + "Covariance": "Covariance", + "Create Labels": "Unda Lebo", + "Create Survival Object": "Unda Kitu cha Kuokoa", + "Create an account": "Fungua akaunti", + "Create subset of non-numeric cases": "Unda seti ndogo ya visa visivyo vya nambari", + "Crop Definitions": "Ufafanuzi wa Mazao", + "Crop Length Day(s):": "Siku (siku) za Mazao:", + "Cumulative": "Ya Kijumla", + "Cumulative exceedance": "Kuzidi ya Kijumla", + "Cumulative graph": "Grafu ya Kijumla", + "Cumulative/Exceedance Graph": "Grafu ya Kijumla / Kuzidi", + "Current Name:": "Jina la Sasa:", + "Current Value:": "Thamani ya Sasa:", + "Custom": "Maalum", + "Custom Range": "Umbali Maalum", + "Customised": "Imeundwa Maalum", + "Cutoff for 2000 years:": "Mkato wa miaka 2000:", + "DF": "DF", + "DF1": "DF1", + "DF2": "DF2", + "Daily": "Kila siku", + "Daily Data Entry": "Uingizaji wa Data za Kila siku", + "Daily Precipitation 0.05 degree": "Unyevu wa kila siku digrii 0.05", + "Daily Precipitation 0.25 degree": "Unyevu wa kila siku digrii 0.25", + "Dark2": "Dark2", + "Dashed": "Iliyo na Kistari", + "Data": "Data", + "Data (Optional):": "Data (Hiari):", + "Data Column and Factor Column": "Safu wima ya data na safu wima ya Nambari Kamilifu", + "Data Column:": "Safuwima ya Data:", + "Data Columns": "Safu wima za Data", + "Data Frame Label:": "Lebo ya Data Frame:", + "Data Frame Preview:": "Uhakiki wa Data Frame:", + "Data Frame(s):": "Data Frames(s):", + "Data Frame:": "Data Frame:", + "Data Frames to Reorder:": "Data Frames za Kupangwa upya:", + "Data Frames:": "Data Frames:", + "Data From Row:": "Data Kutoka Safu Mlalo:", + "Data Options": "Chaguzi za Data", + "Data Period": "Kipindi cha Data", + "Data Period Label": "Lebo ya Kipindi cha Data", + "Data Period label": "Lebo ya Kipindi cha Data", + "Data column": "Safu wima ya data", + "Data frame Metadata": "Data frame Metadata", + "Data list not implemented": "Orodha ya data haijatekelezwa", + "Data:": "Data:", + "Database Name:": "Jina la Hifadhidata:", + "Dataframe Name:": "Jina la Dataframe:", + "Dataset Name:": "Jina la Dataset:", + "Date": "Tarehe", + "Date Order": "Mpangilio wa Tarehe", + "Date Plot": "Data Plot", + "Date Range": "Umbali wa Tarehe", + "Date Scales": "Mizani ya Tarehe", + "Date and Time": "Tarehe na Wakati", + "Date labels": "Lebo za tarehe", + "Date:": "Tarehe:", + "Dates/Times": "Tarehe / Nyakati", + "Day": "Siku", + "Day Columns (31/62)": "Safiwima za Siku (31/62)", + "Day Columns (31/62):": "Safuwima za Siku (31/62):", + "Day Length": "Urefu wa Siku", + "Day Month": "Mwezi na Siku", + "Day Month (1 Jan)": "Mwezi na Siku (1 Jan)", + "Day Month Full (1 January)": "Mwezi na Siku Kamili (1 Januari)", + "Day Number (1-366)": "Nambari ya Siku (1-366)", + "Day Of Month:": "Siku ya Mwezi:", + "Day Range": "Urefu wa Siku", + "Day in Month": "Siku kwa Mwezi", + "Day in Year:": "Siku kwa Mwaka:", + "Day of Month:": "Siku ya Mwezi:", + "Day of Year": "Siku ya Mwaka", + "Day of Year:": "Siku ya Mwaka:", + "Day-Month(Full Name)-Year(4-digit)": "Siku-Mwezi (Jina Kamili) -Mwaka (tarakimu nne)", + "Day-Month(abbr)-Year(4-digit)": "Siku ya Mwezi (abbr) -Mwaka (tarakimu nne)", + "Day-Month-Year(4-digit)": "Siku-Mwezi-Mwaka (tarakimu nne)", + "Day/Month(Full Name)/Year(4-digit)": "Siku / Mwezi (Jina Kamili) / Mwaka (tarakimu nne)", + "Day/Month(abbr)/Year(4-digit)": "Siku / Mwezi (abbr) / Mwaka (tarakimu nne)", + "Day/Month/Year(4-digit)": "Siku / Mwezi / Mwaka (tarakimu nne)", + "Day:": "Siku:", + "Days": "Siku", + "Days for Quantiles:": "Days for Quantiles:", + "Days in Month": "Siku za Mwezi", + "December": "Desemba", + "Deciles && Quintiles": "Deciles && Quintiles", + "Decimal": "Nukta", + "Decimal Places for Percentages:": "Nukta kwa Asilimia:", + "Decimal:": "Nukta:", + "Declustering": "Kutawanyisha", + "Default": "Chaguo-msingi", + "Default Format": "Muundo Chaguo-Msingi", + "Default Value:": "Thamani chaguo-msingi:", + "Define As Factor": "Fafanua kama Nambari Kamailifu", + "Define CRI": "Fafanua CRI", + "Define Climatic Data": "Fafanua Takwimu za hali ya hewa", + "Define Corruption Outputs": "Fafanua Matokeo ya Rushwa", + "Define New Column Selection": "Define New Column Selection", + "Define New Filter": "Fafanua Kichujio Kipya", + "Define New Property": "Fafanua Rasilimali Mpya", + "Define Options By Context Data": "Fafanua Chaguzi Kwa Takwimu za Muktadha", + "Define Procurement Data": "Fafanua Takwimu za Ununuzi", + "Define Red Flags": "Fafanua Bendera Nyekundu", + "Define Survival Data": "Fafanua Takwimu za Uokoaji", + "Define a Contrast:": "Fafanua tofauti:", + "Degree:": "Kiwango:", + "Degrees of freedom:": "Viwango za uhuru:", + "Degrees:": "Digrii:", + "Dekad": "Dekad", + "Dekad Precipitation 0.05 degree": "Dekad usimbishaji digrii 0.05", + "Del": "Del", + "Delete": "Futa", + "Delete Column": "Futa Safu wima", + "Delete Column(s)": "Futa Safu wima", + "Delete Columns": "Futa Safu Wima", + "Delete Data Frames": "Delete Data Frames", + "Delete From:": "Futa Kutoka:", + "Delete Key": "Delete Key", + "Delete Link": "Futa Kiungo", + "Delete Metadata": "Futa Metadata", + "Delete Objects": "Futa Vitu", + "Delete Row(s)": "Futa Safu mlalo", + "Delete Rows/Columns": "Futa Safu / Safu wima", + "Delete Selected": "Futa Zilizochaguliwa", + "Delete Theme": "Futa Mandhari", + "Density": "Uzito wiani", + "Density Options": "Chaguzi za wiani", + "Density Plot": "Density Plot", + "Density plot": "Density Plot", + "Descending": "Kushuka", + "Descending Frequencies": "Kushuka kwa Masafa", + "Describe Display Options": "Eleza Chaguzi za Kuonyesha", + "Describe Survival": "Eleza Kuokoka", + "Describe Two Variables": "Eleza Vigezo viwili", + "Deselect All Levels": "Chagua Ngazi Zote", + "Details": "Maelezo", + "Details Options": "Chaguzi za Maelezo", + "Detect": "Gundua", + "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Je! Ulijua: Kuingiza data kutoka kwa vifurushi vingine vya takwimu ni rahisi. Nenda kwenye 'Faili> Fungua Kutoka Faili ...' na uchague faili yako.", + "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Je! Unajua: R-Instat ilianza kama kampeni ya ufadhili wa umati mnamo 2015 na washirika wanaofanya kazi kote Afrika.", + "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Je! Unajua: R-Instat huhifadhi metadata kwenye safu na fremu za data ambazo unaweza kuhariri. Nenda kwenye Tazama> Metadata ya safu wima ... au Metadata ya Sura ya Takwimu ... kutazama na kuhariri metadata", + "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Je! Unajua: R-Instat ilitengenezwa barani Afrika na African Maths Initiative (AMI)?", + "Did you know: You can easily view a whole data frame in a separate window.": "Je! Unajua: Unaweza kutazama sura nzima ya data kwa urahisi kwenye Window tofauti.", + "Dida": "Dida", + "Difference": "Tofauti", + "Difference Column:": "Safu wima tofauti:", + "Differences": "Tofauti", + "Dimensions to Plot:": "Dimensions Plot:", + "Direction (N/S E/W):": "Mwelekeo (N / SE / W):", + "Disconnect": "Tenganisha", + "Discrete": "Dhahiri", + "Dispaly Daily Options": "Chaguzi za Kuonyesha kila siku", + "Display": "Onyesha", + "Display Chi-Square Breakpoints": "Onyesha Vifurushi vya Chi-Square", + "Display Daily Data": "Onyesha Takwimu za Kila Siku", + "Display Format:": "Muundo wa Kuonyesha:", + "Display From:": "Onyesha Kutoka:", + "Display Graph Results": "Onyesha Matokeo ya Grafu", + "Display HTML in Output Window": "Onyesha HTML katika Output Window", + "Display In Output": "Onyesha Katika Kitengo cha matokeo", + "Display Margins": "Onyesha Pembejeo", + "Display Model": "Muundo wa Kuonyesha", + "Display NA as:": "Onyesha NA kama:", + "Display Objects...": "Onyesha Vitu ...", + "Display Options": "Chaguzi za Kuonyesha", + "Display Options...": "Chaguzi za Kuonyesha ...", + "Display Outer Margins": "Onyesha Pembejeo za nje", + "Display Rain Days": "Onyesha Siku za Mvua", + "Display Summary": "Onyesha Mukhtasari", + "Display Top N": "Onyesha Juu N", + "Display Values As": "Onyesha values kama", + "Display as Decimal": "Onyesha kama nukta", + "Display as decimal": "Onyesha kama nukta", + "Display details of warnings and errors": "Onyesha maelezo ya maonyo na makosa", + "Display dialog's selected data frame in grid": "Onyesha fremu ya data iliyochaguliwa ya mazungumzo kwenye gridi ya taifa", + "Display in Interactive Viewer": "Onyesha katika Kitazamaji Maingiliano", + "Display in Output Window": "Onyesha katika Output Window", + "Display in R Viewer": "Onyesha katika R Viewer", + "Display in R-Viewer": "Onyesha katika R-Viewer", + "Display in Separate Window": "Onyesha katika Window Tofauti", + "Display in Separate Windows": "Onyesha katika Windows Tofauti", + "Display summary": "Onyesha muhtasari", + "Display:": "Onyesha:", + "DisplayChi": "OnyeshaChi", + "Distance based on Soundex Encoding": "Umbali kulingana na Soundex Encoding", + "Distribution Options": "Chaguzi za Usambazaji", + "Distribution Parameters:": "Vigezo vya Usambazaji:", + "Distribution:": "Usambazaji:", + "Diverging": "Kujitenga", + "DoY average": "DoY wastani", + "Dodge": "Epa", + "Dodge2": "Epa2", + "Domain": "Domain", + "Don' t import data after downloading": "Usiingize data baada ya kupakua", + "Don't import data after downloading": "Usiingize data baada ya kupakua", + "Dot ": "Nukta ", + "Dot Plot": "Dot Plot", + "Dot Plot Options...": "Dot Plot Options...", + "Dot plot": "Dot Plot", + "Dot-dash": "Dot-dash", + "Dotplot": "Dotplot", + "Dotted": "Iliyotiwa alama", + "Double Decker": "Decker mara mbili", + "Doy:": "Doy:", + "Drop Missing Combinations": "Dondoa Mchanganyiko Unaokosa", + "Drop Unused Levels": "Dondoa Viwango zisizotumiwa", + "Drop empty factor levels": "Dondosha viwango tupu vya Nambari Kamilifu", + "Dry Month": "Mwezi Mkavu", + "Dry Period": "Kipindi Kikavu", + "Dry Spell": "Msimu kavu", + "Dummy Variables": "Vigezo bandia", + "Duplicate": "Nakala", + "Duplicate Column": "Nakala ya Safu wima", + "Duplicates": "Nakala", + "Duplicates Only": "Nakala Pekee", + "E": "E", + "ERA5 hourly data (single levels)": "Takwimu za kila saa za ERA5 (viwango vya umoja)", + "Edit Condition": "Hariri Sharti", + "Edit Filter": "Hariri Kichujio", + "Editor Window": "Editor Window", + "Eigenvalue": "Eigenvalue", + "Eigenvalues": "Eigenvalues", + "Eigenvectors": "Eigenvectors", + "Element": "Kipengele", + "Element Abbreviation": "Kifupisho cha Kipengele", + "Element IDs": "Vitambulisho vya kipengee", + "Element Line": "Mstari wa Element", + "Element Name:": "Jina la Kipengee:", + "Element Names": "Majina ya Kipengele", + "Element Order": "Mpangilio wa Vipengele", + "Element Text ": "Maandishi ya Kipengele", + "Element Types": "Aina za Element", + "Element(s):": "Vipengele:", + "Element1 (Tmax):": "Kipengele1 (Tmax):", + "Element2 (Tmin):": "Kipengele2 (Tmin):", + "Element:": "Kipengele:", + "ElementRect": "ElementRect", + "Elements": "Vipengele", + "Elements to Edit:": "Vipengele vya kuhariri:", + "Elements-Stations": "Vipengele-Vituo", + "Elements:": "Vipengele:", + "Empty": "Tupu", + "Encoding:": "Encoding:", + "End": "Mwisho", + "End :": "Mwisho:", + "End Date:": "Tarehe ya mwisho:", + "End Day": "Siku ya Mwisho", + "End Value:": "Thamani ya Mwisho:", + "End Year for Climatological Period:": "Mwisho wa Mwaka wa Kipindi cha Hali ya Hewa:", + "End Year for Region Average:": "Mwisho wa Mwaka kwa Wastani wa Mkoa:", + "End Year for Station Trend:": "Mwisho wa Mwaka kwa Mwenendo wa Stesheni:", + "End Year for Variogram Period:": "Mwisho wa Mwaka wa Kipindi cha Variogram:", + "End date:": "Tarehe ya mwisho:", + "End of Rains": "Mwisho wa Mvua", + "End of Rains/Season": "Mwisho wa Mvua / Msimu", + "End of Season": "Mwisho wa Msimu", + "End(L):": "Mwisho (L):", + "End:": "Mwisho:", + "English": "Kiingereza", + "Ensure complete years": "Hakikisha miaka kamilifu", + "Enter": "Ingiza", + "Enter Data": "Ingiza Takwimu", + "Enter Result Into:": "Ingiza Matokeo Katika:", + "Enter value(s)": "Ingiza thamani", + "Entire Range": "Eneo zima", + "Entry Time:": "Wakati wote:", + "Equal To": "Sawa na", + "Equitable Threat Score": "Alama ya Tishio sahihi", + "Establish Connection..": "Anzisha Uunganisho ..", + "Estimate": "Kadiria", + "Estimate:": "Kadiria:", + "Estimated:": "Inakadiriwa:", + "Estimates": "Makadirio", + "Estimates:": "Makadirio:", + "Estimation methods": "Njia za kukadiria", + "Evaluation": "Tathmini", + "Evaporation:": "Uvukizi:", + "Evapotraspiration": "Evapotraspiration", + "Event Occurs When Value is:": "Tukio Hutokea Wakati Thamani ni:", + "Event:": "Tukio:", + "Every": "Kila", + "Exact": "Halisi", + "Examine": "Chunguza", + "Examples": "Mifano", + "Exceedance": "Kuzidi", + "Exclude": "Tenga", + "Exclude Missing": "Tenga Zilizosa", + "Exclude/Separate:": "Tenga:", + "Exit Preview and Print": "Toka hakiki na Uchapishe", + "Exit Time:": "Toka Wakati:", + "Expand": "Panua", + "Explanatory Model for Location or Scale": "Mfano wa Ufafanuzi wa Mahali au Kiwango", + "Explanatory Model:": "Mfano wa Ufafanuzi:", + "Explanatory Variable:": "Maelezo ya muundo:", + "Explanatory Variables:": "Maelezo ya Muundo:", + "Exponential": "Kionyesho", + "Export Datasets": "Hamisha Datasets", + "Export File(s):": "Hamisha faili:", + "Export File:": "Hamisha faili:", + "Export Graph As Image": "Hamisha Grafu kama Picha", + "Export R Objects": "Hamisha Vitu za R", + "Export R Workspace": "Hamisha Nafasikazi ya R", + "Export To World Weather Record": "Hamisha kwa Rekodi ya Hali ya Hewa ya Dunia", + "Export for PICSA": "Hamisha za PICSA", + "Export to CMSAF R ToolBox": "Hamisha kwa CMSAF R Toolbox", + "Export to CPT": "Hamisha kwa CPT", + "Export to OpenRefine": "Hamisha kwa OpenRefine", + "Expression": "Kujieleza", + "Exremal Dependency Index": "Kielelezo kikubwa cha Utegemezi", + "Extend Fill": "Ongeza kujaza", + "Extra Rows": "Safu za ziada", + "Extract": "Dondoo", + "Extreme": "Uliokithiri", + "Extreme Dependency Score": "Alama ya Utegemezi uliokithiri", + "Extreme Events": "Matukio Makali", + "Extreme Maximum": "Upeo uliokithiri", + "Extreme Minimum": "Upeo Uliokithiri", + "Extreme_Value": "Thamani_iliokithiri", + "Extremes ": "Uliokithiri ", + "Extremes Display Options": "Chaguzi za Kuonyesha Zilizokithiri", + "Extremes Method": "Njia Zilizokithiri", + "F": "F", + "F1": "F1", + "FALSE": "UONGO", + "FIt Model": "Muundo ulioimarika", + "Face": "Sura", + "Facet": "Facet", + "Facet (Optional):": "Facet (Hiari):", + "Facet By (Optional):": "Facet By (Hiari):", + "Facet By (Station):": "Facet by (Kituo):", + "Facet By:": "Facet By:", + "Facet Column(s):": "Facet Column(s):", + "Facet Label Background ": "Facet Label Background ", + "Facet Labels": "Facet labels", + "Facet by Column Factor": "Facet By Column Factor", + "Facet labels": "Maandiko ya sura", + "Facet labels along horizontal direction": "Maandiko ya sura pamoja na mwelekeo ulio sawa", + "Facet labels along vertical direction": "Facet labels along vertical direction", + "Facet2 (Optional):": "Facet2 (Hiari):", + "Facet:": "Facet:", + "Facets": "Facets", + "Facets:": "Facets:", + "Factor": "Nambari Kamilifu", + "Factor (Optional):": "Sababu (Hiari):", + "Factor Data Frame": "Kiunzi cha Takwimu", + "Factor Into:": "Factor Into:", + "Factor Level": "Kiwango cha Sababu", + "Factor Options": "Chaguzi za Sababu", + "Factor Selected:": "Sababu Iliyochaguliwa:", + "Factor Values for Selection": "Thamani za Nambari Kamilifu za Uteuzi", + "Factor Variable:": "Kigezo cha Nambari Kamilifu:", + "Factor to Unstack by:": "Nambari kamilifu za kupangua kwa:", + "Factor:": "Nambari Kamilifu:", + "Factors": "Nambari Kamilifu", + "Factors Selected:": "Nambari Kamilifu Zilizochaguliwa:", + "Factors as Percentage:": "Nambari Kamilifu kama Asilimia:", + "Factors:": "Nambari Kamilifu:", + "Factory Reset": "Factory Reset", + "Fahrenheit": "Fahrenheit", + "False Alarm Ratio": "False alarm ratio", + "Family": "Familia", + "February": "Februari", + "Feet per second (ftps)": "Futi kwa sekunde (ftps)", + "File:": "Faili:", + "Files with the same names will be overwritten.": "Faili zilizo na majina sawa zitaondolewa.", + "Fill": "Jaza", + "Fill (Optional):": "Jaza (Hiari):", + "Fill Color": "Jaza Rangi", + "Fill Colour (Optional):": "Jaza Rangi (Hiari):", + "Fill Colour:": "Jaza Rangi:", + "Fill Scale": "Jaza Kiwango", + "Fill date gaps": "Jaza mapungufu ya tarehe", + "Fill:": "Jaza:", + "Filter": "Chuja", + "Filter By:": "Chuja kwa:", + "Filter From Factors": "Chuja Kutoka kwa Nambari Kamilifu", + "Filter:": "Chuja:", + "Filters": "Vichujio", + "Filters From Factor": "Vichugioi Kutoka Kwa Nambari Kamilifu", + "Find Forms": "Pata Fomu", + "Find Non-Numeric Values": "Pata Values Zisizo za Nambari", + "Find all": "Pata zote", + "Find next": "Pata inayofuata", + "Find what": "Pata nini", + "Find whole word only": "Pata neno zima tu", + "Finish": "Maliza", + "First": "Kwanza", + "First Column:": "Safu wima ya kwanza:", + "First Context:": "Muktadha wa Kwanza:", + "First Data Frame": "Sura ya Kwanza ya Takwimu", + "First Data Frame:": "Sura ya Kwanza ya Takwimu:", + "First Explanatory Variable": "Maelezo ya Kwanza ya vigezo", + "First Explanatory Variable:": "Maelezo ya Kwanza ya vigezo:", + "First Factor:": "Nambari Kamilifu ya kwanza:", + "First Line is Column Headers:": "Mstari wa Kwanza ni Vichwa vya safu wima:", + "First Row is Column Headers": "Safu ya Kwanza ni Vichwa vya safu wima", + "First Variable(s):": "Vigezo vya kwanza:", + "First Variable:": "Kigezo cha Kwanza:", + "First Variables:": "Vigezo vya Kwanza:", + "First Word:": "Neno la Kwanza:", + "Fiscal Year:": "Mwaka wa fedha:", + "Fit": "Inafaa", + "Fit Model and Bootstrap Options": "Fit Model and Bootstrap Options", + "Fit Multiple": "Inafaa Kigawe", + "Fit Single": "Inafaa Moja", + "Fit a Gamma Distribution": "Inafaa Usambazaji wa Gamma", + "Fit an Extreme Distribution": "Inafaa Usambazaji Kupita kiasi", + "Fitted Model": "Muundo unaofaa", + "Fitted Model:": "Mfano unaofaa:", + "Fitted Values": "Thamani zinazofaa", + "Fitting Method": "Njia inayofaa", + "Fitting Options": "Chaguzi zinazofaa", + "Fixed": "Zilizoambatanishwa", + "Fixed Day": "Siku Iliyoambatanishwa", + "Fixed Number of Columns": "Idadi ya Kawaida ya Nguzo", + "Fixed Number of Components": "Sehemu ya nambari iliyohamasishwa", + "Fixed Number of Rows": "Idadi Isiyohamishika ya Safu", + "Fixed width": "Upana uliorekebishwa", + "Flat Frequency Table": "Flat Frequency Table", + "Flip Coordinates": "Flip coordinates", + "Flip coordinates": "Flip coordinates", + "Fliter Preview:": "Uhakiki wa Chugio:", + "Font Size:": "Ukubwa wa herufi:", + "For All Dialogs": "Kwa Visanduku Vidadisi Vyote", + "For This Dialog Only": "Kwa hili kisanduku kidadisi Pekee", + "Force positive": "Lazimisha chanya", + "Foreign Winner:": "Mshindi wa Kigeni:", + "Format Current or Selected Columns": "Umbiza safu wima za sasa au zilizochaguliwa", + "Format Data": "Umbiza Takwimu", + "Format Description": "Umbiza Maelezo", + "Format Field": "Umbiza sehemu", + "Format Font:": "Fonti ya Umbizo:", + "Format:": "Umbizo:", + "Four Variable Modelling": "Kuunda kwa vigezo vinne", + "Fourth Context:": "Muktadha wa Nne:", + "Fraction Trimmed:": "Sehemu Iliyopunguzwa:", + "Fractions": "Akisami", + "Free": "Bure", + "Free Scale Axis for Facets": "Free Scale Axis for Facets", + "Free Scale Y Axis": "Free scale Y Axis", + "Free Scales X": "Free Scales X", + "Free Scales Y": "Free Scale Y", + "Free Space": "Nafasi ya Bure", + "Free_x": "Free_x", + "Free_y": "Free_y", + "Freeze Columns": "Tunduaa Safu wima", + "Freeze Columns:": "Tunduaa Safu wima:", + "French": "Kifaransa", + "Frequencies Options": "Chaguzi za marudio", + "Frequency": "Marudio", + "Frequency Polygon": "Frequency Polygon", + "Frequency Polygon Options": "Frequency Polygon Options", + "Frequency Table & Graph Options": "Frequency Table & Graph Options", + "Frequency Tables": "Frequency Tables", + "Frequency polygon": "Frequency Polygon", + "Frequency tables": "Frequency Tables", + "From": "Kutoka", + "From Library": "Kutoka Maktaba", + "From Package:": "Kutoka kwa Kifurushi:", + "From:": "Kutoka:", + "Frost Days [1:FD]": "Frost Days [1: FD]", + "Full Damerau-Levenshtein Distance": "Full Damerau-Levenshtein Distance", + "Full Join": "Full Join", + "Full Name": "Jina kamili", + "Function Name:": "Jina la Fomula Saidizi:", + "Function...": "Fomula Saidizi...", + "Function:": "Fomula Saidizi:", + "GEV": "GEV", + "GP": "GP", + "Gamma": "Gamma", + "Gamma_With_Shape_and_Mean": "Gamma_With_Shape_and_Mean", + "Gamma_With_Shape_and_Rate": "Gamma_With_Shape_and_Rate", + "Gamma_With_Shape_and_Scale": "Gamma_With_Shape_and_Sale", + "Gamma_With_Zeros": "Gamma_With_Zeros", + "Gaussian": "Gaussian", + "General ANOVA": "ANOVA jumla", + "General ANOVA Options...": "Chaguzi za ANOVA kwa ujumla ...", + "General Case": "General Case", + "General Summaries": "Mihtasari kwa Jumla", + "Generalized Linear Models": "Muundo wa laini uliojumlishwa", + "Generate Random Sample": "Tengeneza Sampuli isiyopangwa", + "Geom": "Geom", + "Geom Aesthetics:": "Aesthetics ya Geom:", + "Geom:": "Geom:", + "Geometric": "Geometric", + "Geometry": "Geometry", + "Geometry:": "Jiometri:", + "Gerrity Score": "Alama ya Gerrity", + "Glance": "Mtazamo", + "Globalminmax": "Globalminmax", + "GnBu": "GnBu", + "Goodness of Fit (MGE)": "Wema wa Fit (MGE)", + "Graph": "Grafu", + "Graph Caption": "Maelezo ya Grafu", + "Graph Caption:": "Manukuu ya Grafu:", + "Graph Columns:": "safu za Grafu:", + "Graph Display": "Uonyesho wa Grafu", + "Graph Frequencies": "Graph frequencies", + "Graph Options": "Chaguzi za Grafu", + "Graph Sub Title": "Kichwa ndogo cha Grafu", + "Graph Sub Title:": "Kichwa ndogo cha Grafu:", + "Graph Subtitle:": "Kichwa ndogo cha Grafu:", + "Graph Title": "Kichwa cha Grafu", + "Graph Title:": "Kichwa cha Grafu:", + "Graph and Display Options": "Grafu na chaguzi za onyesho", + "Graph by Year": "Grafu kwa Mwaka", + "Graph to Use:": "Grafu ya Kutumia:", + "Graph to View:": "Grafu ya Kutazama:", + "Graph:": "Grafu:", + "Graphs": "Grafu", + "Graphs GUI": "Grafu GUI", + "Graphs To Combine:": "Grafu za kuka pamoja:", + "Greater Than": "Kubwa kuliko", + "Greater than": "Kubwa kuliko", + "Green": "Kijani", + "Greens": "Kijani", + "Grey": "Kijivu", + "Greys": "Kijivu", + "Grid lines": "Grid lines", + "Grid square": "Grid square", + "Grop Height": "Urefu wa Grop", + "Grop Width": "Upana wa Grop", + "Group (Optional):": "Kikundi (Hiari):", + "Group Data": "Takwimu za Kikundi", + "Group to Connect": "Kikundi cha Kuunganisha", + "Group:": "Kikundi:", + "GroupBox1": "GroupBox1", + "Grouping Factor (Optional):": "Nambari Kamilifu ya Kupanga (Hiari):", + "Grouping Factor:": "Nambari Kamilifu ya Kupanga:", + "Growing Season Length [5:GSL]": "Growing Season Length [5: GSL]", + "Guess": "Udhanifu", + "Gumbel": "Gumbel", + "H Line Options": "H Line Options", + "HTML (Browser)": "HTML (Browser)", + "HTML Table": "HTML Table", + "Hamming Distance": "Hamming Distance", + "Hannan-Quinn": "Hannan-Quinn", + "Hargreaves Samani": "Hargreaves Samani", + "Harmonics:": "Harmonics:", + "Hash #": "Hash #", + "Have you tried: Boxplots by a factor.": "Have you tried: Boxplots by factors.", + "Have you tried: Describing all your variables at once.": "Umejaribu: Kuelezea anuwai zako zote mara moja.", + "Have you tried: Using the library datasets.": "Umejaribu: Kutumia hifadhidata za maktaba.", + "Heidke Skill Score": "Heidke Skill Score", + "Helmert": "Helmert", + "Help ": "Msaada ", + "Help...": "Msaada ...", + "Helvetica - Narrow": "Helvetica - Narrow", + "Helveticaserif": "Helveticaserif", + "Hidden Column(s):": "Safu wima iliyofichwa:", + "Hidden Data Frame(s):": "Mfumo wa Takwimu zilizofichwa:", + "Hide": "Ficha", + "Hide (future) commands": "Ficha amri (za baadaye)", + "Hide Details <<": "Ficha Maelezo <<", + "Hide/Unhide Column(s)": "Ficha / Onyesha safu wima", + "Hide/Unhide Data Frame(s)": "Ficha / Onyesha Mfumo wa Takwimu", + "High Ascending": "Kupanda Juu", + "High Descending": "Kushuka Juu", + "Highlight Alternate Rows": "Angazia Safu Mbadala", + "Hist Plot": "Hist Plot", + "Histogram": "Histogram", + "Histogram (Rose Plot)": "Histogram (Rose Plot)", + "Histogram Bins:": "Histogram Bins:", + "Histogram Method": "Histogram Method", + "Histogram Options": "Histogram Options", + "Histogram Plot": "Histogram Plot", + "Hit Rate": "Hit Rate", + "Hjust": "Hjust", + "Homogenization (Change Point)": "Homogenization(Change Point)", + "Horizontal": "Usawa", + "Horizontal Label Position:": "Nafasi ya Lebo Mlalo:", + "Horizontal Plot": "Horizontal Plot", + "Horizontal Plot (coord-flip)": "Horizontal Plot (coord-flip)", + "Horizontal major grid lines ": "Horizontal major grid lines ", + "Horizontal minor grid lines": "Horizontal ninor grid lines", + "Horizontally": "Ulalo", + "Host:": "Mwenyeji:", + "Hour": "Saa", + "How to Display": "Jinsi ya Kuonyesha", + "Humidity Max:": "Unyevu wa Kiwango cha Juu:", + "Humidity Min:": "Unyevu wa Kiwango cha Chini:", + "HydroGOF": "HydroGOF", + "Hypergeometric": "Hypergeometric", + "Hyphen -": "Hyphen -", + "Hypothesis Tests": "Uchunguzi wa nadharia", + "I()": "I()", + "ID Column Name:": "Tambulisha Jina la safu wima:", + "ID Column:": "Tambulisha Safu wima:", + "ID/Station:": "Kitambulisho / Kituo:", + "ID:": "Kitambulisho:", + "IDs": "Vitambulisho", + "IQR": "IQR", + "Icing Days [3:ID]": "Icing Days [3: ID]", + "Identifier (Optional):": "Kitambulisho (Chaguo):", + "Identifier:": "Kitambulisho:", + "Identity": "Kitambulisho", + "Ignore Global Aesthetics": "Ignore Global Aesthetics", + "Ignore Labels": "Ignore Labels", + "Ignore Missing Values": "Puuza Thamani Zinazokosekana", + "Ignore values on invalid dates": "Puuza thamani kwenye tarehe zisizo sahihi", + "Import": "Ingiza", + "Import CSV Options": "Leta Chaguzi za CSV", + "Import Dataset": "Ingiza Hifadhidata", + "Import Excel Options": "Ingiza Chaguzi za Excel", + "Import From CSPRO": "Ingiza Kutoka kwa CSPRO", + "Import From Climsoft": "Ingiza Kutoka Climsoft", + "Import From Climsoft Wizard": "Ingiza kutoka kwa Climsoft Wizard", + "Import From Databases": "Ingiza kutoka kwa hifadhidata", + "Import From IRI (Internet connection needed)": "Leta Kutoka IRI (Muunganisho wa mtandao unahitajika)", + "Import Options": "Ingiza chaguzi", + "Import RDS Options": "Ingiza Chaguzi za RDS", + "Import Text Options": "Ingiza Chaguzi za Nakala", + "Import and Tidy NetCDF File": "Ingiza na Safisha Faili ya NetCDF", + "Import and Tidy Shapefiles": "Ingiza na Safisha Shapefiles", + "Import calculations": "Ingiza mahesabu", + "Import changes log": "Ingiza kumbukumbu ya mabadiliko", + "Import csv Options": "Leta Chaguzi za csv", + "Import filters": "Ingiza vichujio", + "Import from CDS (Climate Data Store)": "Ingiza kutoka kwa CDS (Climate Data Store)", + "Import from ODK": "Ingiza kutoka ODK", + "Import from OpenRefine": "Ingiza kutoka kwa OpenRefine", + "Import into climate object": "Import into climate object", + "Import metadata": "Ingiza metadata", + "Import objects": "Ingiza vipengee", + "Importing the following sheets:": "Kuingiza kurasa zifuatazo:", + "Imputed:": "Imebadilishwa:", + "In Steps Of:": "Katika Hatua za:", + "In Steps of:": "Katika Hatua za:", + "In steps of:": "Katika hatua za:", + "Inches": "Inchi", + "Include": "Jumuisha", + "Include Arguments": "Jumuisha Hoja", + "Include Boxplot": "Jumuisha Boxplot", + "Include Comments by Default": "Jumuisha maoni kwa chaguo-msingi", + "Include Contexts": "Jumuisha Muktadha", + "Include Default Parameter Values in R Commands": "Include Default Parameter Values in R Commands", + "Include Elements Information": "Jumuisha Maelezo ya Vipengee", + "Include Facets": "Jumuisha Facets", + "Include First Date of Occurrence": "Jumuisha Tarehe ya Kwanza ya Matukio", + "Include Graph": "Jumuisha Grafu", + "Include Graphs": "Jumuisha Grafu", + "Include Horizontal Line": "Jumuisha laini iliyolala", + "Include ID Column": "Jumuisha safu wima ya kitambulisho", + "Include Last Date of Occurrence": "Jumuisha Tarehe ya Mwisho ya Matukio", + "Include Level Numbers": "Jumuisha Nambari za Kiwango", + "Include Lines of Best Fit": "Include Lines of Best Fit", + "Include Major Grid Lines": "Include Major Grid Lines", + "Include Mean Line": "Jumuisha Mstari wa wastani", + "Include Mean Lines": "Jumuisha Mistari za Wastani", + "Include Metadata": "Jumuisha Metadata", + "Include Minor Grid Lines": "Jumuisha Mistari Ndogo ya Gridi", + "Include Missing Values": "Jumuisha Thamani Zinazokosekana", + "Include Models": "Jumuisha Miundo", + "Include N Occurances": "Jumuisha N Matukio", + "Include Observation Data": "Jumuisha Takwimu za Uchunguzi", + "Include Observation Flags": "Jumuisha Bendera za Uchunguzi", + "Include P-Values": "Jumuisha Thamani za P", + "Include Percentages": "Jumuisha Asilimia", + "Include Points": "Jumuisha Pointi", + "Include Regular Expressions": "Jumuisha Maneno ya Kawaida", + "Include Smooth Line": "Jumuisha laini Nyororo", + "Include Variable Name in Labels": "Jumuisha jina la kigezo katika Lebo", + "Include in Original Data": "Jumuisha katika Takwimu halisi", + "Include requested points in data (if specified)": "Jumuisha alama zilizoombwa kwenye data (ikiwa imeainishwa)", + "Include value after label": "Jumuisha thamani baada ya lebo", + "Including": "Jumla na", + "Index": "Kielelezo", + "Index Components:": "Vipengele vya Kielelezo:", + "Index Number of Duplicates": "Nambari ya Kuashiria Nakala", + "Index of agreement": "Kielelezo cha makubaliano", + "Indicators:": "Viashiria:", + "Indices": "Fahirisi", + "Indices Data Frame:": "Fahirisi ya Takwimu:", + "Indices Help": "Fahirisi saidizi", + "Individual": "Binafsi", + "Individual Plots": "Individual Plots", + "Individual Summaries": "Mihtasari ya kibinafsi", + "Individuals": "Binafsi", + "Individuals Plot": "Individuals plot", + "Inner Join": "Kuunga kwa ndani", + "Insert": "Ingiza", + "Insert ": "Ingiza ", + "Insert 1 Column After": "Ingiza Safu wima 1 Baada ya", + "Insert 1 Column Before": "Ingiza Safu wima 1 Kabla", + "Insert Column(s) After": "Ingiza safu wima Baada ya", + "Insert Column(s) Before": "Ingiza safu wima Kabla", + "Insert Columns": "Ingiza nguzo", + "Insert Columns/Rows": "Ingiza nguzo / Safu", + "Insert Row(s) After": "Ingiza safu lala Baada ya", + "Insert Row(s) Before": "Ingiza safu lala Kabla", + "Insert Rows": "Ingiza Safu", + "Insert Values": "Ingiza Thamani", + "Insert at Position:": "Ingiza katika Nafasi:", + "Inspect Values": "Kagua Thamani", + "Install Missing Packages (Online)": "Sakinisha Vifurushi Vilivyokosekana (Mtandaoni)", + "Integer": "Integer", + "Interactions:": "Utangamano:", + "Interested Variable": "Kigezo Kinachovutia", + "Interested variable": "Kigezo kinachovutia", + "Interpolate": "Interpolate", + "Interpolate Missing Days": "Interpolate missing days", + "Interpolate Missing Entries": "Interpolate Missing Entries", + "Interval": "Kipindi fulani", + "Interval Size:": "Ukubwa wa kipindi fulani:", + "Interval2": "Kipindi fulani2", + "Interval:": "Kipindi Fulani:", + "Into": "Ndani ya", + "Into Binary Columns": "Kwenye Nguzo za Binary", + "Into Text Components": "Kwenye Sehemu za Nakala", + "Inventory": "Inventory", + "Inventory Plot": "Inventory Plot", + "Inventory Plot Options": "Inventory Plot options", + "Inverse": "Kinyume", + "Inverse_Gaussian": "Inverse_Gaussian", + "Inward": "Kuelekea Ndani", + "Is Currency": "Ni Sarafu", + "Is_Element": "Is_Element", + "Italic": "Italiki", + "J:": "J:", + "Jaccard Distance between q-Gram Profiles": "Jaccard Distance between q-Gram Profiles", + "January": "Januari", + "Jaro or Jaro-Winker Distance": "Jaro or Jaro-Winker Distance", + "Jitter": "Jitter", + "Jitter Options": "Chaguzi za Jitter", + "Jitter Plot": "Jitter Plot", + "Jitter dodge": "Jitter dodge", + "Jitter:": "Jitter:", + "Join Options": "Unganisha na Chaguzi", + "Join Type:": "Aina ya kuunganisha:", + "Join by:": "Unganisha na:", + "Joining By:": "Kuunganisha na:", + "Joining Columns": "Kuunganisha nguzo", + "July": "Julai", + "Jump (Element1)": "Ruka (Element1)", + "June": "Juni", + "Justify Legend Box": "Justify Legend Box", + "KGE": "KGE", + "Kappa": "Kappa", + "Keep Attributes": "Weka Sifa", + "Keep Raw Time": "Weka Wakati Mbichi", + "Keep as Missing": "Weka kama iliyokosa", + "Keep existing data frames": "Weka muafaka wa data uliopo", + "Keep existing position": "Weka nafasi iliyopo", + "Kelvin": "Kelvin", + "Kendall": "Kendall", + "Kernel": "Kernel", + "Kernel :": "Kernel:", + "Key Check:": "Angalia muhimu:", + "Key Columns": "Nguzo muhimu", + "Key Columns:": "Nguzo Muhimu:", + "Key Name:": "Jina muhimu:", + "Keys:": "Keys:", + "Kilometres per hour (kmph)": "Kilomita kwa saa (kmph)", + "Kiswahili": "Kiswahili", + "Kling-Gupta efficiency": "Ufanisi wa Kling-Gupta", + "Knots": "Mafundo", + "Kobo": "Kobo", + "Kurtosis": "Kurtosis", + "L-moments": "Wakati wa L", + "LSD": "LSD", + "Label": "Lebo", + "Label Cities": "Lebo majiji", + "Label Text (Lower):": "Lebo ya Maandishi (Chini):", + "Label Text (Upper):": "Lebo ya Maandishi (Juu):", + "Label Text:": "Lebo ya Maandishi:", + "Label Transparency:": "Lebo ya uwazi:", + "Label Type:": "Aina ya Lebo:", + "Label Variable (Optional):": "Lebo ya kigezo (Hiari):", + "Label of axes": "Label of axes", + "Label:": "Lebo:", + "Labelled Convert": "Imeekwa lebo ya kubadilisha", + "Labels": "Lebo", + "Labels (": "Lebo (", + "Labels (Optional):": "Lebo (Si lazima):", + "Labels/Levels": "Lebo / Ngazi", + "Labels:": "Lebo:", + "Lang": "Lang", + "Language": "Lugha", + "Languages": "Lugha", + "Large": "Kubwa", + "Last": "Mwisho", + "Last Word:": "Neno la Mwisho:", + "Latin-1": "Kilatini-1", + "Latitude": "Latitudo", + "Latitude Offset:": "Upeo wa Latitudo:", + "Latitude:": "Latitudo:", + "Latitute:": "Latiti:", + "Layer Dimensions (Aesthetics)": "Vipimo vya Tabaka (Aesthetics)", + "Layer Options": "Chaguzi za Tabaka", + "Layer Parameters (Geom Parameters)": "Vigezo vya Tabaka (Vigezo vya Geom)", + "Layers": "Tabaka", + "Layers:": "Tabaka:", + "Layout": "Mpangilio", + "Layout Of Data": "Mpangilio wa Takwimu", + "Layout incomplete: layout must contain all graphs.": "Mpangilio haujakamilika: mpangilio lazima uwe na grafu zote.", + "Layout of data": "Mpangilio wa Takwimu", + "Layout:": "Mpangilio:", + "Leap Year": "Mwaka mrefu", + "Leave as Missing": "Acha kama Kukosa", + "Left": "Kushoto", + "Left Join": "Kushoto Jiunge", + "Left:": "Kushoto:", + "Legend": "Legend", + "Legend (More Options)": "Legend (Chaguzi zaidi)", + "Legend Adjustments": "Legend adjustments", + "Legend Background and Key": "Legend Background and Key", + "Legend Box Spacing": "Legend Boxing Space", + "Legend Direction": "Legend Direction", + "Legend Justification": "Legend Justification", + "Legend Key Measurement": "Legend Key Measurement", + "Legend Layout": "Mpangilio wa Hadithi", + "Legend Position": "Legend Position", + "Legend Position:": "Legend Position:", + "Legend Spacing": "Legend Spacing", + "Legend Title": "Legend Title", + "Legend Title and Text": "Kichwa cha Hadithi na Nakala", + "Legend item labels": "Legend item Labels", + "Legend label": "Legend Label", + "Legend position": "Legend Position", + "Length": "Urefu", + "Length of Season": "Urefu wa Msimu", + "Length:": "Urefu:", + "Less Than": "Chini ya", + "Less than": "Chini ya", + "Level": "Kiwango", + "Level Omitted": "Kiwango Kilichoachwa", + "Levels/Labels (Optional)": "Viwango / Lebo (Hiari)", + "Levenshtein Distance": "Umbali wa Levenshtein", + "Leverage": "Leverage", + "Lexical Order": "Agizo la kimsamiati", + "Light-Blue": "Nuru-samawati", + "Likelihood": "Uwezekano", + "Likert Graph": "Grafu ya Likert", + "Likert Options": "Chaguzi za Likert", + "Limits": "Mipaka", + "Limits:": "Mipaka:", + "Line": "Mstari", + "Line ": "Mstari ", + "Line Colour:": "Rangi ya Mstari:", + "Line End": "Mwisho wa Mstari", + "Line Format": "Muundo wa Mstari", + "Line Graph": "Grafu ya Mstari", + "Line Height": "Urefu wa Mstari", + "Line Options": "Chaguzi za Mstari", + "Line Plot": "Line plot", + "Line Type": "Aina ya Mstari", + "Line Type:": "Aina ya Mstari:", + "Line along x axis": "Mstari kando ya mhimili wa x", + "Line along y axis": "Mstari kando ya mhimili wa y", + "Line plot": "Line plot", + "Line width": "Upana wa mstari", + "Linear": "Linear", + "Lines": "Mistari", + "Lines To Skip:": "Mistari ya Kuruka:", + "Lines along axes": "Mistari kando ya mihimili", + "Lines to Preview:": "Mistari ya Kuchunguza:", + "Link Function": "Link Function", + "Link Name:": "Jina la Kiungo:", + "Links:": "Viungo:", + "Load Backup Data": "Pakia Takwimu za kuhifadhi nakala dharura", + "Load Script from File...": "Pakia Hati kutoka kwenye Faili ...", + "Load from Instat collection": "Pakia kutoka kwa mkusanyiko wa Instat", + "Load from R": "Pakia kutoka R", + "Local Capitals": "Local capitals", + "Locate": "Tambua", + "Locating Points in Shape File": "Kutambua sehemu kwa umbo faili", + "Location": "Mahali", + "Location Data Frame Name:": "Mahali pa jina la takwimu data:", + "Location Range": "Masafa ya Eneo", + "Location Selection": "Uteuzi wa eneo", + "Lock": "Funga", + "Lock and unlock": "Funga na ufungue", + "Log": "Log", + "Log Base 10": "Log base 10", + "Logical": "Kimantiki", + "Logical Column": "Safu ya kimantiki", + "Logical and Symbols": "Mantiki na Alama", + "Logical columns": "Nguzo za kimantiki", + "Login to CDS": "Ingia kwenye CDS", + "Logit": "Logit", + "Lognormal": "Lognormal", + "Lollipop": "Lollipop", + "Long": "Long", + "Long-dash": "Long-dash", + "Longest Common Substring Distance": "Longest Common Substring Distance", + "Longitude:": "Longitudo:", + "Looking for free statistics textbooks?": "Unatafuta vitabu vya kiada vya takwimu za bure?", + "Looking for interesting case studies for teaching?": "Unatafuta masomo ya kupendeza ya kufundisha?", + "Looking for training materials?": "Unatafuta vifaa vya mafunzo?", + "Low Ascending": "Kupanda kwa Chini", + "Low Descending": "Kushuka kwa Chini", + "Lower Limit": "Kikomo cha chini", + "Lower Limit :": "Kikomo cha chini:", + "MAE": "MAE", + "MASS": "UZANI", + "MBIC": "MBIC", + "ME": "ME", + "Main": "Kuu", + "Main Blocking Variable:": "Kigezo kikuu kinachozuia:", + "Main Context:": "Muktadha kuu:", + "Main Data Frame:": "Sura kuu ya Takwimu:", + "Main ID:": "Kitambulisho kuu:", + "Main Measurement:": "Kipimo kuu:", + "Main Option:": "Chaguo kuu:", + "Major Grid Lines": "Mistari ya Gridi Kuu", + "Major Tick Marks": "Alama kuu ya Kuweka alama", + "Major grid lines ": "Mistari ya Gridi Kuu ", + "Make": "Tengeneza", + "Make Date": "Tengeneza Tarehe", + "Manipulations": "Manipulations", + "Manipulations:": "Manipulations:", + "Manual": "Mwongozo", + "Map Options": "Chaguzi za Ramani", + "Map Options ": "Chaguzi za Ramani ", + "Map Outline": "Muhtasari wa Ramani", + "March": "Machi", + "Margins": "Pembejeo", + "Margins to Dispaly": "Pembizo za kuonyesha", + "Markov Chains": "Markov Chains", + "Markov Type:": "Markov Type:", + "Match Case": "Match Case", + "Matched With": "Iliyolingana na", + "Matching Column (Optional)": "Safuwima inayolingana (Si lazima)", + "Matching Column:": "Safuwima inayolingana:", + "Matching column": "Safu inayolingana", + "Maths": "Hesabu", + "Max": "Upeo", + "Max Missing Data": "Upeo wa takwimu zinazokosa", + "Max Break Point:": "Upeo wa kisitisha kazi:", + "Max Duration Missing Data": "Upeo wa muda wa takwimu zinazokosa", + "Max Latitude:": "Upeo wa Latitudo:", + "Max Longitude:": "Upeo wa Longitudo:", + "Max Missing Days": "Upeo wa siku zinazokosa", + "Max:": "Upeo:", + "Maximum": "Upeo", + "Maximum Distance from 0": "Upeo wa Umbali kutoka 0", + "Maximum Dry Days:": "Upeo wa siku kavu:", + "Maximum Factor Levels Shown:": "Viwango vya Juu vya Nambari Kamilifu Vilivyoonyeshwa:", + "Maximum Gap:": "Upeo wa pengo:", + "Maximum Latitude": "Upeo wa Latitudo", + "Maximum Length of Dry Spell [23:CDD]": "Upeo wa urefu wa msimu Kavu [23: CDD]", + "Maximum Length of Wet Spell [24:CWD]": "Urefu wa urefu wa msimu Mvua [24: CWD]", + "Maximum Likelihood (MLE)": "Upeo wa uwezekano(MLE)", + "Maximum Logitude": "Upeo wa Longitudo", + "Maximum Missing Days": "Upeo wa Siku Zilizokosekana", + "Maximum Number of Columns to Display:": "Upeo wa idadi ya safu wima za kuonyesha:", + "Maximum Number of Components": "Upeo wa idadi ya vipengele", + "Maximum Number of Rows to Display:": "Upeo wa idadi ya juu ya Safu malalo za Kuonyesha:", + "Maximum Rain:": "Upeo wa mvua:", + "Maximum Rows To Import": "Upeo wa Safu za Kuingiza", + "Maximum Size:": "Upeo wa ukubwa:", + "Maximum Temperature:": "Joto la juu:", + "Maximum Temperatures": "Upeo wa Joto", + "Maximum Values": "Thamani za juu", + "Maximum likelihood": "Upeo wa uwezekano", + "Maximum mean bias:": "Upeo wa maana ya juu:", + "Maximum number of consecutive missing allowed": "Idadi ya juu ya kukosa mfululizo inaruhusiwa", + "Maximum number of missing allowed": "Idadi ya juu ya kukosa inaruhusiwa", + "Maximum percentage of missing allowed": "Asilimia ya juu ya kukosa inaruhusiwa", + "Maximum stdev bias:": "Maximum stdev bias:", + "Maximum:": "Upeo:", + "May": "Mei", + "Mean": "Wastani", + "Mean Diurnal Temperature Range [16:DTR]": "Kiwango cha wastani cha Joto la Mchanganyiko [16: DTR]", + "Mean absolute error": "Wastani wa makosa kamili", + "Mean and Variance": "Wastani na Utofauti", + "Mean error": "Wastani wa makosa", + "Mean residual life": "Wastani wa maisha ya mabaki", + "Mean sea level pressure": "Wastani wa shinikizo la usawa wa bahari", + "Mean squared error": "Mean squared error", + "Mean wave direction": "Wastani wa mwelekeo wa wimbi", + "Mean wave period": "Wastani wa kipindi cha wimbi", + "Mean(t-interval)": "Wastani (muda wa t)", + "Meanlog": "Meanlog", + "Means": "Wastani", + "Measure:": "Pima:", + "Measurement Y axis:": "Kipimo cha mhimili wa y:", + "Measurement:": "Kipimo:", + "Measurements": "Vipimo", + "Median": "Wastani", + "Median Absolute Deviation (MAD)": "Median Absolute Deviation (MAD)", + "MedianCI Method:": "Njia ya Wastani:", + "MedianHL": "MedianHL", + "Medium": "Ya kati", + "Merge": "Unganisha", + "Merge Additional Data": "Unganisha Takwimu za Ziada", + "Metadata": "Metadata", + "Metadata Columns:": "Safuwima za Metadata:", + "Metadata Property:": "Metadata Property:", + "Metadata to Delete": "Metadata ya Kufuta", + "Method": "Mbinu", + "Method of moments": "Mbinu za nyakati", + "Method:": "Mbinu:", + "Methods": "Mbinu", + "Metres per second (mps)": "Mita kwa sekunde (mps)", + "Miles per hour (mph)": "Maili kwa saa (mph)", + "Millimetres": "Milimita", + "Million Data Points": "Pointi Milioni za Takwimu", + "Min": "Min", + "Min Break Point:": "Min Break Point:", + "Min Latitude:": "Latitudo Ndogo:", + "Min Longitude:": "Longitudo Ndogo:", + "Min/Max": "Min / Max", + "Min10": "Min10", + "Min:": "Min:", + "MinSegLen:": "MinSegLen:", + "Minimum": "Kiwango cha chini", + "Minimum Base Data Present:": "Kiwango cha chini cha Takwimu zilizopo:", + "Minimum Latitude": "Kiwango cha chini cha Latitudo", + "Minimum Longitude": "Kiwango cha chini cha Longitudo", + "Minimum Number of Points:": "Kiwango cha chini cha Pointi:", + "Minimum Size:": "Ukubwa wa chini:", + "Minimum Temperature": "Kiwango cha chini cha Joto", + "Minimum Temperature:": "Kiwango cha chini cha Joto:", + "Minimum Temperatures": "Kiwango cha chini cha joto", + "Minimum Values": "Thamani za chini", + "Minimum and Maximum": "Kiwango cha chini na kiwango cha juu", + "Minimum number of non missing required": "Minimum number of non missing required", + "Minimum:": "Kiwango cha chini:", + "Minor Grid Lines": "Minor Grid Lines", + "Minor Tick Marks": "Minor Tick Marks", + "Minute": "Dakika", + "Minutes": "Dakika", + "Minutes:": "Dakika:", + "Missing": "Imekosa", + "Missing Colour:": "Rangi Inayokosekana:", + "Missing Data": "Takwimu inayokosa", + "Missing Data Options": "Chaguo za Takwimu zinazokosa", + "Missing Data Table": "Jedwali la Takwimu Linazokosa", + "Missing Method": "Njia Inayokosa", + "Missing Options": "Chaguo Zinazokosekana", + "Missing Value": "Thamani Inayokosekana", + "Missing Value String:": "Utungo wa Thamani Inayokosekana:", + "Missing Values": "Thamani zinazokosekana", + "Missing values shown as NA": "Thamani zinazokosekana zilizoonyeshwa kama NA", + "Missing:": "Kukosa:", + "Mode": "Njia", + "Model": "Muundo", + "Model Formula:": "Mfumo wa Muundo:", + "Model Operator:": "Muundo wa Operesheni:", + "Model Options": "Chaguzi za Muundo", + "Model Options...": "Chaguzi za Muundo...", + "Model Preview:": "Uhakiki wa Muundo:", + "Model:": "Muundo:", + "Modelling": "Uundaji", + "Models": "Miundo", + "Models:": "Miundo:", + "Modified Nash-Sutcliffe efficiency": "Ufanisi uliobadilishwa wa Nash-Sutcliffe", + "Modified index of agreement": "Kiashiria kilichobadilishwa cha makubaliano", + "Modifier": "Cha kurekebisha", + "Modify": "Rekebisha", + "Modify Event": "Rekebisha Tukio", + "Modulo": "Modulo", + "Moments (MME)": "Kipindi (MME)", + "Monte-Carlo:": "Monte-Carlo:", + "Month": "Mwezi", + "Month Abbreviations": "Vifupisho vya Mwezi", + "Month As Factor": "Mwezi Kama Nambari Kamilifu", + "Month Columns (12)": "Nguzo za Mwezi (12)", + "Month Columns (12):": "Nguzo za Mwezi (12):", + "Month(Full Name)-Day-Year(4-digit)": "Mwezi (Jina Kamili) -Siku-Mwaka (tarakimu nne)", + "Month(Full Name)/Day/Year(4-digit)": "Mwezi (Jina Kamili) / Siku / Mwaka (tarakimu nne)", + "Month(abbr)-Day-Year(4-digit)": "Mwezi (abbr) -Siku-Mwaka(tarakimu nne)", + "Month(abbr)/Day/Year(4-digit)": "Mwezi (abbr) / Siku / Mwaka (tarakimu nne)", + "Month-Day-Year(4-digit)": "Mwezi-Siku-Mwaka (tarakimu nne)", + "Month/Day/Year(4-digit)": "Mwezi / Siku / Mwaka (tarakimu nne)", + "Month:": "Mwezi:", + "Monthly": "Kila mwezi", + "Monthly Precipitation 0.05 degree": "Usimbishaji wa kila mwezi digrii 0.05", + "Monthly rainfall less than:": "Mvua ya kila mwezi chini ya:", + "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Unyevu wa siku moja kila mwezi/kila mwaka [1: Rx1day]", + "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Siku tano mfululizo za unyevu kila mwezi/kila mwaka [18: Rx5day]", + "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]", + "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]", + "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]", + "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]", + "Monthly:": "Kila mwezi:", + "Months": "Miezi", + "More": "Zaidi", + "More ...": "Zaidi ...", + "More Options": "Chaguzi zaidi", + "Mosaic Plot": "Mosaic Plot", + "Mosaic Plot Options": "Mosaic Plot Options", + "Moving": "Kusonga", + "Moving Average": "Wastani Inayosonga", + "Moving average": "Wastani Inayosonga", + "Multi-Plot": "Multi-Plot", + "Multiple": "Nyingi", + "Multiple Columns": "Safu wima nyingi", + "Multiple Data Columns": "Safu wima za Nyingi za Takwimu", + "Multiple Spells": "Misimu nyingi", + "Multiple Variables": "Vigezo anuwai", + "Multiple columns": "Safu wima nyingi", + "Multistate": "Wingi", + "N": "N", + "N Missing": "N Missing", + "N Non Missing": "N Non Missing", + "N Total": "N Jumla", + "NA": "NA", + "NASA": "NASA", + "NCMP Count Records": "Rekodi za Hesabu za NCMP", + "NCMP Indices": "Fahirisi za NCMP", + "NCMP Metadata": "Metadata ya NCMP", + "NCMP Region Average": "NCMP Region Average", + "NCMP Summary File": "Faili ya Muhtasari ya NCMP", + "NCMP Trend Graphs": "NCMP Trend Graphs", + "NCMP Variogram": "NCMP Variogram", + "NOAA": "NOAA", + "NSE": "NSE", + "NULL": "BURE", + "Name New Columns": "Taja safu wima mpya", + "Name:": "Jina:", + "Nash-Sutcliffe efficiency": "Ufanisi wa Nash-Sutcliffe", + "Native": "Asili", + "Natural Log": "Natural Log", + "Negative_Binomial": "Negative_Binomial", + "Neighbour:": "Jirani:", + "Neighbouring": "Jirani ya", + "Nelder-Mead": "Nelder-Mead", + "NetCDF Options": "NetCDF Options", + "Neutral Level:": "Kiwango cha upande wowote:", + "New": "Mpya", + "New Column Name": "Jina Mpya la Safu wima", + "New Column Name:": "Jina Mpya la Safu wima:", + "New Data Frame": "Sura Mpya ya Takwimu", + "New Data Frame Name:": "Jina la Sura Mpya ya Takwimu:", + "New Data Frame:": "Sura Mpya ya Takwimu:", + "New Distribution": "New Distribution", + "New Filter Name:": "Jina mpya la Kichujio:", + "New Label": "Lebo mpya", + "New Metadata Name": "Jina mpya la Metadata", + "New Name:": "Jina Jipya:", + "New Selection Name:": "New Selection Name:", + "New Theme Name": "Jina mpya la Mandhari", + "New Value:": "Thamani mpya:", + "New column will be at the: ": "Safu wima mpya itakuwa kwenye: ", + "New column will be at:": "Safu wima mpya itakuwa katika:", + "New column will be: ": "Safu wima mpya itakuwa: ", + "NewCenturySchoolbook": "NewCenturySchoolbook", + "Next": "Ifuatayo", + "NimbusMonURWHelvetica": "NimbusMONURWHelvetica", + "NimbusRom": "NimbusRom", + "NimbusSanCond": "NimbusSanCond", + "No": "Hapana", + "No ": "Hapana ", + "No Backup Data File Detected": "Hakuna Faili Takwimu ya Hifadhi Iliyogunduliwa", + "No Backup Debugging Log File Detected": "Hakuna Faili ya Kumbukumbu ya Utatuaji ya Hifadhi Imegunduliwa", + "No Backup Log File Detected": "No Backup Log File Detected", + "No Capitals": "No Capitals", + "No Connection": "Hakuna muunganisho", + "No Data Loaded": "Hakuna Takwimu Iliyopakiwa", + "No Decimal": "Hakuna desimali", + "No Facets": "No Facets", + "No Files found": "Hakuna Faili zilizopatikana", + "No Plot": "No Plot", + "No Space ()": "Hakuna nafasi ()", + "No Title": "Hakuna Kichwa", + "No data loaded": "Hakuna data iliyopakiwa", + "No of Bins: ": "No of Bins: ", + "No of Clusters:": "Hakuna nguzo:", + "No package with this name.": "Hakuna kifurushi kilicho na jina hili.", + "No preview available.": "Hakuna hakikisho linalopatikana.", + "No sheet selected.": "Hakuna ukurasa uliyochaguliwa", + "No. Bids Received:": "Zabuni Zilizopokelewa:", + "No. Considered Bids:": "Zabuni zilizozingatiwa:", + "No. of Directions:": "Nambari ya mielekezo:", + "No. of Speeds:": "Idadi ya Kasi:", + "No_Distribution": "Idadi ya Ugawaji", + "Non-Parametric One Way ANOVA": "Njia isiyo ya mfumo mmoja ANOVA", + "Non-Parametric Two Way ANOVA": "Njia isiyo ya kiufundi Mbili ANOVA", + "Non_Parametric One Sample Tests": "Sampuli ya Jaribio la Mfano Moja", + "None": "Hakuna", + "Norm": "Kawaida", + "Normal": "Kawaida", + "Normal Convert": "Kubadilisha kawaida", + "Normalise": "Fanya Kawaida", + "Normalised Parent Coordinates": "Uratibu wa Mzazi wa kawaida", + "Normalized root mean squared error": "Normalized root mean square error", + "Northern Hemisphere": "Northern Hemisphere", + "Not Implemented": "Haijatekelezwa", + "Not implemented": "Haijatekelezwa", + "Notch": "Notch", + "November": "Novemba", + "Nudge": "Sukuma", + "Null Hypothesis:": "Dhana Tupu:", + "Number": "Nambari", + "Number Of Colours:": "Idadi ya Rangi:", + "Number of Categories": "Idadi ya Aina", + "Number of Column(s):": "Idadi ya safu wima:", + "Number of Columns": "Idadi ya nguzo", + "Number of Columns to Insert:": "Idadi ya nguzo za Kuingiza:", + "Number of Columns:": "Idadi ya nguzo:", + "Number of Components:": "Idadi ya Vipengele:", + "Number of Digits to Display:": "Idadi ya Nambari za Kuonyesha:", + "Number of Iterations:": "Number of Iterations:", + "Number of Missing": "Number of Missing", + "Number of Pieces to Return:": "Idadi ya Vipande vya Kurudisha:", + "Number of Preview Rows:": "Idadi ya Safu za Kuhakiki:", + "Number of Quantiles:": "Idadi ya Vipimo:", + "Number of Rainy Days": "Idadi ya Siku za Mvua", + "Number of Rows to Insert:": "Idadi ya Safu za Kuingiza:", + "Number of Rows:": "Idadi ya Safu:", + "Number of Samples:": "Idadi ya Sampuli:", + "Number of Thresholds:": "Idadi ya Vizingiti:", + "Number of non-numeric: ": "Idadi ya isiyo ya nambari: ", + "Numeric": "Nambari", + "Numeric by Categorical:": "Ya Tarakimu kwa Aina:", + "Numeric by Numeric:": "Nambari kwa Nambari:", + "Numeric:": "Nambari:", + "Numerical summaries": "Numerical summaries", + "Object to View:": "Object to View:", + "Objects": "Vipengee", + "Objects to Delete:": "Vitu vya Kufuta:", + "Objects to Reorder:": "Vitu vya Kupanga upya:", + "Observations:": "Uchunguzi:", + "Observed:": "Inazingatiwa:", + "Occurence": "Matukio", + "Occurrence": "Matukio", + "October": "Oktoba", + "Ok": "Sawa", + "Ok: Layout contains all graphs": "Sawa: Mpangilio una grafu zote", + "Old": "Kale", + "Omit Below": "Omit Below", + "Omit End": "Omit End", + "Omit Missing Values": "Ondoa Thamani zinazokosekana", + "Omit Months": "Omit Months", + "Omit Start": "Omit Start", + "Omit Value(s)": "Ondoa Thamani", + "Omit Zero": "Ondoa Zero", + "Ona": "Ona", + "One Data Frame": "Sura moja ya Takwimu", + "One Sample": "Sampuli moja", + "One Variable Compare Models": "One Variable Compare Models", + "One Variable Fit Model": "One Variable Fit Model", + "One Variable Graph": "Grafu Yenye Kigezo kimoja", + "One Variable Graph Options": "Chaguzi za Grafu Yenye Kigezo Kimoja", + "One Variable Summarise": "One Variable Summarise", + "One Variable Use Model": "One Variable Use Model", + "One Way ANOVA": "One Way ANOVA", + "One Way Frequencies": "One Way Frequencies", + "One Way Frequencies Options": "One Way Frequencies Options", + "One-Sided (y1y2)": "One-Sided (y1>y2)", + "Only Include Data Variables": "Jumuisha Vigezo vya Data Pekee", + "Only My Countries": "Nchi Zangu tu", + "Open": "Fungua", + "Open Browser": "Fungua Kivinjari", + "Open Dataset from Library": "Fungua Hifadhidata kutoka Maktaba", + "Open Log File": "Fungua faili ya kumbukumbu", + "Open SST": "Fungua SST", + "Open Script as File": "Fungua Hati kama Faili", + "Operator:": "Mwendeshaji:", + "Optimal String Alignment": "Usawazishaji Bora wa Kamba", + "Optimisation": "Usawasishaji", + "Option 1:": "Chaguo 1:", + "Option 2:": "Chaguo 2:", + "Option:": "Chaguo:", + "Options": "Chaguzi", + "Options by Context Boxplot": "Chaguzi na Muktadha Boxplot", + "Options:": "Chaguzi:", + "Or": "Au", + "Or Column": "Au safu wima", + "OrRd": "OrRd", + "Orange": "Chungwa", + "Oranges": "Machungwa", + "Ord.": "Ord.", + "Order": "Agizo", + "Order By:": "Agiza Na:", + "Order by another variable": "Agiza kwa Kigezo kingine", + "Order:": "Agizo:", + "Ordered Factor": "Nambari Kamilifu zilizoratibika", + "Ordered Factor:": "Nambari Kamilifu zilizoratibika:", + "Ordinary": "Kawaida", + "Organise": "Panga", + "Origin": "Asili", + "Origin:": "Asili:", + "Original Level": "Kiwango cha Asili", + "Orthogonal": "Orthogonal", + "Other Axis (Optional):": "Mhimili Mwingine (Hiari):", + "Other Blocking Variables:": "Vigezo Vingine vya Kuzuia:", + "Other Contexts:": "Muktadha Mwingine:", + "Other IDs:": "Vitambulisho vingine:", + "Other Measurements:": "Vipimo vingine:", + "Other Observed Variables:": "Vigezo vingine vilivyoonekana:", + "Other Options:": "Chaguzi nyingine:", + "Other Predicted Variables:": "Vigezo vingine vilivyotabiriwa:", + "Out of Days:": "Kati ya Siku:", + "Outlier": "Outlier", + "Outline": "Ufupisho", + "Outlying": "Outlying", + "Output": "Pato", + "Output ": "Pato ", + "Output Format:": "Umbizo la Pato:", + "Output Grid Square Data": "Output Grid Square Data", + "Output Options": "Chaguzi za Pato", + "Output for CPT": "Pato kwa CPT", + "Outward": "Kwa nje", + "Over": "Zaidi", + "Over Day(s):": "Zaidi ya Siku:", + "Over Days:": "Zaidi ya Siku:", + "Overall Interval Length:": "Overall Interval Length:", + "Overwrite Title": "Kubatilisha Kichwa", + "Overwrite existing if duplicates found": "Badili zilizopo ikiwa nakala zimepatikana", + "P10": "P10", + "P20": "P20", + "P25": "P25", + "P30": "P30", + "P33": "P33", + "P40": "P40", + "P60": "P60", + "P67": "P67", + "P70": "P70", + "P75": "P75", + "P80": "P80", + "P90": "P90", + "PBIAS": "PBIAS", + "PBIB": "PBIB", + "PCA Options": "Chaguzi za PCA", + "PELT": "PELT", + "PICSA Crops": "Mazao ya PICSA", + "PICSA Options": "Chaguzi za PICSA", + "PICSA Rainfall Graph": "Grafu ya Mvua ya PICSA", + "PICSA Rainfall Graphs": "Grafu za Mvua za PICSA", + "PICSA Temperature": "Joto za PICSA", + "PP": "PP", + "PP-Plot": "PP-Plot", + "PPP Adjusted Contract Value:": "Thamani ya Mkataba Iliyorekebishwa ya PPP:", + "PRGn": "PRGn", + "Package Name:": "Jina la Kifurushi:", + "Package exists and not currently installed.": "Package exists and not currently installed.", + "Package is installed and up to date.": "Package is installed and up to date.", + "Package is installed. Newer version available: ": "Package is installed. Newer version available: ", + "Package is installed. No version information available.": "Package is installed. No version information available.", + "Packages Documenation": "Packages Documenation", + "Pad": "Pad", + "Pad Date": "Pad Date", + "Pad:": "Pad:", + "Page by:": "Page by:", + "Pairwise": "Pairwise", + "Pairwise Plot": "Pairwise Plot", + "Palatino": "Palatino", + "Palette:": "Palette:", + "Panel": "Panel", + "Panel (More Options)": "Panel (More Options)", + "Panel Background": "Panel Background", + "Panel Border": "Panel Border", + "Panel Border and Background ": "Panel Border and Background ", + "Panel Grid": "Panel Grid", + "Panel Spacing": "Panel Spacing", + "Panel and Background ": "Panel and Background ", + "Panel background": "Panel Background", + "Panel border": "Panel Border", + "Panel.ontop": "Panel.ontop", + "Parallel Coordinate Plot": "Parallel Coordinate Plot", + "Parallel Plots": "Parallel Plots", + "Parameter:": "Kigezo:", + "Parametric": "Parametric", + "Parcoord Options": "Parcoord Options", + "Pars": "Pars", + "Partial": "Sehemu", + "Partitioning:": "Kugawanya:", + "Paste Data to New Column(s)": "Bandika Data kwenye Safu wima Mpya", + "Paste Data to New Data Frame": "Bandika Data kwenye Fremu Mpya ya Takwimu", + "Pastel1": "Pastel1", + "Pastel2": "Pastel2", + "Path:": "Njia:", + "Pattern:": "Pattern:", + "Peaks": "Vilele", + "Pearson": "Pearson", + "Pearson Correlation": "Pearson Correlation", + "Pen.Value:": "Pen.Value:", + "Penalty:": "Adhabu:", + "PenmanMonteith": "PenmanMonteith", + "Pentad": "Pentad", + "Perc": "Perc", + "Percent": "Asilimia", + "Percent Correct": "Asilimia Sahihi", + "Percent bias": "Asilimia upendeleo", + "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]", + "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]", + "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]", + "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]", + "Percentage of factor": "Asilimia ya Nambari Kamilifu", + "Percentages": "Asilimia", + "Percentages of overall total": "Asilimia nzima ya jumla", + "Percentile": "Asilimia", + "Percentile Rose": "Percentile Rose", + "Percentile:": "Asilimia:", + "Percents": "Asilimia", + "Period .": "Kipindi.", + "Period(.)": "Kipindi (.)", + "Period:": "Kipindi:", + "Permute Column": "Permute Column", + "Pettitt": "Pettitt", + "PiYG": "PiYG", + "Picas": "Picas", + "Pie Chart": "Chati Dwara", + "Pie Chart Options": "Chaguzi za Chati Dwara", + "Pierce Skill Score": "Pierce Skill Score", + "Pink": "Pink", + "Plain": "Plain", + "Planting Day(s):": "Siku za Kupanda:", + "Plot": "Plot", + "Plot Anomaly": "Plot Anomaly", + "Plot Background ": "Plot Background ", + "Plot Capitals:": "Plot Capitals:", + "Plot Cities": "Plot Cities", + "Plot Coast Lines": "Plot Coast Lines", + "Plot Countries": "Plot Countries", + "Plot Graph": "Plot Graph", + "Plot Height:": "Plot Height:", + "Plot High Resolution": "Plot High Resolution", + "Plot Likelihood": "Plot Likelihood", + "Plot Log-Likelihood": "Plot Log-Likelihood", + "Plot Margin": "Plot Margin", + "Plot Options": "Plot options", + "Plot Options...": "Plot options", + "Plot Own Locations": "Plot Own Locations", + "Plot Region": "Plot Region", + "Plot Rivers": "Plot Rivers", + "Plot Title": "Plot Title", + "Plot Title and Caption": "Plot Title and Caption", + "Plot Type": "Plot Type", + "Plot Width:": "Plot Width:", + "Plot character": "Plot character", + "Plot subtitle (text appearance)": "Plot subtitle (text appearance)", + "Plot title (text appearance)": "Plot title (text appearance)", + "Plot type": "Plot type", + "Plot window": "Plot Window", + "Plots": "Plots", + "Plus4": "Ongeza4", + "Plus:": "Ongeza:", + "Point": "Nukta", + "Point Jitter:": "Jitter ya nukta:", + "Point Options": "Point Options", + "Point Plot": "Point Plot", + "Point Transparency:": "Point Transparency:", + "Point plot": "Point Plot", + "Points": "Pointi", + "Poisson": "Poisson", + "Polar Annulus": "Polar Annulus", + "Polar Cluster": "Polar Cluster", + "Polar Coordinate:": "Polar Coordinate:", + "Polar Coordinates": "Polar Coordinates", + "Polar Cordinates": "Polar Coordinates", + "Polar Plot": "Polar Plot", + "Polar frequency": "Polar frequency", + "Pollutant:": "Uchafuzi:", + "Polygon Options": "Polygon Options", + "Polynomial:": "Polynomial:", + "Polynomials": "Polynomials", + "Population Pyramids": "Population Pyramids", + "Population_Failures": "Population_Failures", + "Population_Successes": "Population_Successes", + "Port:": "Bandari:", + "Position": "Nafasi", + "Position - Estimates:": "Nafasi - Makadirio:", + "Position - Reference:": "Nafasi - Marejeleo:", + "Position:": "Nafasi:", + "Postion:": "Postion:", + "Precipitation": "Mvua", + "Precipitation >= 10mm Per Day [20:R10mm]": "Mvua> = 10mm Kwa Siku [20: R10mm]", + "Precipitation >= 20mm Per Day [21:R20mm]": "Mvua> = 20mm Kwa Siku [21: R20mm]", + "Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Mvua> = Kiasi Kilichoainishwa kwa Siku [22: Rnnmm]", + "Precipitation Quantiles:": "Vipimo vya mvua:", + "Precipitation:": "Mvua:", + "Predict": "Tabiri", + "Predict...": "Tabiri ...", + "Prediction": "Utabiri", + "Predictions:": "Tabiri:", + "Prefix For Inserted Column(s):": "Kiambishi awali cha safu wima zilizoingizwa:", + "Prefix for Data Frames:": "Kiambishi awali cha fremu za Takwimu:", + "Prefix for New Column:": "Kiambishi awali cha Safuwima Mpya:", + "Prefix for New Columns:": "Kiambishi awali cha safu wima mpya:", + "Prefix:": "Prefix:", + "Preview Current Sheet": "Preview Current Sheet", + "Preview Log": "Preview Log", + "Preview Output": "Preview Output", + "Preview not yet implemented for this file type.": "Uhakiki bado haujatekelezwa kwa aina hii ya faili.", + "Preview:": "Hakiki:", + "Primary": "Msingi", + "Primary data": "Takwimu za msingi", + "Principal Component Analysis": "Uchambuzi Mkuu wa Sehemu", + "Print": "Chapisha", + "Print Current Sheet": "Chapisha Karatasi ya Sasa", + "Print Log": "Print Log", + "Print Output": "Chapisha Pato", + "Print Proportions Table(s)": "Print Proportions Table(s)", + "Print Results to Output Window": "Print Results to Output Window", + "Print and Preview Options": "Print and Preview Options", + "Print declustered summary": "Print declustered summary", + "Print to Output Window": "Print to Output Window", + "Prob-prob Plot": "Prob-prob Plot", + "Probabilities": "Uwezekano", + "Probability": "Uwezekano", + "Probability plot": "Probability plot", + "Probit": "Probit", + "Procedure Type:": "Aina ya Utaratibu:", + "Procurement Category:": "Aina ya Ununuzi:", + "Procurement Type 2:": "Aina ya Ununuzi 2:", + "Procurement Type 3:": "Aina ya Ununuzi 3:", + "Procurement Type Categories:": "Tabaka za Aina za Ununuzi:", + "Procuring Authority ID:": "Procuring Authority ID:", + "Procuring Authority:": "Procuring Authority:", + "Produce Bootstrap": "Produce Bootstrap", + "Project ID:": "Kitambulisho cha Mradi:", + "Project Name:": "Jina la mradi:", + "Prop. and Percentages...": "Prop. and Percentages...", + "Property": "Sifa", + "Property:": "Sifa:", + "Proportion": "Uwiano", + "Proportions": "Uwiano", + "Proportions or Percentages": "Uwiano au Asilimia", + "Proportions/Percentiles/Count": "Uwiano / Asilimia / Hesabu", + "Provincial": "Mkoa", + "PuBu": "PuBu", + "PuBuGn": "PuBuGn", + "PuOr": "PuOr", + "PuRd": "PuRd", + "Purple": "Zambarau", + "Purples": "Zambarau", + "Q-Q": "Q-Q", + "Q. Method:": "Q. Method:", + "Q1": "Q1", + "Q3": "Q3", + "Q:": "Q:", + "QQ": "QQ", + "QQ-Plot": "QQ-Plot", + "QQ2 Plot": "QQ2 Plot", + "Qn": "Qn", + "Qualitative": "Ubora", + "Qualitative Supplementary Variables": "Vigezo vya ziada vya ubora", + "Quality Control Level for Rain:": "Kiwango cha Udhibiti wa Ubora wa Mvua:", + "Quality Control Level for Temperature:": "Kiwango cha Udhibiti wa Ubora kwa Joto:", + "Quantile": "Kiasi", + "Quantile Algorithm:": "Algorithm ya Quantile:", + "Quantile:": "Kiasi:", + "Quantiles": "Vipimo", + "Quantitative Supplementary Variables": "Quantitative Supplementary Variables", + "Quarter": "Robo", + "Quartiles && Terciles": "Quartiles && Terciles", + "Quartiles (QME)": "Quartiles (QME)", + "Quasi": "Quasi", + "Quasibinomial": "Quasibinomial", + "Quasipoisson": "Quasipoisson", + "R Options": "Chaguzi za R", + "R Package Issues": "Masuala ya Kifurushi cha R", + "R Package:": "Kifurushi cha R:", + "R Packages": "Vifurushi vya R", + "R package:": "Kifurushi cha R:", + "REGW": "REGW", + "RFE2 10-day Precipitation": "RFE2 Mvua ya siku 10", + "RFE2 Daily Precipitation": "RFE2 Mvua ya kila siku", + "RMSE": "RMSE", + "R^2": "R ^ 2", + "Radiation:": "Mionzi:", + "RadioButton1": "RadioButton1", + "Rain": "Mvua", + "Rain Column:": "Safu ya Mvua:", + "Rain:": "Mvua:", + "Rainfall": "Mvua", + "Random": "Ovyo/nasibu", + "Random Examples": "Mifano Mbadala", + "Random String (Salt):": "Random String (Salt):", + "Random Subsets": "Random Subsets", + "Range": "Masafa", + "Range:": "Masafa:", + "Rank": "Cheo", + "Rate": "Kiwango", + "Rates": "Viwango", + "Rating Data": "Kadiri Data", + "Ratio of root mean square error": "Ratio of root mean square error", + "Ratio of standard deviations": "Uwiano wa mikengeuko ya wastani", + "RdBu": "RdBu", + "RdGy": "RdGy", + "RdPu": "RdPu", + "RdYlBu": "RdYlBu", + "RdYlGn": "RdYlGn", + "Recode Factor": "Recode Factor", + "Recode Numeric": "Recode Numeric", + "Recode Numeric Into Quantiles": "Recode Numeric Into Quantiles", + "Rectangular": "Mstatili", + "Red": "Nyekundu", + "Red Flags:": "Red Flags:", + "Redo": "Rudia", + "Reds": "Wekundu", + "Reference Level": "Kiwango cha Marejeleo", + "Reference Values:": "Thamani za Marejeo:", + "Refresh Preview": "Refresh Preview", + "Regex": "Regex", + "Regex Keyboard": "Regex Keyboard", + "Region Average Data Frame:": "Region Average Data Frame:", + "Region:": "Mkoa:", + "Regular Sequence": "Mlolongo wa Mara kwa Mara", + "Relationships": "Mahusiano", + "Relative Nash-Sutcliffe efficiency": "Relative Nash-Sutcliffe efficiency", + "Relative index of agreement": "Relative index of agreement", + "Remember Credentials": "Kumbuka Hati za Utambulisho", + "Remove All Pairs": "Ondoa Jozi Zote", + "Remove Colour": "Ondoa Rangi", + "Remove Condition": "Ondoa Sharti", + "Remove Current Filter": "Ondoa Kichujio cha Sasa", + "Remove Legend": "Ondoa Hadithi", + "Remove Missing Values": "Ondoa Thamani zinazokosekana", + "Remove Selected Pair": "Ondoa Jozi Iliyochaguliwa", + "Remove Unused Labels": "Ondoa Lebo Zisizotumiwa", + "Remove Unused Levels": "Ondoa Ngazi zisizotumiwa", + "Remove rows with any missing values": "Ondoa safu zilizo na thamani zozote zinazokosekana", + "Rename Column": "Badilisha jina la Safu wima", + "Rename Data Frame": "Badili jina la Data Frame", + "Rename Metadata": "Badili jina la Metadata", + "Rename Objects": "Badilisha jina la Vipengee", + "ReoGridControl1": "ReoGridControl1", + "Reoder Metadata": "Panga tena Metadata", + "Reorder Column(s)...": "Panga tena Safu wima...", + "Reorder Columns": "Panga tena nguzo", + "Reorder Data Frames": "Panga tena Data Frames", + "Reorder Levels": "Panga upya Viwango", + "Reorder Objects": "Panga Upya Vipengee", + "Repeat Values:": "Rudia Thamani:", + "Replace All": "Badilisha zote", + "Replace By:": "Badilisha kwa:", + "Replace Missing Values": "Badilisha Thamani Zinazokosekana", + "Replace NA with:": "Badilisha NA na:", + "Replace Values": "Badilisha Thamani", + "Replace if Already Exists": "Badilisha ikiwa Tayari Ipo", + "Replicates": "Inarudiwa", + "Require start day before planting day": "Inahitaji siku ya kuanza kabla ya siku ya kupanda", + "Required Format": "Muundo Unaohitajika", + "Required Time Format": "Muundo wa Muda Unaohitajika", + "Reserve Free Space": "Hifadhi Nafasi ya Bure", + "Reset": "Weka upya", + "Reset ": "Weka upya ", + "Reset Row Names to Positive Integers": "Weka Upya Majina ya Safu Mlalo kuwa Nambari Chanya", + "Residuals": "Mabaki", + "Residuals v Fitted Values": "Mabaki v Thamani Zilizowekwa", + "Residuals v Leverage": "Mabaki v kujiinua", + "Resolution:": "Azimio:", + "Response": "Jibu", + "Response Variable Type:": "Response Variable Type:", + "Response Variable:": "Response Variable:", + "Restore Hierarchy": "Rejesha Vyeo", + "Restrict Entry:": "Zuia Mwingilio:", + "Restrict data values": "Zuia thamani za data", + "Result Name": "Jina la Matokeo", + "Result Name:": "Jina la Matokeo:", + "Result into:": "Matokeo kuwa:", + "Return": "Rudi", + "Reverse Order Of Colours": "Pindua mpangilio wa Rangi", + "Rho": "Rho", + "Right": "Kulia", + "Right Join": "Right Join", + "Right:": "Kulia:", + "Rl Plot": "Rl Plot", + "Robust": "Imara", + "Rolling Contract Number Issuer:": "Rolling Contract Number Issuer:", + "Rolling Contract Number Winner:": "Rolling Contract Number Winner:", + "Rolling Contract Share Winner:": "Mshindi wa Kushiriki Hisa ya Mkataba:", + "Rolling Contract Sum Issuer:": "Rolling Contract Sum Issuer:", + "Rolling Contract Sum Winner:": "Rolling Contract Sum Winner:", + "Root mean squared error": "Root mean squared error", + "Rotation": "Mzunguko", + "Row": "Safu mlalo", + "Row (%)": "Safu mlalo (%)", + "Row Names Or Numbers": "Majina ya safu au Nambari ya safu", + "Row Statistic": "Takwimu ya safu mlalo", + "Row Summaries": "Muhtasari wa safu mlalo", + "Row Variable (Factor):": "Vigezo vya Safu wima (Nambari Kamilifu):", + "Row Variable(s):": "Vigezo vya safu mlalo:", + "Row:": "Safu mlalo:", + "Rows": "Safu mlalo", + "Rows to Count Over:": "Safu mlalo za Kuhesabu:", + "Rows to Skip:": "Safu Mlalo za Kuruka:", + "Rows to Summarise:": "Safu mlalo za kufanyiwa muhtasari:", + "Rows to Take Max Over:": "Rows to Take Max Over:", + "Rows:": "Safu mlalo:", + "Rug": "Rug", + "Rug Color:": "Rug Color:", + "Rug Plot": "Rug Plot", + "Rug Plot Options": "Rug Plot Options", + "Rugs": "Rugs", + "Run All Text": "Run All Text", + "Run Backup Log": "Run Backup Log", + "Run Current Line": "Run Run Line", + "Run Length": "Run Length", + "Run Selected Text": "Run Selected Text", + "SANN": "SANN", + "SDlog": "SDlog", + "SF Options": "Chaguzi za SF", + "SIC": "SIC", + "SNHT": "SNHT", + "SNK": "SNK", + "SPEI": "SPEI", + "SPI": "SPI", + "SPI/SPEI": "SPI / SPEI", + "SS 2009:": "SS 2009:", + "SS 2011:": "SS 2011:", + "SS 2013": "SS 2013", + "SS 2015:": "SS 2015:", + "SST Data Frame Name:": "SST Data Frame Name:", + "Same": "Sawa", + "Same (Element1)": "Sawa (Element1)", + "Same Scale (coord-equal)": "Mizani Sawa (coord-equal)", + "Sample": "Sampuli", + "Sample Size:": "Ukubwa wa Sampuli:", + "Sample_Size": "Sampuli_Ukubwa", + "Sampling Fraction:": "Sehemu ya Sampuli:", + "Satelite": "Satelite", + "Satelite Anomalies": "Satelite Anomalies", + "Satelite Element:": "Satelite Element:", + "Save": "Hifadhi", + "Save Backup Data...": "Hifadhi Data ya Chelezo...", + "Save Backup Internal Log...": "Hifadhi Kumbukumbu ya ndani ya Hifadhi ...", + "Save Backup Log...": "Save Backup Log...", + "Save Bootstrap": "Hifadhi Bootstrap", + "Save Calculation Only": "Hifadhi Hesabu tu", + "Save Calculation and Result": "Hifadhi Hesabu na Matokeo", + "Save Column Position": "Hifadhi Nafasi ya Safu wima", + "Save Data As": "Hifadhi Data Kama", + "Save Data To:": "Hifadhi Data Kwa:", + "Save Date:": "Hifadhi Tarehe:", + "Save Details": "Hifadhi Maelezo", + "Save Downloaded File To:": "Hifadhi Faili Iliyopakuliwa Kwa:", + "Save Downloaded File to:": "Hifadhi Faili Iliyopakuliwa kwa:", + "Save Dummy:": "Hifadhi bandia:", + "Save Estimate": "Hifadhi Makadirio", + "Save File As:": "Hifadhi Faili Kama:", + "Save Fit": "Hifadhi Inayofaa", + "Save Graph": "Hifadhi Grafu", + "Save Graph Result:": "Hifadhi Matokeo ya Grafu:", + "Save Graph:": "Hifadhi Grafu:", + "Save Index into:": "Hifadhi Kielelezo katika:", + "Save Indices": "Hifadhi Vielelezo", + "Save Log File...": "Hifadhi faili ya kumbukumbu ...", + "Save Map": "Hifadhi Ramani", + "Save Model": "Hifadhi Mfano", + "Save Model:": "Hifadhi Mfano:", + "Save Nothing": "Usihifadhi Kitu", + "Save Output": "Hifadhi Pato", + "Save Plot": "Save Plot", + "Save Result": "Hifadhi Matokeo", + "Save Result ": "Hifadhi Matokeo ", + "Save Result:": "Hifadhi Matokeo:", + "Save Script...": "Hifadhi Hati ...", + "Save Table": "Hifadhi Jedwali", + "Save Test": "Hifadhi Jaribio", + "Save Test Object:": "Hifadhi Kipengee cha Jaribio:", + "Save Treemap": "Save Treemap", + "Save as single file": "Hifadhi kama faili moja", + "Save estimates in": "Hifadhi makadirio ndani", + "Save file(s) to:": "Hifadhi faili kwa:", + "Save test object": "Hifadhi Kipengee cha Jaribio", + "Save values": "Hifadhi thamani", + "Saving Options": "Chaguo za kuhifadhi", + "Saving at:": "Inahifadhi katika:", + "Scale": "Mizani", + "Scale Data": "Takwimu za mizani", + "Scale Numeric Variables": "Scale Numeric Variables", + "Scale by:": "Mizani kwa:", + "Scale-Location": "Mizani-Mahali", + "Scale:": "Mizani:", + "Scaled Fractions": "Scaled Fractions", + "Scaled Points": "Scaled Points", + "Scales": "Mizani", + "Scatter Matrix": "Scatter Matrix", + "Scatter Plot": "Scatter Plot", + "Scatter Plot Options": "Scatter Plot Options", + "Scatter and line plot": "Scatter and line plot", + "Scatter plot": "Scatter plot", + "Score": "Alama", + "Scree Plot": "Scree Plot", + "Sd": "Sd", + "Sd_Pop:": "Sd_Pop:", + "Sea surface temperature": "Joto la juu ya bahari", + "Search in ": "Tafuta ndani ", + "Search to end only": "Tafuta hadi mwisho pekee", + "Season Dates": "Tarehe za Msimu", + "Seasonal Comparisons": "Ulinganisho wa Msimu", + "Seasonal Summary": "Muhtasari wa Msimu", + "Seasonality (Harmonics)": "Seasonality (Harmonics)", + "Seasonality:": "Seasonality:", + "Second": "Pili", + "Second Column:": "Safu wima ya pili:", + "Second Context:": "Muktadha wa pili:", + "Second Data Frame": "Second Data Frame", + "Second Data Frame:": "Second Data Frame:", + "Second Explanatory Variable": "Second Explanatory Variable", + "Second Explanatory Variable:": "Second Explanatory Variable:", + "Second Factor": "Nambari kamilifu ya pili", + "Second Factor (Optional):": "Nambari kamilifu ya pili (Hiari):", + "Second Factor:": "Nambari kamilifu ya pili:", + "Second Variable": "Kigezo cha Pili", + "Second Variable:": "Second Variable:", + "Seconds:": "Sekunde:", + "Secrecy Score:": "Alama ya Usiri:", + "Seed": "Mbegu", + "SegNeigh": "SegNeigh", + "Select": "Chagua", + "Select All": "Chagua Zote", + "Select All Levels": "Chagua Ngazi Zote", + "Select And Stuck": "Chagua Na Kukwama", + "Select By:": "Select By:", + "Select Contrast Name:": "Chagua Jina la Tofauti:", + "Select Date Range": "Chagua Tofauti ya Tarehe", + "Select Day of Year Range": "Chagua Masafa ya Siku", + "Select Elements Observation Data to Import": "Chagua Takwimu za Uchunguzi wa Vipengee vya Kuingiza", + "Select File Type:": "Chagua Aina ya Faili:", + "Select Levels:": "Chagua Viwango:", + "Select Month": "Chagua Mwezi", + "Select Month(s) to Omit:": "Chagua Mwezi (miezi) ya Kuacha:", + "Select Sheets:": "Chagua Majedwali:", + "Select Station:": "Chagua Kituo:", + "Select Stations to Import": "Chagua Vituo vya Kuingiza", + "Select Theme": "Chagua Mandhari", + "Select all": "Chagua zote", + "Select by condition": "Chagua kwa Sharti", + "Select by factor values": "Chagua kwa thamani za nambari kamilifu", + "Selected Column": "Safu wima iliyochaguliwa", + "Selected Column(s):": "Safu wima zilizochaguliwa:", + "Selected Column:": "Safu wima iliyochaguliwa:", + "Selected Columns:": "Safu wima zilizochaguliwa:", + "Selected Data Frame": "Selected Data Frame", + "Selected Data Frames:": "Selected Data Frames:", + "Selected Elements:": "Vipengele Vilivyochaguliwa:", + "Selected Factor:": "Nambari kamilifu Iliyochaguliwa:", + "Selected Filter Preview": "Onyesho la Kichujio Lililochaguliwa", + "Selected Filter Preview:": "Onyesho la Kichujio Lililochaguliwa:", + "Selected Graph:": "Grafu Iliyochaguliwa:", + "Selected Graphs:": "Grafu zilizochaguliwa:", + "Selected Key:": "Ufunguo uliochaguliwa:", + "Selected Link:": "Kiungo kilichochaguliwa:", + "Selected Metadata": "Metadata iliyochaguliwa", + "Selected Model:": "Mfano uliochaguliwa:", + "Selected Object(s):": "Vitu vilivyochaguliwa:", + "Selected Object:": "Kitu Kilichochaguliwa:", + "Selected Objects:": "Vitu vilivyochaguliwa:", + "Selected Set:": "Seti Iliyochaguliwa:", + "Selected Stations:": "Vituo Vilivyochaguliwa:", + "Selected Variable:": "Kigezo Kilichochaguliwa:", + "Selected Variables": "Vigezo vilivyochaguliwa", + "Selected Variables:": "Vigezo vilivyochaguliwa:", + "Selected column": "Safu wima iliyochaguliwa", + "Selection": "Uchaguzi", + "Selection Preview": "Selection Preview", + "Semi Join": "Semi Join", + "Semi-Colon(;)": "Semi-Colon(;)", + "Semicolon ;": "Semicoloni;", + "Send Debugging Log to R-Instat Team": "Send Debugging Log to R-Instat Team", + "Separate Tables": "Tenga Majedwali", + "Separator": "Kitenganishi", + "Separator:": "Kitenganishi:", + "September": "Septemba", + "Sequence": "Mlolongo", + "Sequence Definition": "Ufafanuzi wa Mlolongo", + "Sequence Preview:": "Uhakiki wa Mlolongo:", + "Sequence extended to match": "Mlolongo uliongezwa ili ulingane", + "Sequence matches the length of the data frame.": "Sequence matches the length of the data frame.", + "Sequence of Values": "Mlolongo wa Thamani", + "Sequence truncated to match": "Mlolongo umepunguzwa ili ulingane", + "Sequential": "Mlolongo", + "Serif": "Serif", + "Set Colour Breaks": "Weka Vipenyo vya Rangi", + "Set New Name:": "Weka Jina Jipya:", + "Set Row Names from Column": "Weka Majina ya Safu mlalo kutoka kwa safu wima", + "Set Seed": "Weka Mbegu", + "Set Seed:": "Weka Mbegu:", + "Set1": "Seti1", + "Set2": "Seti2", + "Set3": "Seti3", + "Sets:": "Seti:", + "Settings": "Mipangilio", + "Shape": "Umbo", + "Shape (Optional):": "Umbo (Hiari):", + "Shape File": "Faili ya Umbo", + "Shape1": "Umbo1", + "Shape2": "Umbo2", + "Sheet Metadata": "Sheet Metadata", + "Shift Daily Data": "Hamisha Data ya Kila Siku", + "Shift:": "Hamisha:", + "Shifted": "Imehamishwa", + "Short": "Fupi", + "Show": "Onyesha", + "Show Arguments": "Onyesha Hoja", + "Show Calculator": "Onyesha Kikokotoo", + "Show Climatic Menu": "Onyesha Menyu ya Hali ya Hewa", + "Show Column Types": "Onyesha Aina za safu wima", + "Show Count": "Onyesha Hesabu", + "Show Details >>": "Onyesha Maelezo >>", + "Show Frequencies": "Show Frequencies", + "Show Hidden Columns in Selector": "Onyesha Safu Wima Zilizofichwa katika Kiteuzi", + "Show ID": "Onyesha kitambulisho", + "Show Missing": "Show Missing", + "Show Missing Values": "Onyesha Thamani Zinazokosekana", + "Show Model": "Onyesha Muundo", + "Show Model Summary": "Onyesha Muhtasari wa Muundo", + "Show Non Missing": "Show Non Missing", + "Show Numeric Values": "Onyesha Thamani za Tarakimu", + "Show Options By Context Menu": "Onyesha Chaguzi Kwa Menyu ya Muktadha", + "Show Parameters": "Onyesha Vigezo", + "Show Percentage": "Onyesha Asilimia", + "Show Percentages": "Onyesha Asilimia", + "Show Procurement Menu": "Onyesha Menyu ya Ununuzi", + "Show Row Names": "Onyesha Majina ya Safu Mlalo", + "Show Strings": "Onyesha Tungo", + "Show Structured Menu": "Onyesha Menyu Iliyopangwa", + "Show Summary": "Onyesha Muhtasari", + "Show Variable Labels": "Onyesha Lebo za Vigezo", + "Show calculator": "Onyesha kikokotoo", + "Show commands": "Onyesha amri", + "Show grid lines": "Show grid lines", + "Show stars on summary tables for coefficients": "Show stars on summary tables for coefficients", + "Show waiting dialog when command takes longer than": "Onyesha kisanduku kidadisi cha kusubiri wakati amri inachukua muda mrefu kuliko", + "Showing ": "Kuonyesha ", + "Shrink: ": "Punguza: ", + "Sign Test": "Jaribio la Ishara", + "Signature Date:": "Tarehe ya Saini:", + "Signature Period (25 Quartiles):": "Kipindi cha Saini (25 Quartiles):", + "Signature Period (5 Quartiles):": "Kipindi cha Saini (Quartiles 5):", + "Signature Period Categories:": "Aina za Kipindi cha Saini:", + "Signature Period Corrected:": "Kipindi cha Saini Kisahihishwa:", + "Signature Period:": "Kipindi cha Saini:", + "Significance Level": "Kiwango cha Umuhimu", + "Significance Level:": "Kiwango cha Umuhimu:", + "Significance Stars": "Nyota za Umuhimu", + "Significance Test": "Jaribio la Umuhimu", + "Significant Figures:": "Takwimu muhimu:", + "Significant Height of combined wind waves And swell": "Significant Height of combined wind waves And swell", + "Simple": "Rahisi", + "Simple Convert": "Rahisi Kubadilisha", + "Simple Options": "Chaguzi Rahisi", + "Simple Precipitation Intensity Index [19:SDII]": "Simple Precipitation Intensity Index [19:SDII]", + "Single": "Moja", + "Single Bidder:": "Mzabuni mmoja:", + "Single Column": "Safu wima moja", + "Single Graphs": "Grafu Moja", + "Single Point": "Pointi Moja", + "Single Value:": "Thamani moja:", + "Single Variable": "Kigezo Kimoja", + "Single column": "Safu wima moja", + "Site": "Tovuti", + "Size": "Ukubwa", + "Size Of Cities:": "Ukubwa wa Miji:", + "Size Of City Labels:": "Ukubwa wa Lebo za Jiji:", + "Size X-Axis": "Ukubwa wa X-Axis", + "Size Y-Axis": "Ukubwa wa Y-Axis", + "Size:": "Ukubwa:", + "Skewness": "Skewness", + "Skewness (3rd Moment)": "Skewness (3rd Moment)", + "Skewness Weight:": "Skewness Weight:", + "Slope": "Mteremko", + "Small State:": "Jimbo Ndogo:", + "Smooth": "Nyororo", + "Smoothing Curves": "Smoothing Curves", + "Sn": "Sn", + "Solar": "Solar", + "Solid": "Imara", + "Sort": "Panga", + "Sort Data after filling gaps": "Panga Takwimu baada ya kujaza mapengo", + "Sort Variables": "Panga Vigezo", + "Sort by Column": "Panga kwa safu wima", + "Sort by Name": "Panga kwa Jina", + "Sort by Row Names": "Panga kwa Majina ya Safu mlalo", + "Sort by:": "Panga kwa:", + "Sort values": "Panga Thamani", + "Source:": "Chanzo:", + "Space ( )": "Nafasi ()", + "Space between Strips and Axes": "Nafasi kati ya Vipande na mihimili", + "Span:": "Kipindi:", + "Spanish": "Kihispania", + "Spearman": "Spearman", + "Specific": "Maalum", + "Specifiy": "Bainisha", + "Specify": "Bainisha", + "Specify Breaks": "Bainisha mapumziko", + "Specify Decimals (from Numeric)": "Bainisha desimali (kutoka kwa Nambari)", + "Specify Format": "Bainisha mfumo", + "Specify Layout": "Aini Mpangilio", + "Specify Link": "Bainisha Kiunga", + "Specify Lower Limit": "Bainisha Kikomo cha chini", + "Specify Order": "Bainisha Agizo", + "Specify Rows": "Bainisha Safu", + "Specify Title": "Bainisha Kichwa", + "Specify Upper Limit": "Bainisha Kikomo cha Juu", + "Spectral": "Spectral", + "Speed Cuts:": "Kupunguza kasi:", + "Spell": "Msimu", + "Spell Can Span Years": "Spell Can Span Years", + "Spell Length": "Urefu wa Msimu", + "Spells": "Misimu", + "Spline": "Spline", + "Spline d.f.": "Spline df", + "Split Geometry": "Kugawanyika Jiometri", + "Split Text Column": "Gawanya safu wima ya maandishi", + "Split by:": "Kugawanywa na:", + "Sqrt": "Sqrt", + "Square Normalised Parent Coordinates": "Square Normalised Parent Coordinates", + "Square Root": "Square Root", + "Stack": "Stack", + "Stack (melt) Columns": "Stack (melt) Columns", + "Stack Bar Graph": "Stack Bar Graph", + "Stack Daily Data": "Stack Daily Data", + "Stack Data Into:": "Stack Data Into:", + "Stack Multiple Column Sets": "Stack Multiple Column Sets", + "Stack in reverse": "Stack in reverse", + "Stacked Graph": "Stacked Graph", + "Standard Deviation": "Mkengeuko wastani", + "Standard Error of the Mean": "Standard Error of the Mean", + "Standard_deviation": "Mkengeuko_wa_wastani", + "Standardise Country Names": "Standardise Country Names", + "Start Date:": "Tarehe ya Kuanza:", + "Start Day": "Siku ya Kuanza", + "Start Month:": "Mwezi wa Kuanza:", + "Start New Session": "Anza Kikao kipya", + "Start Value:": "Thamani ya Kuanza:", + "Start Year for Climatological Period:": "Mwaka wa Kuanza kwa Kipindi cha hali ya hewa:", + "Start Year for Region Average:": "Mwaka wa Kuanza kwa Wastani wa Eneo:", + "Start Year for Station Trend:": "Mwaka wa Kuanza kwa Mwenendo wa Stesheni:", + "Start Year for Variogram Period:": "Start Year for Variogram Period:", + "Start and End": "Mwanzo na Mwisho", + "Start date:": "Tarehe ya kuanza:", + "Start of Rains": "Mwanzo wa Mvua", + "Start(L):": "Anza (L):", + "Start:": "Anza:", + "Starting Angle:": "Pembe ya Kuanzia:", + "Starting Month:": "Mwezi unaoanza:", + "Starting from:": "Kuanzia:", + "Station": "Kituo", + "Station (Optional):": "Kituo (Hiari):", + "Station Anomalies": "Station Anomalies", + "Station Element:": "Kipengele cha Kituo:", + "Station Height:": "Urefu wa Kituo:", + "Station IDs": "Vitambulisho vya Stesheni", + "Station Identifier:": "Kitambulisho cha Kituo:", + "Station Metadata": "Metadata ya Kituo", + "Station Name": "Jina la Kituo", + "Station Name:": "Jina la Stesheni:", + "Station Names": "Majina ya Stesheni", + "Station Qualifiers": "Wastahiki wa Kituo", + "Station name": "Jina la kituo", + "Station-Element": "Station-Element", + "Station:": "Kituo:", + "StationFile": "Faili ya Kituo", + "Stations": "Vituo", + "Stations-Elements": "Vituo-Vipengele", + "Stations:": "Vituo:", + "Statistic:": "Takwimu:", + "Statistics:": "Takwimu:", + "Stats": "Stats", + "Stats1": "Stats1", + "Stats2": "Stats2", + "Std": "Std", + "Std Residuals": "Std Residuals", + "Stem and Leaf": "Shina na Jani", + "Store Results": "Matokeo ya Hifadhi", + "Store Results in Data Frame": "Store Results in Data Frame", + "String": "Utungo", + "String Distance": "Umbali wa Utungo", + "String Handling": "Utunzaji wa Utungo", + "String Height": "Urefu wa Utungo", + "String Width": "Upana wa Utungo", + "Strings (Character Columns)": "Utungo (Safu wima za Herufi)", + "StructTS": "StructTS", + "Structure": "Muundo", + "Stud": "Stud", + "Students_t": "Wanafunzi_t", + "Sub Calculations": "Sub Calculations", + "Sub Title Size:": "Ukubwa wa Kichwa Kidogo:", + "Sub-Calculations:": "Sub-Calculations:", + "Subset": "Sehemu ndogo", + "Substring": "Substring", + "Subtitle Size:": "Ukubwa wa Kichwa Kidogo:", + "Success:": "Mafanikio:", + "Successive Values": "Thamani zinazofuatana", + "Sum": "Jumla", + "Sum of squared residuals": "Sum of squared residuals", + "Sum to Zero": "Jumla hadi sifuri", + "Summaries": "Muhtasari", + "Summaries:": "Muhtasari:", + "Summarise By:": "Fupisha na:", + "Summary": "Muhtasari", + "Summary Annotations": "Summary Annotations", + "Summary Columns:": "Safu wima za Muhtasari:", + "Summary Model": "Mfano wa Muhtasari", + "Summary Options": "Chaguzi za Muhtasari", + "Summary Statistics": "Takwimu za Muhtasari", + "Summary Tables": "Majedwali ya Muhtasari", + "Summary data": "Takwimu za muhtasari", + "Summary:": "Muhtasari:", + "Summer Days [2:SU]": "Siku za Majira ya joto [2: SU]", + "Sunshine": "Mwanga wa jua", + "Sunshine Hours:": "Masaa ya jua:", + "Supplementary Individuals": "Supplementary Individuals", + "Surface pressure": "Surface pressure", + "Survival Object Name:": "Survival Object Name:", + "Symbol:": "Alama:", + "Symbols": "Alama", + "Symmetric Extremal Dependence Index": "Symmetric Extremal Dependence Index", + "Symmetric Extreme Dependency Score": "Symmetric Extreme Dependency Score", + "Symmetry": "Ulinganifu", + "System.Data.DataRowView": "System.Data.DataRowView", + "TAMSAT v3.0": "TAMSAT v3.0", + "TAMSAT v3.1": "TAMSAT v3.1", + "TRMM 3B42 3-Hourly Precipitation": "TRMM 3B42 3-Hourly Precipitation", + "TRMM 3B42 Daily Precipitation": "TRMM 3B42 Daily Precipitation", + "TRUE": "KWELI", + "Table": "Jedwali", + "Table Frequencies": "Table Frequencies", + "Table Title:": "Kichwa cha Jedwali:", + "Tables": "Jedwali", + "Tailored Menus": "Tailored Menus", + "Tax Haven 2:": "Tax Haven 2:", + "Tax Haven 3:": "Tax Haven 3:", + "Tax Haven 3bi:": "Tax Haven 3bi:", + "Tax Haven:": "Tax Haven:", + "Taylor Diagram": "Taylor Diagram", + "Taylor Diagram Options": "Taylor Diagram Options", + "Temperature": "Joto", + "Temperature Quantiles:": "Vipimo vya joto:", + "Test": "Jaribio", + "Test:": "Jaribio:", + "Text": "Nakala", + "Text (Output Window)": "Text (Output Window)", + "Text File Preview:": "Uhakiki wa Faili ya Nakala:", + "Text colour:": "Rangi ya nakala:", + "The backup versions come from periodic system backups.": "The backup versions come from periodic system backups.", + "The following R packages could not be installed:": "The following R packages could not be installed:", + "Theme Options": "Chaguzi za Mandhari", + "Theme to Edit:": "Mandhari ya kuhariri:", + "Theme:": "Mandhari:", + "Themes": "Mandhari", + "Thickness:": "Unene:", + "Third Context:": "Muktadha wa tatu:", + "Third Explanatory Variable:": "Third Explanatory Variable:", + "Threat Score": "Alama ya Tishio", + "Three Summaries": "Mihtasari mitatu", + "Three Variable Frequencies": "Three Variable Frequencies", + "Three Variable Modelling": "Three Variable Modelling", + "Threshold": "Kizingiti", + "Threshold ": "Kizingiti ", + "Threshold range ": "Masafa ya kizingiti ", + "Threshold:": "Kizingiti:", + "Tick Mark Labels ": "Tick Mark Labels ", + "Tick marks along axes": "Tick marks along axes", + "Tick marks label along axes": "Tick marks label along axes", + "TickMarkers": "TickMarkers", + "Tidy": "Nadhifisha", + "Tidy Daily Data": "Safisha Takwimu ya Kila Siku", + "Ties": "Mahusiano", + "Tile": "Tile", + "Tile colour:": "Rangi ya tile:", + "Time (X axis):": "Saa (X mhimili):", + "Time Period": "Muda", + "Time Point:": "Time Point:", + "Time Scale (Months):": "Kiwango cha Muda (Miezi):", + "Time Selection": "Uteuzi wa Wakati", + "Time Series Comparisons": "Kulinganisha Mfululizo wa Wakati", + "Time Step": "Hatua ya Wakati", + "Time(s)": "Wakati", + "Times Roman": "Nyakati Kirumi", + "Title": "Mada", + "Title Size:": "Ukubwa wa Mada:", + "Title of legend": "Kichwa cha hadithi", + "Title:": "Kichwa:", + "Titles": "Mada", + "Titles ": "Mada", + "Tmax/Tmin": "Tmax / Tmin", + "Tmax:": "Tmax:", + "Tmin:": "Tmin:", + "To": "Kwa", + "To Script": "Kwa Hati", + "To be implemented": "Ya kutekelezwa", + "To circular:": "Kwa mviringo:", + "To:": "Kwa:", + "Tolerance": "Uvumilivu", + "Top": "Juu", + "Top levels displayed:": "Viwango vya juu vilivyoonyeshwa:", + "Top:": "Juu:", + "Total Column Name": "Jumla ya Jina la Safu wima", + "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]", + "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]", + "Total Daily Precipitation [27:PRCPTOT]": "Kunyesha kwa Kila Siku [27: PRCPTOT]", + "Total Days": "Jumla ya Siku", + "Total Rainfall": "Jumla ya Mvua", + "Total precipitation": "Mvua ya jumla", + "Totals Column/Row Background Highlighted": "Safuwima ya Nambari / Asili ya Safu Imeangaziwa", + "Trace Plot": "Trace Plot", + "Trace Values": "Fuatilia Thamani", + "Transform": "Kubadilisha", + "Transform Text Column": "Badilisha safu wima ya maandishi", + "Transform:": "Badilisha:", + "Transformation": "Mabadiliko", + "Transparency:": "Uwazi:", + "Transpose": "Transpose", + "Transpose Columns": "Transpose columns", + "Treat Row Names as Numeric": "Chukulia Majina ya Safu mlalo kama Nambari", + "Treat Summary Columns as a Further Factor": "Chukua safu za muhtasari kama nambari kamilifu zaidi", + "Treatment structure": "Udhibiti wa muundo", + "Treatment/Control": "Matibabu / Udhibiti", + "Treatment:": "Udhibiti:", + "Treemap": "Treemap", + "Trend": "Mwenendo", + "Triangular": "Pembetatu", + "Trim": "Chonga", + "Trim Trailing White Space": "Punguza Nafasi Nyeupe", + "Trimmed Mean": "Imepunguzwa wastani", + "Tropical Nights [4:TR]": "Usiku wa Kitropiki [4: TR]", + "True Values(Optional):": "Thamani za Kweli (Hiari):", + "Try": "Jaribu", + "Two Columns": "Nguzo mbili", + "Two Columns in Same Data Frame": "Two Columns in Same Data Frame", + "Two Columns in Separate Data Frames": "Two Columns in Separate Data Frames", + "Two Data Frames Long": "Two Data Frames Long", + "Two Data Frames Wide": "Two Data Frames Wide", + "Two Sample Non parametric Tests": "Two Sample Non parametric Tests", + "Two Variable Fit Model": "Two Variable Fit Model", + "Two Variable Graph": "Grafu ya Vigezo Viwili", + "Two Variable Use Model": "Two Variable Use Model", + "Two Way Frequencies": "Two Way Frequencies", + "Two sided": "Za Pande mbili", + "Two-Dash": "Two-Dash", + "Two-Sided": "Pande mbili", + "Type": "Aina", + "Type of Graph": "Aina ya Grafu", + "Type of Layer (Geom):": "Type of Layer (Geom):", + "Type of Palette": "Type of Palette", + "Type of Test": "Aina ya Jaribio", + "Type of test": "Aina ya Jaribio", + "Type:": "Aina:", + "Types": "Aina", + "Typical": "Kawaida", + "UCSB CHIRPS": "UCSB CHIRPS", + "UID:": "UID:", + "UN Code:": "UN Code:", + "URWBookman": "URWBookman", + "URWGothic": "URWGothic", + "URWPalladioURWTimes": "URWPalladioURWTimes", + "UTF-8": "UTF-8", + "UnTransform": "UnTransform", + "Underscore _": "Underscore _", + "Undo": "Tendua", + "Unhide...": "Fichua...", + "Uniform": "Sare", + "Uniminmax": "Uniminmax", + "Units": "Vitengo", + "Units:": "Vitengo:", + "Unlock": "Kufungua", + "Unselect all": "Acha kuchagua zote", + "Unstack Columns": "Pangua safu wima", + "Unstack Data": "Pangua Takwimu", + "Unstack elements": "Pangua Vipengee", + "Upper Limit": "Kikomo cha Juu", + "Upper Limit :": "Kikomo cha Juu:", + "Use Date": "Tumia Tarehe", + "Use Factor Sheet": "Tumia Karatasi ya Nambari kamilifu", + "Use Graph": "Tumia Grafu", + "Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Use Great Circle (WGS84 ellipsoid) distance for nearest points", + "Use Model ": "Tumia Mfano ", + "Use Summaries": "Tumia Muhtasari", + "Use unique values for comparison": "Tumia thamani za kipekee kulinganisha", + "User Define": "Fafanua Mtumiaji", + "User Defined": "Mtumiaji amefafanuliwa", + "Username:": "Jina la mtumiaji:", + "VE": "VE", + "Value": "Thamani", + "Value From Above": "Thamani Kutoka Juu", + "Value From Below": "Thamani Kutoka Chini", + "Value(Vector):": "Thamani (Mwelekeo):", + "Value:": "Thamani:", + "Values": "Thamani", + "Values in both columns (intersection)": "Thamani katika safu zote mbili (makutano)", + "Values in either column (union)": "Thamani katika safu yoyote (umoja)", + "Values in first column not in second": "Thamani katika safu wima ya kwanza sio ya pili", + "Values in second column not in first": "Thamani katika safu wima ya pili sio ya kwanza", + "Var": "Var", + "VarCI Method:": "VarCI Method:", + "Variable": "Kigezo", + "Variable Day": "Siku inayobadilika", + "Variable Options": "Chaguzi Mbadala", + "Variable Sets": "Seti zinazobadilika", + "Variable Transformations": "Mabadiliko yanayobadilika", + "Variable Width": "Upana Unaobadilika", + "Variable to Check:": "Variable to Check:", + "Variable(s) to Summarise:": "Variable(s) to Summarise:", + "Variable(s) to View:": "Vigezo vya kutazama:", + "Variable:": "Kigezo:", + "Variables": "Vigezo", + "Variables Plot": "Variables Plot", + "Variables and Summaries": "Vigezo na Muhtasari", + "Variables to Check:": "Vigezo vya kutazama:", + "Variables to Include:": "Vigezo vya Kujumuisha:", + "Variables to View:": "Vigezo vya Kutazama:", + "Variables:": "Vigezo:", + "Variance": "Variance", + "Variate:": "Variate:", + "Variogram Data Frame:": "Variogram Data Frame:", + "Verification": "Uthibitishaji", + "Verification Summaries": "Muhtasari wa Uthibitishaji", + "Vertcal-Line(|)": "Vertcal-Line(|)", + "Vertical": "Wima", + "Vertical Label Position:": "Vertical Label Position:", + "Vertical X Tick Markers": "Vertical X Tick Markers", + "Vertical major grid lines ": "Vertical major grid lines ", + "Vertical minor grid lines": "Vertical minor grid lines", + "Vertically": "Vertically", + "View Data": "Angalia Takwimu", + "View Data Frame": "View Data Frame", + "View Graph": "Tazama Grafu", + "View Key": "Angalia Ufunguo", + "View Labels/Levels": "Angalia Maandiko / Ngazi", + "View Link": "Tazama Kiungo", + "View Object": "Angalia kitu", + "View and Remove Keys": "Angalia na Ondoa Funguo", + "View and Remove Links": "Tazama na uondoe Viungo", + "Vignettes": "Vignettes", + "Violet": "Urujuwani", + "Violin": "Fidla", + "Violin + Boxplot": "Violin + Boxplot", + "Violin + Jitter": "Violin + Jitter", + "Violin Options": "Chaguzi za Urujuwani", + "Violin Plot": "Violin Plot", + "Violin Plot Options": "Violin Plot options", + "Visualise Data": "Taswira ya Takwimu", + "Vjust": "Vjust", + "Volumetric efficiency": "Ufanisi wa volumetric", + "WB PPP:": "WB PPP:", + "WIGOS Station Identifier:": "Kitambulisho cha Kituo cha WIGOS:", + "WMO Number": "Nambari ya WMO", + "WMO Number:": "Nambari ya WMO:", + "Wakefield": "Wakefield", + "Wald": "Wald", + "Warm Spell Duration Index [14:WSDI]": "Warm Spell Duration Index [14:WSDI]", + "Water Amount(s):": "Kiwango cha Maji:", + "Water Balance": "Usawa wa Maji", + "Water Balance <=": "Usawa wa Maji <=", + "Week": "Wiki", + "Week Day": "Siku ya Wiki", + "Weeks": "Wiki", + "Weibull": "Weibull", + "Weight By (Optional):": "Uzito na (Hiari):", + "Weight By:": "Uzito Na:", + "Weights": "Uzito", + "Weights (Optional):": "Uzito (Hiari):", + "Weights:": "Uzito:", + "West East": "Mashariki ya Magharibi", + "While you're waiting...": "Wakati unasubiri ...", + "Whisk Line Type": "Aina ya laini ya Whisk", + "Whisker Colour": "Rangi ya Whisker", + "Whisklty": "Whisklty", + "White": "Nyeupe", + "White Space:": "Nafasi Nyeupe:", + "Whitespace": "Nafasi nyeupe", + "Width": "Upana", + "Width:": "Upana:", + "Wilcoxon": "Wilcoxon", + "Wilson": "Wilson", + "Wind": "Upepo", + "Wind Direction:": "Mwelekeo wa Upepo:", + "Wind Rose": "Wind Rose", + "Wind Speed": "Kasi ya Upepo", + "Wind Speed:": "Kasi ya Upepo:", + "Wind/Pollution Rose": "Wind/Pollution Rose", + "WindSpeed:": "Kasi ya Upepo:", + "Windrose Options": "Chaguzi za Windrose", + "Winner Country ISO2:": "Nchi Mshindi ISO2:", + "Winner Country ISO3:": "Nchi Mshindi ISO3:", + "Winner Country:": "Nchi Mshindi:", + "Winner ID:": "Kitambulisho cha mshindi:", + "Winner Name:": "Jina la Mshindi:", + "With Replacement": "Na Uingizwaji", + "With Standard Error": "Na Kosa la Kawaida", + "With X Variable": "Na Kigezo X", + "With column": "Na safu", + "Within Year": "Ndani ya Mwaka", + "Within Year:": "Ndani ya Mwaka:", + "Words": "Maneno", + "Working Directory": "Saraka ya Kufanya kazi", + "Working Directory:": "Saraka ya Kufanya kazi:", + "X Label": "Lebo ya X", + "X Variable": "Kigezo X", + "X Variable:": "Kigezo X:", + "X Variables": "Vigezo X", + "X Variables:": "Vigezo X:", + "X and Y-Axis Labels": "Lebo za Mihimili ya X na Y", + "X and Y-Axis Tick Markers": "Alama za Mihimili ya X na Y", + "X axis Label Size": "Ukubwa wa Lebo ya mhimili wa X", + "X axis Tick Labels Angle": "Mhimili wa X Tick Labels Angle", + "X axis Tick Mark Label Size": "Mhimili wa X Tiki alama ya Ukubwa wa Lebo", + "X axis label ": "Lebo ya mhimili wa X ", + "X axis label on top axis": "Lebo ya mhimili wa X kwenye mhimili wa juu", + "X axis labels angle:": "Lebo ya mhimili wa X:", + "X axis tick labels": "Lebo za alama ya mhimili wa X", + "X axis tick labels on top axis": "Lebo za mhimili wa X kwenye mhimili wa juu", + "X axis tick marks": "Alama za mhimili wa X", + "X axis:": "Mhimili wa X:", + "X label": "Lebo ya X", + "X-Axis": "X-Mhimili", + "X-Axis Labels": "Lebo za X-Axis", + "X-Axis Line": "Mstari wa Mhimili wa X", + "X-Axis Tick Markers": "Alama za X-Axis", + "X-Axis Title": "Kichwa cha X-Axis", + "X-Lab Title": "Kichwa cha Maabara ya X", + "X-axis": "Mhimili wa X", + "X-axis Options:": "Chaguzi za mhimili wa X:", + "XY-Axes": "Mihimili ya XY", + "Xlim": "Xlim", + "Y Label": "Lebo ya Y", + "Y Value": "Thamani ya Y", + "Y Value:": "Thamani ya Y:", + "Y Variable": "Kigezo Y", + "Y Variable:": "Kigezo Y:", + "Y Variables": "Vigezo Y", + "Y Variables:": "Vigezo Y:", + "Y Variate:": "Y Tofauti:", + "Y axis Label Size": "Ukubwa wa Lebo ya mhimili wa Y", + "Y axis Tick Mark Label Size": "Ukubwa wa alama ya Lebo ya mhimili wa Y", + "Y axis labels": "Lebo za mhimili Y", + "Y axis labels on right axis": "Lebo za mhimili Y kwenye mhimili wa kulia", + "Y axis tick labels": "Lebo za alama ya mhimili", + "Y axis tick labels on right axis": "Lebo za alama ya mhimili Y kwenye mhimili wa kulia", + "Y axis tick marks": "Alama za mhimili wa Y", + "Y label": "L studio", + "Y variable": "Kigezo Y", + "Y-Axis": "Mhimili Y", + "Y-Axis Labels": "Lebo za mhimili wa Y", + "Y-Axis Line": "Mstari wa mhimili wa Y", + "Y-Axis Tick Markers": "Alama za mhimili wa Y", + "Y-Axis Title": "Kichwa cha mhimili wa Y", + "Y-Lab Title": "Kichwa cha Y-Lab", + "Y-axis": "Mhimili wa Y", + "Y-axis Options:": "Chaguzi za mhimili wa Y:", + "Y-axis Upper:": "Mhimili wa Y wa juu:", + "Year": "Mwaka", + "Year - DOY Plot": "Mwaka - DOY Plot", + "Year - Month - Day": "Mwaka - Mwezi - Siku", + "Year As Factor": "Mwaka Kama Nambari Kamilifu", + "Year Columns": "Nguzo za Mwaka", + "Year Columns:": "Nguzo za Mwaka:", + "Year Month Day": "Mwaka Mwezi Siku", + "Year and Day of Year": "Mwaka na Siku ya Mwaka", + "Year(4 digit)MonthDay(YEARMODA)": "Mwaka (tarakimu 4) Siku ya Mwezi (YEARMODA)", + "Year(4-digit)-Month(Full Name)-Day": "Mwaka (tarakimu 4) -Mwezi (Jina Kamili) -Siku", + "Year(4-digit)-Month(abbr)-Day": "Mwaka (tarakimu 4) -Mwezi (abbr) -Siku", + "Year(4-digit)-Month-Day": "Mwaka (tarakimu nne) - Siku-Mwezi", + "Year(4-digit)/Month(Full Name)/Day": "Mwaka (tarakimu nne) / Mwezi (Jina Kamili) / Siku", + "Year(4-digit)/Month(abbr)/Day": "Mwaka (tarakimu nne) / Mwezi (abbr) / Siku", + "Year(4-digit)/Month/Day": "Mwaka (tarakimu nne) / Mwezi / Siku", + "Year(4-digit)Doy(Julian)": "Mwaka (tarakimu nne) Doy (Julian)", + "Year:": "Mwaka:", + "Years": "Miaka", + "Yellow": "Njano", + "Yellow-Green": "Njano-Kijani", + "Yes": "Ndio", + "YlGn": "YlGn", + "YlGnBu": "YlGnBu", + "YlOrBr": "YlOrBr", + "YlOrRd": "YlOrRd", + "Ylim": "Ylim", + "Zero Values": "Thamani sufuri", + "Zplot Plot": "Zplot Plot", + "[ ] or": "[] au", + "[^ ] not": "[^] sio", + "^ begin": "^ anza", + "________": "________", + "__________": "__________", + "aapc": "aapc", + "abs": "abs", + "acos": "acos", + "add_na": "ongeza_na", + "age": "umri", + "all": "yote", + "am": "asubuhi", + "and": "na", + "ang.dev": "ang. dev", + "ang.var": "ang. var", + "animal (f)": "mnyama (f)", + "annual": "kila mwaka", + "anon": "anon", + "anova": "anova", + "ansari": "ansari", + "answer (f)": "jibu (f)", + "any": "yoyote", + "anyDup": "anyDup", + "aov": "aov", + "ar": "ar", + "arima": "arima", + "asin": "asin", + "asis": "asis", + "asn": "asn", + "aspect.ratio": "kipengele.ratio", + "asymptotic ": "isiyo na dalili ", + "atan": "atan", + "atan2": "atan2", + "atanh": "atanh", + "award_date": "tuza_tarehe", + "axis.line": "axis.line", + "axis.line.x": "axis.line.x", + "axis.line.y": "axis.line.y", + "axis.text": "mhimili.maandishi.x", + "axis.text.x": "mhimili.text.x", + "axis.text.x.top": "mhimili.maandishi.x.juu", + "axis.text.y": "mhimili.maandishi.y", + "axis.text.y.right": "mhimili.maandishi.y.kulia", + "axis.ticks": "mhimili.tiki", + "axis.ticks.length": "mhimili.tiki.urefu", + "axis.ticks.x": "mhimili.tiki.x", + "axis.ticks.y": "mhimili.tiki.y", + "axis.title": "Mhimili.Mada", + "axis.title.x": "mhimili.kichwa.x", + "axis.title.x.top": "Mhimili.mada.x.juu", + "axis.title.y": "mhimili.kichwa.y", + "axis.title.y.right": "mhimili.kichwa.y.kulia", + "bartels": "bartels", + "bartlett": "bartlett", + "beta": "beta", + "between": "kati", + "binary": "binary", + "binom.test": "binom.test", + "boot": "buti", + "boundary": "mpaka", + "boxcox": "boxcox", + "br": "br", + "br2": "br2", + "broken": "imevunjika", + "browser (f)": "kivinjari (f)", + "bu": "bu", + "butt": "butt", + "bw": "bw", + "by": "na", + "c( )": "c ()", + "caption": "maelezo mafupi", + "car (f)": "gari (f)", + "cat": "paka", + "cb_safe": "cd_salama", + "ceiling": "dari", + "children": "watoto", + "chisq": "chisq", + "choose": "chagua", + "ci": "ci", + "circular": "mviringo", + "cividis": "cividis", + "classic": "classic", + "cloglog": "cloglog", + "cloud": "wingu", + "cm": "sentimita", + "cmh": "cmh", + "coefficient": "mgawo", + "coin (f)": "sarafu (f)", + "collapse": "kuanguka", + "collate": "Linganisha", + "color (f)": "rangi (f)", + "combine": "unganisha", + "confint": "confint", + "conover": "conover", + "cont": "endelea", + "contract_sector": "sekta_ya_mkataba", + "contract_title": "jina_la_mkataba", + "cor": "cor", + "cos": "cos", + "count": "hesabu", + "country": "nchi", + "cov": "cov", + "cp": "cp", + "crc32": "crc32", + "cross": "msalaba", + "cs": "cs", + "csmk": "csmk", + "csv": "csv", + "cumdist": "Mtazamo wa", + "cummax": "cummax", + "cummean": "cummean", + "cummin": "cumin", + "cumsum": "cumsum", + "cv": "cv", + "d": "d", + "d_in_m": "d_katika_m", + "d_rank": "d_cheo", + "daily": "kila siku", + "data": "data", + "data.frame(data=matrix(data=NA": "data.frame(data=matrix(data=NA", + "date": "tarehe", + "date_stamp": "tarehe_stempu", + "datetime": "wakati", + "davies": "davies", + "day": "siku", + "day of the month (01-31)": "siku ya mwezi (01-31)", + "day of the month (1-31)": "siku ya mwezi (1-31)", + "day of the week": "siku ya wiki", + "days": "siku", + "death (L)": "kifo (L)", + "default": "chaguo-msingi", + "deg": "deg", + "degrees": "digrii", + "detect": "gundua", + "dice": "kete", + "died (L)": "alikufa (L)", + "diff": "tofauti", + "digamma": "digamma", + "distill": "kunereka", + "distinct": "Ya kipekee", + "dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain", + "dlgSetupForDataEntry": "dlgSetupForDataEntry", + "dmy": "dmy", + "dna (f)": "dna (f)", + "dob (D)": "dob (D)", + "drop": "tone", + "dummy": "Bandia", + "duncan": "Duncan", + "duplicated": "iliyorudiwa", + "durbin": "durbin", + "durbinWatsonTest": "durbinWatsonTest", + "education (f)": "elimu (f)", + "ela": "ela", + "employment (f)": "ajira (f)", + "encode ": "Tafsiri", + "end": "mwisho", + "erlevd": "erlevd", + "exact": "halisi", + "exp": "exp", + "expand": "panua", + "extRemes": "extRemes", + "extract": "dondoo", + "extract2": "dondoo2", + "eye (f)": "jicho (f)", + "fact": "ukweli", + "factor": "nambari Kamilifu", + "factor ": "nambari Kamilifu ", + "fevd": "fevd", + "findpars": "pata sehemu", + "first": "kwanza", + "fiscal_year": "mwaka wa fedha", + "fisyat": "fisyat", + "fixed": "fasta", + "fligner": "fligner", + "floor": "sakafu", + "frLabels:": "frLabels:", + "friedman": "friedman", + "gamma": "gamma", + "gender (f)": "jinsia (f)", + "glm": "glm", + "glm.nb": "glm.nb", + "glmer": "glmer", + "glmmPQL": "glmmPQL", + "gpa": "gpa", + "grade": "alama", + "grade_level (f)": "kiwango cha alama (f)", + "grey": "kijivu", + "group (f)": "kikundi (f)", + "grpTickLength": "grpTickLength", + "hair (f)": "nywele (f)", + "height": "urefu", + "hour": "saa", + "hours": "masaa", + "hydroGOF ": "hydroGOF ", + "identity": "kitambulisho", + "ifelse": "ifelse", + "inches": "inchi", + "income": "mapato", + "indices selected out of": "fahirisi zilizochaguliwa kati ya", + "inferno": "inferno", + "infreq": "infreq", + "inorder": "kwa ajili", + "inseq": "inseq", + "intercept": "kukatiza", + "iq": "iq", + "is false": "ni uwongo", + "is true": "ni kweli", + "is.fixedfevd": "is.fixedfevd", + "is.na": "ni.na", + "j:": "j:", + "kge": "kge", + "klotz": "klotz", + "koziol": "koziol", + "kruskal": "kruskal", + "ks": "ks", + "kurtosis": "kurtosis", + "l()": "l ()", + "label": "lebo", + "labelled ": "yenye lebo ", + "lag": "lag", + "language (f)": "lugha (f)", + "lanzante": "lanzante", + "last": "mwisho", + "lbeta": "lbeta", + "lbl": "lbl", + "lchoose": "Ichoose", + "lda": "lda", + "lead": "kuongoza", + "leap": "kuruka", + "legend bty": "legend bty", + "legend.background": "legend.background", + "legend.box.background": "legend.box.background", + "legend.box.margin": "legend.box.margin", + "legend.box.spacing": "legend.box.spacing", + "legend.key": "legend.key", + "legend.key.height": "legend.key.heighturefu", + "legend.key.size": "legend.key.size", + "legend.key.width": "legend.key.width", + "legend.margin": "legend.margin", + "legend.spacing": "legend.spacing", + "legend.spacing.x": "legend.spacing.x", + "legend.spacing.y": "legend.spacing.y", + "legend.text": "legend.text", + "legend.text.align": "legend.text.align", + "legend.title": "legend.title", + "legend.title.align": "legend.title.align", + "length": "urefu", + "letters": "herufi", + "levd": "levd", + "level": "kiwango", + "lfact": "lfact", + "lgamma": "lgamma", + "light": "mwanga", + "likert (o.f)": "likert (o.f)", + "line": "mstari", + "linedraw": "linedraw", + "linkert7 (o.f)": "linkert7 (o.f)", + "lm": "lm", + "lme4": "lme4", + "lmer": "lmer", + "locate": "tambua", + "locate2": "tambua2", + "loess": "loess", + "log": "log", + "log10": "log10", + "log1p": "log1p", + "log2": "log2", + "logical": "kimantiki", + "logistic": "logistic", + "logit": "logit", + "loglin": "loglin", + "loglm": "loglm", + "lorem_ipsum (c)": "lorem_ipsum (c)", + "lower": "chini", + "lowess": "lowess", + "lqs": "lqs", + "lr.Test": "lr.Test", + "lump": "lump", + "m": "m", + "mNSE": "mNSE", + "m_rank": "m_rank", + "mad": "mad", + "mae": "mae", + "magma": "magma", + "mantelhaen": "mantelhaen", + "mariadb_climsoft_db_v4": "mariadb_climsoft_db_v4", + "mariadb_climsoft_test_db_v4": "mariadb_climsoft_test_db_v4", + "marital (f)": "marital (f)", + "match": "linganisha", + "math": "hesabu", + "mauchly": "mauchly", + "max": "max", + "mc": "mc", + "mca": "mca", + "mcnemar": "mcnemar", + "md": "md", + "md5": "md5", + "mdy": "mdy", + "me": "me", + "mean": "wastani", + "median": "wastani", + "medianHL": "medianHL", + "method_type": "method_type", + "military (f)": "kijeshi (f)", + "min": "min", + "minimal": "Ndogo", + "minute (00-59)": "dakika (00-59)", + "miss": "miss", + "mk": "mk", + "mm": "mm", + "mm(Large or negative Value)": "mm (Thamani kubwa au hasi)", + "mmk ": "mmk ", + "mode": "mode", + "mode1": "mode1", + "month": "mwezi", + "month (f)": "mwezi (f)", + "monthly": "kila mwezi", + "monthly average": "wastani wa kila mwezi", + "months ": "miezi ", + "mood": "mood", + "moving": "kusonga", + "movmax": "movmax", + "movmean": "movmean", + "movmed": "movmed", + "movmin": "movmin", + "movsum": "movsum", + "mse": "mse", + "murmur32": "murmur32", + "n": "n", + "n:": "n:", + "n_distinct": "n_distinct", + "naapprox": "naapprox", + "naest": "naest", + "nafill": "nafill", + "name (c)": "jina (c)", + "nasplin": "nasplin", + "ncvTest": "ncvTest", + "near": "karibu", + "neighbouring average": "wastani wa jirani", + "nlmer": "nlmer", + "nls": "nls", + "no_bids_considered": "no_bids_considered", + "no_bids_received": "no_bids_received", + "non miss": "bila kukosa", + "nonadditivity ": "kutokuwa na ziada ", + "normal": "kawaida", + "nrmse": "nrmse", + "nth": "nth", + "ntile": "ntile", + "oneway": "njia moja", + "or Named Region:": "au Eneo Lililopewa Jina:", + "or matching values 1 to n": "au thamani zinazolingana 1 hadi n", + "order": "utaratibu", + "original_contract_value": "original_contract_value", + "other": "nyingine", + "outlierTest": "outlierTest", + "pad": "pedi", + "pairwise.Prop": "jozi", + "pairwise.t": "jozi.t", + "pairwise.wilcox": "jozi.wilcox", + "panel.background": "Jopo:Usuli", + "panel.border": "jopo.mpaka", + "panel.grid": "gridi ya jopo", + "panel.grid.major": "paneli.gridi.kuu", + "panel.grid.major.x": "paneli.gridi.kuu.x", + "panel.grid.major.y": "Jopo.gridi.kuu.y", + "panel.grid.minor": "jopo.gridi ndogo", + "panel.grid.minor.x": "jopo.gridi.mdogo.x", + "panel.grid.minor.y": "jopo.gridi.mdogo", + "panel.spacing": "nafasi ya jopo", + "panel.spacing.x": "nafasi.jopo.x", + "panel.spacing.y": "nafasi.jopo.y", + "pbeta": "pbeta", + "pbias": "pbias", + "pbiasfdc": "pbiasfdc", + "pbinom": "pbinom", + "pbirth": "pkuzaa", + "pchisq": "pchisq", + "pcor ": "pcor ", + "percentages": "asilimia", + "pet (f)": "kipenzi (f)", + "pettitt ": "pettitt ", + "pf": "pf", + "pgamma": "pgamma", + "pi": "pi", + "plasma": "plasma", + "plot ": "plot ", + "plot.background": "Kisuli cha plot", + "plot.caption": "Plot.caption", + "plot.fevd": "plot.fevd", + "plot.margin": "plot.margin", + "plot.subtitle": "plot.subtitles", + "plot.title": "plot.title", + "pm": "jioni", + "pmax": "pmax", + "pmin": "jioni", + "pmk ": "pmk ", + "pnbin": "pnbin", + "pnorm": "pnorm", + "points": "pointi", + "poisson": "poisson", + "political (f)": "kisiasa (f)", + "polr": "polr", + "power.anova": "nguvu.anova", + "power.prop": "nguvu.prop", + "power.t": "nguvu.t", + "ppois": "ppois", + "ppr": "ppr", + "precip": "precip", + "predict": "tabiri", + "prediction": "utabiri", + "primary (f)": "msingi (f)", + "princomp": "princomp", + "print": "chapisha", + "print.fevd": "chapa.fevd", + "probability": "uwezekano", + "probit": "Komesha", + "procurement_category": "aina za ununuzi", + "procuring_authority": "kupata_mamlaka", + "prop": "prop", + "prop.test": "prop.test", + "prop.trend": "prop.trend", + "propn": "propn", + "proportion": "uwiano", + "pscore": "pscore", + "pt": "pt", + "q-Gram Distance": "Umbali wa q-Gram", + "q1": "q1", + "q3": "q3", + "qbeta": "qbeta", + "qbinom": "qbinom", + "qbirth": "q kuzaliwa", + "qchisq": "qchisq", + "qda": "qda", + "qf": "qf", + "qgamma": "qgamma", + "qnbin": "qnbin", + "qnorm": "qnorm", + "qpois": "qpois", + "qq": "qq", + "qt": "qt", + "quade": "quade", + "quadrant": "roboduara", + "qual": "sifa", + "quantile": "quantile", + "quarter": "robo", + "rNSE": "rNSE", + "rPearson": "rPearson", + "rSD": "rSD", + "r_rank": "r_cheo", + "race (f)": "mbio (f)", + "rad": "rad", + "radians": "mionzi", + "rain days": "siku za mvua", + "range": "masafa", + "rd": "rd", + "reciprocal": "kubadilishana", + "recode": "rejea", + "rect": "rect", + "regex": "regex", + "region": "mkoa", + "relevel": "Weka sawa tena", + "religion (f)": "dini (f)", + "remove": "ondoa", + "remove2": "ondoa2", + "reorder": "panga upya", + "rep": "rep", + "replace": "badilisha", + "replace2": "Badilisha2", + "residuals": "mabaki", + "reverse": "kugeuza nyuma", + "rho": "rho", + "rlm": "rlm", + "rmse": "rmse", + "round": "mviringo", + "row(s)": "safu (s)", + "rrod ": "rod ", + "rsd": "rsd", + "rsr": "rsr", + "sat": "sat", + "savage": "mkali", + "scheffe": "scheffe", + "sd": "sd", + "seasonal average": "wastani wa msimu", + "sec": "sec", + "second (00-59)": "Sekunde (00-59)", + "seconds": "sekunde", + "segmented": "imegawanywa", + "selected variable": "kigezo Kilichochaguliwa", + "sens ": "sens", + "sentence (c)": "sentensi (c)", + "seq": "seq", + "sex (f)": "jinsia (f)", + "sex_inclusive (f)": "Jinsia_ijumuishe (f)", + "sha1": "sha1", + "sha256": "sha256", + "sha512": "512", + "shapiro": "shapiro", + "shift": "hamisha", + "short": "fupi", + "shuffle": "Changanya", + "siginf": "isharaf", + "sign": "ishara", + "signature_date": "sahihi_tarehe", + "sin": "dhambi", + "skew": "skew", + "slope": "mteremko", + "smk ": "smk ", + "smokes (L)": "moshi (L)", + "snh ": "snh ", + "sort": "ainisha", + "spearman": "spearman", + "specify1": "bainisha1", + "specify2": "bainisha2", + "specify3": "bainisha3", + "speed": "kasi", + "spline": "spline", + "split": "Gawa", + "sqrt": "sqrt", + "square": "mraba", + "squish ": "squish ", + "ssens ": "ssens ", + "ssq": "ssq", + "starts": "huanza", + "state (f)": "jimbo (f)", + "stats": "takwimu", + "string (c)": "utungo (c)", + "strip.background": "strip.background", + "strip.placement": "ukanda. uwekaji", + "strip.switch.pad.grid": "strip.witch.pad.grid", + "strip.switch.pad.wrap": "strip.switch.pad. wrap", + "strip.text": "strip.text", + "strip.text.x": "strip.text.x", + "strip.text.y": "strip.text.y", + "sub.title": "kichwa", + "sum": "Jumla", + "summary": "muhtasari", + "summary.fevd": "muhtasari.fevd", + "sunh": "juah", + "sunshine hours": "masaa ya jua", + "swap Parameters": "wabadilishane Vigezo", + "t": "t", + "taha": "taha", + "tall": "mrefu", + "tan": "tan", + "text": "maandishi", + "time": "wakati", + "title": "mada", + "tmax": "tmax", + "tmin": "tmin", + "to": "kwa", + "tr": "tr", + "trigamma": "trigamma", + "trim": "chonga", + "trunc": "trunc", + "unknown": "haijulikani", + "upper": "juu", + "upper (c)": "juu (c)", + "v3.0 Daily Rainfall": "v3.0 Mvua za kila siku", + "v3.0 Dekadal Rainfall": "v3.0 Mvua ya Dekadal", + "v3.0 Monthly Rainfall": "v3.0 Mvua ya kila mwezi", + "v3.0 Monthly Rainfall (Calculated)": "v3.0 Mvua ya Kila mwezi (Imehesabiwa)", + "v3.1 Daily Rainfall": "v3.1 Mvua za kila siku", + "v3.1 Daily Rainfall Complete (Filled)": "v3.1 Mvua ya Kila Siku Imekamilika (Imejazwa)", + "v3.1 Dekadal Rainfall": "v3.1 Mvua ya Dekadal", + "v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 Mvua ya Dekadal Imekamilika (Imejazwa)", + "v3.1 Monthly Rainfall": "v3.1 Mvua ya kila mwezi", + "v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Mvua ya kila mwezi imekamilika (imejazwa)", + "valid (L)": "halali (L)", + "var": "var", + "variable": "kigezo", + "vcov": "vcov", + "viridis": "viridis", + "von_mises": "von_mises", + "vonmises": "vumasi", + "waerden": "waerden", + "wakefield::r_data_theme(n = 100": "wakefield::r_data_theme(n = 100", + "waller ": "waller ", + "wd": "wd", + "wday": "wday", + "when": "lini", + "which": "ambayo", + "wilcox": "wilcox", + "wilcoxsign": "wilcoxsign", + "winner_country": "nchi_mshindi", + "winner_name": "mshindi_jina", + "wrappednormal": "imefungwa kawaida", + "ws": "ws", + "xxhash32": "xxhash32", + "xxhash64": "xxhash64", + "yday": "ysiku", + "year": "mwaka", + "ymd": "ymd" } \ No newline at end of file diff --git a/instat/ucrCalculator.Designer.vb b/instat/ucrCalculator.Designer.vb index 89b7cc26415..12947bd0b39 100644 --- a/instat/ucrCalculator.Designer.vb +++ b/instat/ucrCalculator.Designer.vb @@ -83,7 +83,16 @@ Partial Class ucrCalculator Me.cmdYmd = New System.Windows.Forms.Button() Me.cmdLeap = New System.Windows.Forms.Button() Me.grpInteger = New System.Windows.Forms.GroupBox() - Me.cmdIntegerHelp2 = New System.Windows.Forms.Button() + Me.cmdGeneratePrimes = New System.Windows.Forms.Button() + Me.cmdNthPrime = New System.Windows.Forms.Button() + Me.ContextMenuStripInteger = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.DescToolsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.RutilsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.PrimesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.cmdAsHexmode = New System.Windows.Forms.Button() + Me.cmdAsOctmode = New System.Windows.Forms.Button() + Me.cmdBinary = New System.Windows.Forms.Button() + Me.cmdBigQ = New System.Windows.Forms.Button() Me.cmdDigitSum = New System.Windows.Forms.Button() Me.cmdRankPercent = New System.Windows.Forms.Button() Me.cmdDivisors = New System.Windows.Forms.Button() @@ -91,9 +100,8 @@ Partial Class ucrCalculator Me.cmdFactorize = New System.Windows.Forms.Button() Me.cmdNextPrime = New System.Windows.Forms.Button() Me.cmdChoosez = New System.Windows.Forms.Button() - Me.cmdIntegerHelp1 = New System.Windows.Forms.Button() Me.cmdFactorial = New System.Windows.Forms.Button() - Me.cmdPrime = New System.Windows.Forms.Button() + Me.cmdIsPrime = New System.Windows.Forms.Button() Me.cmdBigZ = New System.Windows.Forms.Button() Me.grpFactor = New System.Windows.Forms.GroupBox() Me.cmdTransformHelp = New System.Windows.Forms.Button() @@ -412,15 +420,16 @@ Partial Class ucrCalculator Me.cmdbegin = New System.Windows.Forms.Button() Me.cmdAny1 = New System.Windows.Forms.Button() Me.cmdStringRHelp = New System.Windows.Forms.Button() + Me.cmdIntegerRHelp = New instat.ucrSplitButton() Me.ucrSaveResultInto = New instat.ucrSave() Me.ucrTryCalculator = New instat.ucrTry() Me.ucrInputCalOptions = New instat.ucrInputComboBox() Me.ucrSelectorForCalculations = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrReceiverForCalculation = New instat.ucrReceiverExpression() - Me.cmdBigQ = New System.Windows.Forms.Button() Me.grpBasic.SuspendLayout() Me.grpDates.SuspendLayout() Me.grpInteger.SuspendLayout() + Me.ContextMenuStripInteger.SuspendLayout() Me.grpFactor.SuspendLayout() Me.grpHydroGOF.SuspendLayout() Me.grpWakefield.SuspendLayout() @@ -950,8 +959,13 @@ Partial Class ucrCalculator ' 'grpInteger ' + Me.grpInteger.Controls.Add(Me.cmdGeneratePrimes) + Me.grpInteger.Controls.Add(Me.cmdNthPrime) + Me.grpInteger.Controls.Add(Me.cmdIntegerRHelp) + Me.grpInteger.Controls.Add(Me.cmdAsHexmode) + Me.grpInteger.Controls.Add(Me.cmdAsOctmode) + Me.grpInteger.Controls.Add(Me.cmdBinary) Me.grpInteger.Controls.Add(Me.cmdBigQ) - Me.grpInteger.Controls.Add(Me.cmdIntegerHelp2) Me.grpInteger.Controls.Add(Me.cmdDigitSum) Me.grpInteger.Controls.Add(Me.cmdRankPercent) Me.grpInteger.Controls.Add(Me.cmdDivisors) @@ -959,29 +973,102 @@ Partial Class ucrCalculator Me.grpInteger.Controls.Add(Me.cmdFactorize) Me.grpInteger.Controls.Add(Me.cmdNextPrime) Me.grpInteger.Controls.Add(Me.cmdChoosez) - Me.grpInteger.Controls.Add(Me.cmdIntegerHelp1) Me.grpInteger.Controls.Add(Me.cmdFactorial) - Me.grpInteger.Controls.Add(Me.cmdPrime) + Me.grpInteger.Controls.Add(Me.cmdIsPrime) Me.grpInteger.Controls.Add(Me.cmdBigZ) Me.grpInteger.Location = New System.Drawing.Point(432, 61) Me.grpInteger.Name = "grpInteger" - Me.grpInteger.Size = New System.Drawing.Size(152, 185) + Me.grpInteger.Size = New System.Drawing.Size(226, 168) Me.grpInteger.TabIndex = 183 Me.grpInteger.TabStop = False Me.grpInteger.Text = "Integer" ' - 'cmdIntegerHelp2 + 'cmdGeneratePrimes + ' + Me.cmdGeneratePrimes.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdGeneratePrimes.Location = New System.Drawing.Point(1, 127) + Me.cmdGeneratePrimes.Name = "cmdGeneratePrimes" + Me.cmdGeneratePrimes.Size = New System.Drawing.Size(75, 23) + Me.cmdGeneratePrimes.TabIndex = 18 + Me.cmdGeneratePrimes.Text = "prime" + Me.cmdGeneratePrimes.UseVisualStyleBackColor = True + ' + 'cmdNthPrime + ' + Me.cmdNthPrime.Location = New System.Drawing.Point(149, 39) + Me.cmdNthPrime.Name = "cmdNthPrime" + Me.cmdNthPrime.Size = New System.Drawing.Size(75, 23) + Me.cmdNthPrime.TabIndex = 17 + Me.cmdNthPrime.Text = "nth_prime" + Me.cmdNthPrime.UseVisualStyleBackColor = True + ' + 'ContextMenuStripInteger + ' + Me.ContextMenuStripInteger.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DescToolsToolStripMenuItem, Me.RutilsToolStripMenuItem, Me.PrimesToolStripMenuItem}) + Me.ContextMenuStripInteger.Name = "ContextMenuStripInteger" + Me.ContextMenuStripInteger.Size = New System.Drawing.Size(127, 70) + ' + 'DescToolsToolStripMenuItem + ' + Me.DescToolsToolStripMenuItem.Name = "DescToolsToolStripMenuItem" + Me.DescToolsToolStripMenuItem.Size = New System.Drawing.Size(126, 22) + Me.DescToolsToolStripMenuItem.Text = "DescTools" + ' + 'RutilsToolStripMenuItem + ' + Me.RutilsToolStripMenuItem.Name = "RutilsToolStripMenuItem" + Me.RutilsToolStripMenuItem.Size = New System.Drawing.Size(126, 22) + Me.RutilsToolStripMenuItem.Text = "R.utils" + ' + 'PrimesToolStripMenuItem + ' + Me.PrimesToolStripMenuItem.Name = "PrimesToolStripMenuItem" + Me.PrimesToolStripMenuItem.Size = New System.Drawing.Size(126, 22) + Me.PrimesToolStripMenuItem.Text = "Primes" + ' + 'cmdAsHexmode + ' + Me.cmdAsHexmode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdAsHexmode.Location = New System.Drawing.Point(149, 105) + Me.cmdAsHexmode.Name = "cmdAsHexmode" + Me.cmdAsHexmode.Size = New System.Drawing.Size(75, 23) + Me.cmdAsHexmode.TabIndex = 15 + Me.cmdAsHexmode.Text = "hex" + Me.cmdAsHexmode.UseVisualStyleBackColor = True + ' + 'cmdAsOctmode + ' + Me.cmdAsOctmode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdAsOctmode.Location = New System.Drawing.Point(1, 105) + Me.cmdAsOctmode.Name = "cmdAsOctmode" + Me.cmdAsOctmode.Size = New System.Drawing.Size(75, 23) + Me.cmdAsOctmode.TabIndex = 14 + Me.cmdAsOctmode.Text = "octal" + Me.cmdAsOctmode.UseVisualStyleBackColor = True + ' + 'cmdBinary + ' + Me.cmdBinary.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdBinary.Location = New System.Drawing.Point(75, 105) + Me.cmdBinary.Name = "cmdBinary" + Me.cmdBinary.Size = New System.Drawing.Size(75, 23) + Me.cmdBinary.TabIndex = 13 + Me.cmdBinary.Text = "binary" + Me.cmdBinary.UseVisualStyleBackColor = True + ' + 'cmdBigQ ' - Me.cmdIntegerHelp2.Location = New System.Drawing.Point(75, 149) - Me.cmdIntegerHelp2.Name = "cmdIntegerHelp2" - Me.cmdIntegerHelp2.Size = New System.Drawing.Size(75, 23) - Me.cmdIntegerHelp2.TabIndex = 11 - Me.cmdIntegerHelp2.Text = "R Help" - Me.cmdIntegerHelp2.UseVisualStyleBackColor = True + Me.cmdBigQ.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdBigQ.Location = New System.Drawing.Point(75, 17) + Me.cmdBigQ.Name = "cmdBigQ" + Me.cmdBigQ.Size = New System.Drawing.Size(75, 23) + Me.cmdBigQ.TabIndex = 12 + Me.cmdBigQ.Text = "bigq" + Me.cmdBigQ.UseVisualStyleBackColor = True ' 'cmdDigitSum ' - Me.cmdDigitSum.Location = New System.Drawing.Point(75, 105) + Me.cmdDigitSum.Location = New System.Drawing.Point(149, 83) Me.cmdDigitSum.Name = "cmdDigitSum" Me.cmdDigitSum.Size = New System.Drawing.Size(75, 23) Me.cmdDigitSum.TabIndex = 10 @@ -991,7 +1078,7 @@ Partial Class ucrCalculator 'cmdRankPercent ' Me.cmdRankPercent.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) - Me.cmdRankPercent.Location = New System.Drawing.Point(1, 127) + Me.cmdRankPercent.Location = New System.Drawing.Point(75, 83) Me.cmdRankPercent.Name = "cmdRankPercent" Me.cmdRankPercent.Size = New System.Drawing.Size(75, 23) Me.cmdRankPercent.TabIndex = 9 @@ -1000,7 +1087,7 @@ Partial Class ucrCalculator ' 'cmdDivisors ' - Me.cmdDivisors.Location = New System.Drawing.Point(1, 105) + Me.cmdDivisors.Location = New System.Drawing.Point(149, 61) Me.cmdDivisors.Name = "cmdDivisors" Me.cmdDivisors.Size = New System.Drawing.Size(75, 23) Me.cmdDivisors.TabIndex = 8 @@ -1009,7 +1096,7 @@ Partial Class ucrCalculator ' 'cmdFibonacci ' - Me.cmdFibonacci.Location = New System.Drawing.Point(1, 83) + Me.cmdFibonacci.Location = New System.Drawing.Point(1, 61) Me.cmdFibonacci.Name = "cmdFibonacci" Me.cmdFibonacci.Size = New System.Drawing.Size(75, 23) Me.cmdFibonacci.TabIndex = 7 @@ -1018,7 +1105,7 @@ Partial Class ucrCalculator ' 'cmdFactorize ' - Me.cmdFactorize.Location = New System.Drawing.Point(75, 83) + Me.cmdFactorize.Location = New System.Drawing.Point(1, 83) Me.cmdFactorize.Name = "cmdFactorize" Me.cmdFactorize.Size = New System.Drawing.Size(75, 23) Me.cmdFactorize.TabIndex = 6 @@ -1027,7 +1114,7 @@ Partial Class ucrCalculator ' 'cmdNextPrime ' - Me.cmdNextPrime.Location = New System.Drawing.Point(1, 61) + Me.cmdNextPrime.Location = New System.Drawing.Point(75, 39) Me.cmdNextPrime.Name = "cmdNextPrime" Me.cmdNextPrime.Size = New System.Drawing.Size(75, 23) Me.cmdNextPrime.TabIndex = 5 @@ -1043,33 +1130,24 @@ Partial Class ucrCalculator Me.cmdChoosez.Text = "choose" Me.cmdChoosez.UseVisualStyleBackColor = True ' - 'cmdIntegerHelp1 - ' - Me.cmdIntegerHelp1.Location = New System.Drawing.Point(1, 149) - Me.cmdIntegerHelp1.Name = "cmdIntegerHelp1" - Me.cmdIntegerHelp1.Size = New System.Drawing.Size(75, 23) - Me.cmdIntegerHelp1.TabIndex = 3 - Me.cmdIntegerHelp1.Text = "R Help(gmp)" - Me.cmdIntegerHelp1.UseVisualStyleBackColor = True - ' 'cmdFactorial ' - Me.cmdFactorial.Location = New System.Drawing.Point(1, 39) + Me.cmdFactorial.Location = New System.Drawing.Point(149, 17) Me.cmdFactorial.Name = "cmdFactorial" Me.cmdFactorial.Size = New System.Drawing.Size(75, 23) Me.cmdFactorial.TabIndex = 2 Me.cmdFactorial.Text = "factorial" Me.cmdFactorial.UseVisualStyleBackColor = True ' - 'cmdPrime + 'cmdIsPrime ' - Me.cmdPrime.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) - Me.cmdPrime.Location = New System.Drawing.Point(75, 39) - Me.cmdPrime.Name = "cmdPrime" - Me.cmdPrime.Size = New System.Drawing.Size(75, 23) - Me.cmdPrime.TabIndex = 1 - Me.cmdPrime.Text = "prime" - Me.cmdPrime.UseVisualStyleBackColor = True + Me.cmdIsPrime.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdIsPrime.Location = New System.Drawing.Point(1, 39) + Me.cmdIsPrime.Name = "cmdIsPrime" + Me.cmdIsPrime.Size = New System.Drawing.Size(75, 23) + Me.cmdIsPrime.TabIndex = 1 + Me.cmdIsPrime.Text = "is_prime" + Me.cmdIsPrime.UseVisualStyleBackColor = True ' 'cmdBigZ ' @@ -4899,6 +4977,18 @@ Partial Class ucrCalculator Me.cmdStringRHelp.Text = "R Help" Me.cmdStringRHelp.UseVisualStyleBackColor = True ' + 'cmdIntegerRHelp + ' + Me.cmdIntegerRHelp.AutoSize = True + Me.cmdIntegerRHelp.ContextMenuStrip = Me.ContextMenuStripInteger + Me.cmdIntegerRHelp.Location = New System.Drawing.Point(132, 140) + Me.cmdIntegerRHelp.Name = "cmdIntegerRHelp" + Me.cmdIntegerRHelp.Size = New System.Drawing.Size(91, 23) + Me.cmdIntegerRHelp.SplitMenuStrip = Me.ContextMenuStripInteger + Me.cmdIntegerRHelp.TabIndex = 16 + Me.cmdIntegerRHelp.Text = "R Help" + Me.cmdIntegerRHelp.UseVisualStyleBackColor = True + ' 'ucrSaveResultInto ' Me.ucrSaveResultInto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink @@ -4955,16 +5045,6 @@ Partial Class ucrCalculator Me.ucrReceiverForCalculation.TabIndex = 120 Me.ucrReceiverForCalculation.ucrSelector = Nothing ' - 'cmdBigQ - ' - Me.cmdBigQ.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) - Me.cmdBigQ.Location = New System.Drawing.Point(75, 17) - Me.cmdBigQ.Name = "cmdBigQ" - Me.cmdBigQ.Size = New System.Drawing.Size(75, 23) - Me.cmdBigQ.TabIndex = 12 - Me.cmdBigQ.Text = "bigq" - Me.cmdBigQ.UseVisualStyleBackColor = True - ' 'ucrCalculator ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) @@ -4999,6 +5079,8 @@ Partial Class ucrCalculator Me.grpBasic.ResumeLayout(False) Me.grpDates.ResumeLayout(False) Me.grpInteger.ResumeLayout(False) + Me.grpInteger.PerformLayout() + Me.ContextMenuStripInteger.ResumeLayout(False) Me.grpFactor.ResumeLayout(False) Me.grpHydroGOF.ResumeLayout(False) Me.grpWakefield.ResumeLayout(False) @@ -5385,9 +5467,8 @@ Partial Class ucrCalculator Friend WithEvents cmdStringRHelp As Button Friend WithEvents cmdProbRHelp As Button Friend WithEvents grpInteger As GroupBox - Friend WithEvents cmdIntegerHelp1 As Button Friend WithEvents cmdFactorial As Button - Friend WithEvents cmdPrime As Button + Friend WithEvents cmdIsPrime As Button Friend WithEvents cmdBigZ As Button Friend WithEvents cmdNextPrime As Button Friend WithEvents cmdChoosez As Button @@ -5396,6 +5477,15 @@ Partial Class ucrCalculator Friend WithEvents cmdDigitSum As Button Friend WithEvents cmdRankPercent As Button Friend WithEvents cmdDivisors As Button - Friend WithEvents cmdIntegerHelp2 As Button Friend WithEvents cmdBigQ As Button + Friend WithEvents cmdAsHexmode As Button + Friend WithEvents cmdAsOctmode As Button + Friend WithEvents cmdBinary As Button + Friend WithEvents cmdIntegerRHelp As ucrSplitButton + Friend WithEvents ContextMenuStripInteger As ContextMenuStrip + Friend WithEvents DescToolsToolStripMenuItem As ToolStripMenuItem + Friend WithEvents RutilsToolStripMenuItem As ToolStripMenuItem + Friend WithEvents cmdNthPrime As Button + Friend WithEvents PrimesToolStripMenuItem As ToolStripMenuItem + Friend WithEvents cmdGeneratePrimes As Button End Class diff --git a/instat/ucrCalculator.resx b/instat/ucrCalculator.resx index 3c97f18c83c..8752fd4b5db 100644 --- a/instat/ucrCalculator.resx +++ b/instat/ucrCalculator.resx @@ -117,10 +117,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 123, 24 + 17, 17 - 25 + 78 \ No newline at end of file diff --git a/instat/ucrCalculator.vb b/instat/ucrCalculator.vb index e22df9fd870..0737ed2b047 100644 --- a/instat/ucrCalculator.vb +++ b/instat/ucrCalculator.vb @@ -216,12 +216,14 @@ Public Class ucrCalculator ttCalculator.SetToolTip(cmdChoosez, "computes binomial coefficient choose(n,k) as a big integer. For example, chooseZ(20,2)=190") ttCalculator.SetToolTip(cmdNextPrime, "gives the next prime number. For example, nextprime(14)= 17") ttCalculator.SetToolTip(cmdFactorize, "computes the prime factorizations. For example, Factorize(20)= (2,5,2,1), Factorize(8)= 2:3 for (2,2,2)") - ttCalculator.SetToolTip(cmdPrime, "checks if the number is prime and returns 0 or 2, 0= False, 2= True. For example, is.prime(10) returns 0") + ttCalculator.SetToolTip(cmdIsPrime, "checks if the number is prime and returns 0 or 2, 0= False, 2= True. For example, is.prime(10) returns 0") ttCalculator.SetToolTip(cmdFibonacci, "generates Fibonacci numbers. For example, Fibonacci(8)=21") ttCalculator.SetToolTip(cmdDivisors, "returns the divisors of x. For example, Divisors(21)= c(1,3,7)") ttCalculator.SetToolTip(cmdRankPercent, "returns the percentile that the number correspods to. For example, PercentRank(c(1,2,5,11,15)) = 0.2,0.4,0.6,0.8,1.0") ttCalculator.SetToolTip(cmdDigitSum, "calculates digit sum of x. For example, DigitSum(12344)= 14") - + ttCalculator.SetToolTip(cmdBinary, "converts an integer into a binary number. For example, as.integer(intToBin(c(2,5,7,8)))= 10,101,111,1000") + ttCalculator.SetToolTip(cmdAsOctmode, "converts an integer into a octal number. For example, as.octmode(intToOct(c(2,5,12,17)))= 02,05,14,21") + ttCalculator.SetToolTip(cmdAsHexmode, "converts an integer into a hexadecimal number. For example, as.hexmode(intToHex(c(2,7,10,15)))= 2,7,a,f") End Sub @@ -2950,7 +2952,7 @@ Public Class ucrCalculator End If End Sub - Private Sub cmdPrime_Click(sender As Object, e As EventArgs) Handles cmdPrime.Click + Private Sub cmdIsPrime_Click(sender As Object, e As EventArgs) Handles cmdIsPrime.Click If chkShowParameters.Checked Then ucrReceiverForCalculation.AddToReceiverAtCursorPosition("gmp::isprime(n = , reps = )", 11) Else @@ -2958,14 +2960,6 @@ Public Class ucrCalculator End If End Sub - Private Sub cmdIntegerHelp1_Click(sender As Object, e As EventArgs) Handles cmdIntegerHelp1.Click - CalculationsOptions() - If ucrInputCalOptions.GetText = "Integer" Then - strPackageName = "gmp" - End If - OpenHelpPage() - End Sub - Private Sub cmdFactorial_Click(sender As Object, e As EventArgs) Handles cmdFactorial.Click If chkShowParameters.Checked Then ucrReceiverForCalculation.AddToReceiverAtCursorPosition("gmp::factorialZ(n = )", 2) @@ -3030,7 +3024,47 @@ Public Class ucrCalculator End If End Sub - Private Sub cmdIntegerHelp2_Click(sender As Object, e As EventArgs) Handles cmdIntegerHelp2.Click + Private Sub cmdBigQ_Click(sender As Object, e As EventArgs) Handles cmdBigQ.Click + If chkShowParameters.Checked Then + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("gmp::as.bigq(a = , mod = NA )", 13) + Else + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("gmp::as.bigq()", 1) + End If + End Sub + + Private Sub cmdBinary_Click(sender As Object, e As EventArgs) Handles cmdBinary.Click + If chkShowParameters.Checked Then + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("as.integer(R.utils::intToBin(x = ))", 2) + Else + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("as.integer(R.utils::intToBin())", 2) + End If + End Sub + + Private Sub cmdAsOctmode_Click(sender As Object, e As EventArgs) Handles cmdAsOctmode.Click + If chkShowParameters.Checked Then + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("as.octmode(R.utils::intToOct(x = ))", 2) + Else + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("as.octmode(R.utils::intToOct())", 2) + End If + End Sub + + Private Sub cmdAsHexmode_Click(sender As Object, e As EventArgs) Handles cmdAsHexmode.Click + If chkShowParameters.Checked Then + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("as.hexmode(R.utils::intToHex(x = ))", 2) + Else + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("as.hexmode(R.utils::intToHex())", 2) + End If + End Sub + + Private Sub cmdIntegerRHelp_Click(sender As Object, e As EventArgs) Handles cmdIntegerRHelp.Click + CalculationsOptions() + If ucrInputCalOptions.GetText = "Integer" Then + strPackageName = "gmp" + End If + OpenHelpPage() + End Sub + + Private Sub DescToolsToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles DescToolsToolStripMenuItem.Click CalculationsOptions() If ucrInputCalOptions.GetText = "Integer" Then strPackageName = "DescTools" @@ -3038,11 +3072,44 @@ Public Class ucrCalculator OpenHelpPage() End Sub - Private Sub cmdBigQ_Click(sender As Object, e As EventArgs) Handles cmdBigQ.Click + Private Sub RutilsToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles RutilsToolStripMenuItem.Click + CalculationsOptions() + If ucrInputCalOptions.GetText = "Integer" Then + strPackageName = "R.utils" + End If + OpenHelpPage() + End Sub + + Private Sub cmdNthPrime_Click(sender As Object, e As EventArgs) Handles cmdNthPrime.Click If chkShowParameters.Checked Then - ucrReceiverForCalculation.AddToReceiverAtCursorPosition("gmp::as.bigq(a = , mod = NA )", 13) + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("primes::nth_prime(n = )", 2) Else - ucrReceiverForCalculation.AddToReceiverAtCursorPosition("gmp::as.bigq()", 1) + ucrReceiverForCalculation.AddToReceiverAtCursorPosition("primes::nth_prime()", 1) + End If + End Sub + + Private Sub PrimesToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles PrimesToolStripMenuItem.Click + CalculationsOptions() + If ucrInputCalOptions.GetText = "Integer" Then + strPackageName = "primes" End If + OpenHelpPage() + End Sub + + Private Sub cmdGeneratePrimes_Click(sender As Object, e As EventArgs) Handles cmdGeneratePrimes.Click + Dim clsGetDataframeFunction As New RFunction + Dim clsNRowsFunction As New RFunction + Dim clsGeneratePrimesFunction As New RFunction + + clsGetDataframeFunction.AddParameter("data_name", ucrSelectorForCalculations.ucrAvailableDataFrames.cboAvailableDataFrames.SelectedItem, bIncludeArgumentName:=False) + clsNRowsFunction.SetRCommand("nrow") + clsNRowsFunction.AddParameter("x", clsRFunctionParameter:=clsGetDataframeFunction, iPosition:=0) + + clsGeneratePrimesFunction.SetPackageName("primes") + clsGeneratePrimesFunction.SetRCommand("generate_n_primes") + clsGeneratePrimesFunction.AddParameter("n", clsRFunctionParameter:=clsNRowsFunction, iPosition:=0) + + ucrReceiverForCalculation.AddToReceiverAtCursorPosition(clsGeneratePrimesFunction.ToScript, 0) + End Sub End Class diff --git a/instat/ucrDataFrameMetadata.vb b/instat/ucrDataFrameMetadata.vb index ae2d12858a6..d142e7aa65e 100644 --- a/instat/ucrDataFrameMetadata.vb +++ b/instat/ucrDataFrameMetadata.vb @@ -24,8 +24,7 @@ Public Class ucrDataFrameMetadata Private _grid As IDataframeMetaDataGrid Dim _strNameLabel As String = "data_name" - ' Public WithEvents grdCurrSheet As unvell.ReoGrid.Worksheet - Public strPreviousCellText As String + ' Public WithEvents grdCurrSheet As unvell.ReoGrid.Worksheets Private lstNonEditableColumns As New List(Of String) Private clsHideDataFrame As New RFunction Private clsViewDataFrame As New RFunction @@ -124,8 +123,7 @@ Public Class ucrDataFrameMetadata MsgBox(newValue.ToString() & " is an existing data frame name.", MsgBoxStyle.Information, "Invalid Data Frame Name") Exit Sub Else - strScript = frmMain.clsRLink.strInstatDataObject & "$rename_dataframe(data_name =" & Chr(34) & strPreviousCellText & Chr(34) & - ", new_val = " & strNewValue & ")" + strScript = frmMain.clsRLink.strInstatDataObject & "$rename_dataframe(data_name =" & Chr(34) & strPreviousValue & Chr(34) & ", new_val = " & strNewValue & ")" strComment = "Renamed data frame" End If Else diff --git a/instat/ucrFilePath.Designer.vb b/instat/ucrFilePath.Designer.vb index ef2a8fe1e34..99d9403407a 100644 --- a/instat/ucrFilePath.Designer.vb +++ b/instat/ucrFilePath.Designer.vb @@ -47,6 +47,7 @@ Partial Class ucrFilePath Me.ucrInputFilePath.AddQuotesIfUnrecognised = True Me.ucrInputFilePath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = True Me.ucrInputFilePath.Location = New System.Drawing.Point(136, 3) @@ -71,7 +72,7 @@ Partial Class ucrFilePath Me.lblName.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.lblName.Location = New System.Drawing.Point(2, 6) Me.lblName.Name = "lblName" - Me.lblName.Size = New System.Drawing.Size(50, 13) + Me.lblName.Size = New System.Drawing.Size(134, 13) Me.lblName.TabIndex = 1 Me.lblName.Text = "Save As:" ' @@ -85,6 +86,7 @@ Partial Class ucrFilePath Me.Name = "ucrFilePath" Me.Size = New System.Drawing.Size(392, 34) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/ucrFilter.Designer.vb b/instat/ucrFilter.Designer.vb index 98438d08284..b3feecbea98 100644 --- a/instat/ucrFilter.Designer.vb +++ b/instat/ucrFilter.Designer.vb @@ -435,11 +435,21 @@ Partial Class ucrFilter Me.cmdCombineWithAndOr.Text = "All Combined with &&" Me.cmdCombineWithAndOr.UseVisualStyleBackColor = True ' + 'ucrFactorLevels + ' + Me.ucrFactorLevels.AutoSize = True + Me.ucrFactorLevels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.ucrFactorLevels.Location = New System.Drawing.Point(398, 65) + Me.ucrFactorLevels.Margin = New System.Windows.Forms.Padding(5) + Me.ucrFactorLevels.Name = "ucrFactorLevels" + Me.ucrFactorLevels.Size = New System.Drawing.Size(354, 262) + Me.ucrFactorLevels.TabIndex = 2 + ' 'ucrReceiverExpression ' Me.ucrReceiverExpression.AutoSize = True Me.ucrReceiverExpression.frmParent = Nothing - Me.ucrReceiverExpression.Location = New System.Drawing.Point(456, 44) + Me.ucrReceiverExpression.Location = New System.Drawing.Point(480, 44) Me.ucrReceiverExpression.Margin = New System.Windows.Forms.Padding(5) Me.ucrReceiverExpression.Name = "ucrReceiverExpression" Me.ucrReceiverExpression.Selector = Nothing @@ -454,7 +464,7 @@ Partial Class ucrFilter Me.ucrLogicalCombobox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrLogicalCombobox.GetSetSelectedIndex = -1 Me.ucrLogicalCombobox.IsReadOnly = False - Me.ucrLogicalCombobox.Location = New System.Drawing.Point(456, 44) + Me.ucrLogicalCombobox.Location = New System.Drawing.Point(478, 43) Me.ucrLogicalCombobox.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrLogicalCombobox.Name = "ucrLogicalCombobox" Me.ucrLogicalCombobox.Size = New System.Drawing.Size(89, 21) @@ -465,7 +475,7 @@ Partial Class ucrFilter Me.ucrDatePicker.AutoSize = True Me.ucrDatePicker.DateValue = New Date(2021, 7, 7, 8, 39, 9, 171) Me.ucrDatePicker.Format = "dd MMM yyyy" - Me.ucrDatePicker.Location = New System.Drawing.Point(457, 44) + Me.ucrDatePicker.Location = New System.Drawing.Point(478, 43) Me.ucrDatePicker.Margin = New System.Windows.Forms.Padding(5) Me.ucrDatePicker.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDatePicker.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) @@ -503,22 +513,12 @@ Partial Class ucrFilter Me.ucrFilterOperation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrFilterOperation.GetSetSelectedIndex = -1 Me.ucrFilterOperation.IsReadOnly = False - Me.ucrFilterOperation.Location = New System.Drawing.Point(399, 44) + Me.ucrFilterOperation.Location = New System.Drawing.Point(399, 43) Me.ucrFilterOperation.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrFilterOperation.Name = "ucrFilterOperation" - Me.ucrFilterOperation.Size = New System.Drawing.Size(56, 21) + Me.ucrFilterOperation.Size = New System.Drawing.Size(78, 21) Me.ucrFilterOperation.TabIndex = 5 ' - 'ucrFactorLevels - ' - Me.ucrFactorLevels.AutoSize = True - Me.ucrFactorLevels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.ucrFactorLevels.Location = New System.Drawing.Point(398, 65) - Me.ucrFactorLevels.Margin = New System.Windows.Forms.Padding(5) - Me.ucrFactorLevels.Name = "ucrFactorLevels" - Me.ucrFactorLevels.Size = New System.Drawing.Size(354, 262) - Me.ucrFactorLevels.TabIndex = 2 - ' 'ucrFilterByReceiver ' Me.ucrFilterByReceiver.AutoSize = True diff --git a/instat/ucrFilter.vb b/instat/ucrFilter.vb index 7525433c7dc..67479a88d8f 100644 --- a/instat/ucrFilter.vb +++ b/instat/ucrFilter.vb @@ -62,7 +62,7 @@ Public Class ucrFilter Private Sub InitialiseControl() ucrFilterPreview.txtInput.ReadOnly = True ucrFilterByReceiver.Selector = ucrSelectorForFitler - ucrFilterOperation.SetItems({"==", "<", "<=", ">", ">=", "!=", "is.na", "! is.na"}) + ucrFilterOperation.SetItems({"==", "<", "<=", ">", ">=", "!=", "is.na", "! is.na", "is.empty", "! is.empty"}) ucrFilterOperation.SetDropDownStyleAsNonEditable() ucrFactorLevels.SetAsMultipleSelectorGrid(ucrFilterByReceiver, @@ -116,7 +116,7 @@ Public Class ucrFilter SetToggleButtonSettings() Else ucrFilterOperation.Visible = True - If ucrFilterOperation.GetText() <> "is.na" AndAlso ucrFilterOperation.GetText() <> "! is.na" Then + If ucrFilterOperation.GetText() <> "is.na" AndAlso ucrFilterOperation.GetText() <> "! is.na" AndAlso ucrFilterOperation.GetText() <> "is.empty" AndAlso ucrFilterOperation.GetText() <> "! is.empty" Then Select Case ucrFilterByReceiver.strCurrDataType.ToLower Case "logical" ucrLogicalCombobox.Visible = True @@ -139,7 +139,7 @@ Public Class ucrFilter cmdAddCondition.Enabled = ucrFactorLevels.IsAnyGridRowSelected Else Select Case ucrFilterOperation.GetText() - Case "is.na", "! is.na" + Case "is.na", "! is.na", "is.empty", "! is.empty" cmdAddCondition.Enabled = True Case Else Select Case ucrFilterByReceiver.strCurrDataType.ToLower @@ -172,7 +172,7 @@ Public Class ucrFilter Private Sub ucrFilterReceiver_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrFilterByReceiver.ControlContentsChanged 'for logical columns add {"==", "is.na", "!is.na"} only Dim selectedIndex As Integer = ucrFilterOperation.GetSetSelectedIndex - ucrFilterOperation.SetItems(If(ucrFilterByReceiver.strCurrDataType.ToLower = "logical", {"==", "is.na", "! is.na"}, {"==", "<", "<=", ">", ">=", "!=", "is.na", "! is.na"})) + ucrFilterOperation.SetItems(If(ucrFilterByReceiver.strCurrDataType.ToLower = "logical", {"==", "is.na", "! is.na"}, {"==", "<", "<=", ">", ">=", "!=", "is.na", "! is.na", "is.empty", "! is.empty"})) If ucrFilterByReceiver.strCurrDataType.ToLower IsNot "logical" AndAlso selectedIndex < ucrFilterOperation.GetItemsCount Then ucrFilterOperation.GetSetSelectedIndex = selectedIndex Else @@ -208,7 +208,7 @@ Public Class ucrFilter Else clsCurrentOperator.SetOperation(ucrFilterOperation.GetText()) clsCurrentConditionListFunction.AddParameter("operation", Chr(34) & ucrFilterOperation.GetText() & Chr(34)) - If ucrFilterOperation.GetText() = "is.na" OrElse ucrFilterOperation.GetText() = "! is.na" Then + If ucrFilterOperation.GetText() = "is.na" OrElse ucrFilterOperation.GetText() = "! is.na" OrElse ucrFilterOperation.GetText() = "is.empty" OrElse ucrFilterOperation.GetText() = "! is.empty" Then strCondition = "" Else If ucrFilterByReceiver.strCurrDataType.ToLower = "character" Then