diff --git a/src/ConfigDialog.cpp b/src/ConfigDialog.cpp index 675fce904..3fa2dd5d9 100644 --- a/src/ConfigDialog.cpp +++ b/src/ConfigDialog.cpp @@ -35,11 +35,11 @@ ConfigDialog::ConfigDialog(QDir _home, Zones *_zones, MainWindow *mainWindow) : setAttribute(Qt::WA_DeleteOnClose); #ifdef Q_OS_MAC - QToolBar *head = addToolBar("Preferences"); + QToolBar *head = addToolBar(tr("Preferences")); setFixedSize(525,540); setUnifiedTitleAndToolBarOnMac(true); #else - QToolBar *head = addToolBar("Options"); + QToolBar *head = addToolBar(tr("Options")); head->setMovable(false); // oops! setFixedSize(530,580); #endif @@ -62,31 +62,31 @@ ConfigDialog::ConfigDialog(QDir _home, Zones *_zones, MainWindow *mainWindow) : QAction *added; // General settings - added = head->addAction(generalIcon, "General"); + added = head->addAction(generalIcon, tr("General")); connect(added, SIGNAL(triggered()), iconMapper, SLOT(map())); iconMapper->setMapping(added, 0); - added =head->addAction(athleteIcon, "Athlete"); + added =head->addAction(athleteIcon, tr("Athlete")); connect(added, SIGNAL(triggered()), iconMapper, SLOT(map())); iconMapper->setMapping(added, 1); - added =head->addAction(passwordIcon, "Passwords"); + added =head->addAction(passwordIcon, tr("Passwords")); connect(added, SIGNAL(triggered()), iconMapper, SLOT(map())); iconMapper->setMapping(added, 2); - added =head->addAction(appearanceIcon, "Appearance"); + added =head->addAction(appearanceIcon, tr("Appearance")); connect(added, SIGNAL(triggered()), iconMapper, SLOT(map())); iconMapper->setMapping(added, 3); - added =head->addAction(dataIcon, "Data Fields"); + added =head->addAction(dataIcon, tr("Data Fields")); connect(added, SIGNAL(triggered()), iconMapper, SLOT(map())); iconMapper->setMapping(added, 4); - added =head->addAction(metricsIcon, "Metrics"); + added =head->addAction(metricsIcon, tr("Metrics")); connect(added, SIGNAL(triggered()), iconMapper, SLOT(map())); iconMapper->setMapping(added, 5); - added =head->addAction(devicesIcon, "Train Devices"); + added =head->addAction(devicesIcon, tr("Train Devices")); connect(added, SIGNAL(triggered()), iconMapper, SLOT(map())); iconMapper->setMapping(added, 6); diff --git a/src/Pages.cpp b/src/Pages.cpp index 71a41ec32..64fcecf93 100644 --- a/src/Pages.cpp +++ b/src/Pages.cpp @@ -1671,9 +1671,9 @@ KeywordsPage::KeywordsPage(MetadataPage *parent, QListkeyword actionButtons->addWidget(deleteButton); keywords = new QTreeWidget; - keywords->headerItem()->setText(0, "Keyword"); - keywords->headerItem()->setText(1, "Color"); - keywords->headerItem()->setText(2, "Related Notes Words"); + keywords->headerItem()->setText(0, tr("Keyword")); + keywords->headerItem()->setText(1, tr("Color")); + keywords->headerItem()->setText(2, tr("Related Notes Words")); keywords->setColumnCount(3); keywords->setSelectionMode(QAbstractItemView::SingleSelection); keywords->setEditTriggers(QAbstractItemView::SelectedClicked); // allow edit @@ -1800,15 +1800,15 @@ KeywordsPage::addClicked() int index = keywords->invisibleRootItem()->indexOfChild(keywords->currentItem()); if (index < 0) index = 0; QTreeWidgetItem *add; - ColorButton *colorButton = new ColorButton(this, "New", QColor(Qt::blue)); + ColorButton *colorButton = new ColorButton(this, tr("New"), QColor(Qt::blue)); add = new QTreeWidgetItem; keywords->invisibleRootItem()->insertChild(index, add); add->setFlags(add->flags() | Qt::ItemIsEditable); // keyword - QString text = "New"; + QString text = tr("New"); for (int i=0; keywords->findItems(text, Qt::MatchExactly, 0).count() > 0; i++) { - text = QString("New (%1)").arg(i+1); + text = QString(tr("New (%1)")).arg(i+1); } add->setText(0, text); diff --git a/src/translations/gc_cs.qm b/src/translations/gc_cs.qm index 1b83c45c7..963f9f22e 100644 Binary files a/src/translations/gc_cs.qm and b/src/translations/gc_cs.qm differ diff --git a/src/translations/gc_cs.ts b/src/translations/gc_cs.ts index 904b5690d..e27fa1ff6 100644 --- a/src/translations/gc_cs.ts +++ b/src/translations/gc_cs.ts @@ -1110,13 +1110,43 @@ ColumnChooser - + Column Chooser ConfigDialog + + + General + + + + + Passwords + + + + + Appearance + + + + + Data Fields + + + + + Metrics + Metrika + + + + Train Devices + + Close @@ -1128,11 +1158,13 @@ Uložit + Preferences Možnosti + Options Volby @@ -1142,8 +1174,9 @@ Nastavení + Athlete - Sportovec + Sportovec Devices @@ -3366,135 +3399,135 @@ NEJASNE GroupByModel - - - - + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short - + Medium - + Long - + Very Long - + Date Datum @@ -4621,6 +4654,32 @@ NEJASNE Down + + + Keyword + + + + + Color + + + + + Related Notes Words + + + + + + New + + + + + New (%1) + + + @@ -7075,22 +7134,22 @@ Elapsed: %1 NavigatorCellDelegate - + seconds - + Date Datum - + Time Čas - + Last updated @@ -9268,47 +9327,52 @@ on and that its display says, "Host" - + + File - + + Last updated - + + Date Datum - + + Time Čas - + + Config Checksum - + Remove Column Odstranit sloupec - + Column Chooser - + Do Not Show in Groups - + Show In Groups diff --git a/src/translations/gc_de.qm b/src/translations/gc_de.qm index 763b7c7a4..900edee4f 100644 Binary files a/src/translations/gc_de.qm and b/src/translations/gc_de.qm differ diff --git a/src/translations/gc_de.ts b/src/translations/gc_de.ts index fddde03f1..1dd90d20b 100644 --- a/src/translations/gc_de.ts +++ b/src/translations/gc_de.ts @@ -1110,13 +1110,43 @@ ColumnChooser - + Column Chooser ConfigDialog + + + General + + + + + Passwords + + + + + Appearance + + + + + Data Fields + + + + + Metrics + Eigenschaften + + + + Train Devices + + Close @@ -1128,11 +1158,13 @@ Speichern + Preferences Voreinstellungen + Options Optionen @@ -1142,8 +1174,9 @@ Einstellungen + Athlete - Sportler + Sportler Devices @@ -3385,135 +3418,135 @@ Drehmomentkorrektur - Dies definiert einen Linearfaktor in Nm (oder Pfund pro Qu GroupByModel - - - - + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short - + Medium - + Long - + Very Long - + Date Datum @@ -4646,6 +4679,32 @@ Drehmomentkorrektur - Dies definiert einen Linearfaktor in Nm (oder Pfund pro Qu Down + + + Keyword + + + + + Color + + + + + Related Notes Words + + + + + + New + + + + + New (%1) + + + @@ -7118,22 +7177,22 @@ Elapsed: %1 NavigatorCellDelegate - + seconds Sekunden - + Date Datum - + Time - + Last updated @@ -9308,47 +9367,52 @@ on and that its display says, "Host" - + + File - + + Last updated - + + Date Datum - + + Time - + + Config Checksum - + Remove Column Spalte löschen - + Column Chooser - + Do Not Show in Groups - + Show In Groups diff --git a/src/translations/gc_es.qm b/src/translations/gc_es.qm index 9b322b094..669886946 100644 Binary files a/src/translations/gc_es.qm and b/src/translations/gc_es.qm differ diff --git a/src/translations/gc_es.ts b/src/translations/gc_es.ts index b56badf7c..3fe930eba 100644 --- a/src/translations/gc_es.ts +++ b/src/translations/gc_es.ts @@ -1106,13 +1106,43 @@ ColumnChooser - + Column Chooser Elegir Columna ConfigDialog + + + General + General + + + + Passwords + Claves + + + + Appearance + Aspecto + + + + Data Fields + Datos + + + + Metrics + Métricas + + + + Train Devices + Dispositivos + Close @@ -1124,11 +1154,13 @@ Guardar + Preferences Preferencias + Options Opciones @@ -1138,8 +1170,9 @@ Ajustes + Athlete - Atleta + Atleta Devices @@ -3375,7 +3408,7 @@ Ajuste de Par - define un valor fijo en libras por pulgada o newton por metro pa Threshold (secs): - Umbral (seg): + Umbral Garmin (seg): BikeScore Estimate (days): @@ -3509,135 +3542,135 @@ Ajuste de Par - define un valor fijo en libras por pulgada o newton por metro pa GroupByModel - - - - + + + + Zero or not present Cero o ausente - + Low Stress Estrés Bajo - + Medium Stress Estrés Medio - + High Stress Estrés Elevado - + Very High Stress Estrés Muy Elevado - + Active Recovery Recuperación Activa - + Endurance Resistencia - + Tempo Tempo - + Threshold Umbral - + VO2Max VO2Max - + Anaerobic Capacity Capacidad Anaeróbica - + Maximal Máxima - + Isopower Constante - + Steady Parejo - + Variable Variable - + Highly Variable Muy Variable - + Less than an hour Menos de 1 hora - + Less than 90 minutes Menos de 90 minutos - + Less than 3 hours Menos de 3 horas - + Less than 5 hours Menos de 5 horas - + More than 5 hours Más de 5 horas - + Short Corto - + Medium Medio - + Long Largo - + Very Long Muy Largo - + Date Fecha @@ -4766,6 +4799,32 @@ Ajuste de Par - define un valor fijo en libras por pulgada o newton por metro pa Down Abajo + + + Keyword + Palabra + + + + Color + Color + + + + Related Notes Words + Palabras Relacionadas + + + + + New + Nueva + + + + New (%1) + Nueva (%1) + + @@ -6827,7 +6886,7 @@ PC del ciclista %3 vatios Notes Keywords - Palabras Clave en Notas + Palabras Clave @@ -7259,22 +7318,22 @@ Tiempo empleado: %1 NavigatorCellDelegate - + seconds segundos - + Date Fecha - + Time Hora - + Last updated Última actualización @@ -9466,47 +9525,52 @@ y que muestra la palabra "Host" *|Código|TSS|Fecha| - + + File Archivo - + + Last updated Última actualización - + + Date Fecha - + + Time Hora - + + Config Checksum - + Remove Column Eliminar Columna - + Column Chooser Elegir Columna - + Do Not Show in Groups No Mostrar en Grupos - + Show In Groups Mostrar en Grupos diff --git a/src/translations/gc_fr.qm b/src/translations/gc_fr.qm index 6cd88fe01..caecbb931 100644 Binary files a/src/translations/gc_fr.qm and b/src/translations/gc_fr.qm differ diff --git a/src/translations/gc_fr.ts b/src/translations/gc_fr.ts index 26bbe137d..a1d72333a 100644 --- a/src/translations/gc_fr.ts +++ b/src/translations/gc_fr.ts @@ -1122,13 +1122,43 @@ ColumnChooser - + Column Chooser Choisir une colonne ConfigDialog + + + General + + + + + Passwords + Mots de passe + + + + Appearance + Apparence + + + + Data Fields + + + + + Metrics + Métriques + + + + Train Devices + + Close @@ -1140,11 +1170,13 @@ Sauver + Preferences Préférences + Options Options @@ -1154,8 +1186,9 @@ Préférences + Athlete - Athlètes + Athlètes Devices @@ -3461,135 +3494,135 @@ La correction de couple - cette valeur définie une valeur absolue en newton mè GroupByModel - - - - + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery Récupération active - + Endurance Endurance - + Tempo Tempo - + Threshold Seuil - + VO2Max VO2 max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short - + Medium - + Long - + Very Long - + Date Date @@ -4695,6 +4728,32 @@ La correction de couple - cette valeur définie une valeur absolue en newton mè Down Vers le bas + + + Keyword + + + + + Color + + + + + Related Notes Words + + + + + + New + + + + + New (%1) + + + @@ -7047,22 +7106,22 @@ Effectuées: %1 NavigatorCellDelegate - + seconds secondes - + Date Date - + Time Temps - + Last updated Derniers changements @@ -9262,47 +9321,52 @@ Watts par kg - + + File Fichier - + + Last updated Derniers changements - + + Date Date - + + Time - + + Config Checksum - + Remove Column Retirer la column - + Column Chooser Choisir une colonne - + Do Not Show in Groups Ne pas grouper - + Show In Groups Grouper diff --git a/src/translations/gc_it.qm b/src/translations/gc_it.qm index 3f6fba49b..e341c5501 100644 Binary files a/src/translations/gc_it.qm and b/src/translations/gc_it.qm differ diff --git a/src/translations/gc_it.ts b/src/translations/gc_it.ts index bcc1b31be..75bfeb714 100644 --- a/src/translations/gc_it.ts +++ b/src/translations/gc_it.ts @@ -1114,13 +1114,43 @@ quindi clicca "Rescan" per avviare la ricerca. ColumnChooser - + Column Chooser ConfigDialog + + + General + + + + + Passwords + + + + + Appearance + + + + + Data Fields + + + + + Metrics + + + + + Train Devices + + Close @@ -1132,11 +1162,13 @@ quindi clicca "Rescan" per avviare la ricerca. Salva + Preferences Preferenze + Options Opzioni @@ -1146,8 +1178,9 @@ quindi clicca "Rescan" per avviare la ricerca. Impostazioni + Athlete - Atleta + Atleta Devices @@ -3321,135 +3354,135 @@ Torque Adjust - this defines an absolute value in poinds per square inch or newt GroupByModel - - - - + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short Corto - + Medium - + Long Lungo - + Very Long - + Date Data @@ -4545,6 +4578,32 @@ Torque Adjust - this defines an absolute value in poinds per square inch or newt Down + + + Keyword + + + + + Color + + + + + Related Notes Words + + + + + + New + + + + + New (%1) + + + @@ -6548,22 +6607,22 @@ Elapsed: %1 NavigatorCellDelegate - + seconds secondi - + Date Data - + Time Tempo - + Last updated @@ -8622,47 +8681,52 @@ on and that its display says, "Host" - + + File - + + Last updated - + + Date Data - + + Time Tempo - + + Config Checksum - + Remove Column - + Column Chooser - + Do Not Show in Groups - + Show In Groups diff --git a/src/translations/gc_ja.qm b/src/translations/gc_ja.qm index 2df59cdd5..81c87f9ee 100644 Binary files a/src/translations/gc_ja.qm and b/src/translations/gc_ja.qm differ diff --git a/src/translations/gc_ja.ts b/src/translations/gc_ja.ts index d2658dd7c..d9964c1bd 100644 --- a/src/translations/gc_ja.ts +++ b/src/translations/gc_ja.ts @@ -1110,13 +1110,43 @@ ColumnChooser - + Column Chooser ConfigDialog + + + General + + + + + Passwords + + + + + Appearance + + + + + Data Fields + + + + + Metrics + 統計 + + + + Train Devices + + Close @@ -1128,11 +1158,13 @@ 保存 + Preferences 設定 + Options オプション @@ -1142,8 +1174,9 @@ 設定 + Athlete - アスリート + アスリート Devices @@ -3365,135 +3398,135 @@ Torque Adjust - this defines an absolute value in poinds per square inch or newt GroupByModel - - - - + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short 略称 - + Medium - + Long 名称 - + Very Long - + Date 日付 @@ -4606,6 +4639,32 @@ Torque Adjust - this defines an absolute value in poinds per square inch or newt Down + + + Keyword + + + + + Color + + + + + Related Notes Words + + + + + + New + + + + + New (%1) + + + @@ -7077,22 +7136,22 @@ Elapsed: %1 NavigatorCellDelegate - + seconds - + Date 日付 - + Time 時間 - + Last updated @@ -9271,47 +9330,52 @@ on and that its display says, "Host" - + + File - + + Last updated - + + Date 日付 - + + Time 時間 - + + Config Checksum - + Remove Column カラムの削除 - + Column Chooser - + Do Not Show in Groups - + Show In Groups diff --git a/src/translations/gc_pt-br.qm b/src/translations/gc_pt-br.qm index eeb23a20e..85588fab2 100644 Binary files a/src/translations/gc_pt-br.qm and b/src/translations/gc_pt-br.qm differ diff --git a/src/translations/gc_pt-br.ts b/src/translations/gc_pt-br.ts index 409daf726..8d07b3a9e 100644 --- a/src/translations/gc_pt-br.ts +++ b/src/translations/gc_pt-br.ts @@ -1094,13 +1094,43 @@ ColumnChooser - + Column Chooser ConfigDialog + + + General + + + + + Passwords + + + + + Appearance + + + + + Data Fields + + + + + Metrics + + + + + Train Devices + + Close @@ -1112,11 +1142,13 @@ Salvar + Preferences Preferências + Options Opções @@ -1126,8 +1158,9 @@ Configurações + Athlete - Atleta + Atleta Devices @@ -3175,135 +3208,135 @@ Ajuste de Torque - define um valor absoluto em libra força por polegada quadrad GroupByModel - - - - + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short - + Medium - + Long - + Very Long - + Date Data @@ -4387,6 +4420,32 @@ Ajuste de Torque - define um valor absoluto em libra força por polegada quadrad Down + + + Keyword + + + + + Color + + + + + Related Notes Words + + + + + + New + + + + + New (%1) + + + @@ -6650,22 +6709,22 @@ Elapsed: %1 NavigatorCellDelegate - + seconds segundos - + Date Data - + Time Tempo - + Last updated @@ -8813,47 +8872,52 @@ on and that its display says, "Host" - + + File - + + Last updated - + + Date Data - + + Time Tempo - + + Config Checksum - + Remove Column Remover Coluna - + Column Chooser - + Do Not Show in Groups - + Show In Groups diff --git a/src/translations/gc_pt.qm b/src/translations/gc_pt.qm index 2c7a28d9e..7902890ac 100644 Binary files a/src/translations/gc_pt.qm and b/src/translations/gc_pt.qm differ diff --git a/src/translations/gc_pt.ts b/src/translations/gc_pt.ts index d1ea25b32..0531fda13 100644 --- a/src/translations/gc_pt.ts +++ b/src/translations/gc_pt.ts @@ -1119,13 +1119,43 @@ ColumnChooser - + Column Chooser ConfigDialog + + + General + + + + + Passwords + + + + + Appearance + + + + + Data Fields + + + + + Metrics + Métrica + + + + Train Devices + + Close @@ -1137,11 +1167,13 @@ Guardar + Preferences Preferências + Options Opções @@ -1151,8 +1183,9 @@ Configurações + Athlete - Atleta + Atleta Devices @@ -3467,135 +3500,135 @@ Torque Adjust - isto define um valor absoluto em pontos por polegada quadrada ou GroupByModel - - - - + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery Recuperação ativa - + Endurance Resistência - + Tempo Tempo - + Threshold Limiar - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short Curto - + Medium - + Long Comprido - + Very Long - + Date Data @@ -4724,6 +4757,32 @@ Torque Adjust - isto define um valor absoluto em pontos por polegada quadrada ou Down + + + Keyword + + + + + Color + Cor + + + + Related Notes Words + + + + + + New + + + + + New (%1) + + + @@ -7177,22 +7236,22 @@ Elapsed: %1 NavigatorCellDelegate - + seconds segundos - + Date Data - + Time Tempo - + Last updated @@ -9381,47 +9440,52 @@ e que o ecrã exibe "Host" - + + File - + + Last updated - + + Date Data - + + Time Tempo - + + Config Checksum - + Remove Column Remover coluna - + Column Chooser - + Do Not Show in Groups - + Show In Groups diff --git a/src/translations/gc_ru.qm b/src/translations/gc_ru.qm index c7dc2f3b9..12035f454 100644 Binary files a/src/translations/gc_ru.qm and b/src/translations/gc_ru.qm differ diff --git a/src/translations/gc_ru.ts b/src/translations/gc_ru.ts index 4a5332c30..dda29e3db 100644 --- a/src/translations/gc_ru.ts +++ b/src/translations/gc_ru.ts @@ -1110,13 +1110,43 @@ ColumnChooser - + Column Chooser ConfigDialog + + + General + + + + + Passwords + + + + + Appearance + + + + + Data Fields + + + + + Metrics + Показатели + + + + Train Devices + + Close @@ -1128,11 +1158,13 @@ Сохранить + Preferences Настройки + Options Настройки @@ -1142,8 +1174,9 @@ Настройки + Athlete - Спортсмен + Спортсмен Devices @@ -3361,135 +3394,135 @@ Torque Adjust - this defines an absolute value in poinds per square inch or newt GroupByModel - - - - + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short Краткое - + Medium - + Long - + Very Long - + Date Дата @@ -4606,6 +4639,32 @@ Torque Adjust - this defines an absolute value in poinds per square inch or newt Down + + + Keyword + + + + + Color + + + + + Related Notes Words + + + + + + New + + + + + New (%1) + + + @@ -7077,22 +7136,22 @@ Elapsed: %1 NavigatorCellDelegate - + seconds секунд - + Date Дата - + Time - + Last updated @@ -9271,47 +9330,52 @@ on and that its display says, "Host" - + + File - + + Last updated - + + Date Дата - + + Time - + + Config Checksum - + Remove Column Удалить столбец - + Column Chooser - + Do Not Show in Groups - + Show In Groups