Skip to content

Commit

Permalink
Update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jan 8, 2025
1 parent 4d41058 commit e8fea79
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion resources/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "Geschichte",
"image": "Bild",
"info": "Info",
"downloadState": "Zustand herunterladen",
"downloadAnnotations": "Herunterladen",
"drawList": "Vermerke",
"search": "Suche",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "History",
"image": "Image",
"info": "Info",
"downloadState": "Download state",
"downloadAnnotations": "Download",
"drawList": "Annotations",
"search": "Search",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "Historial",
"image": "Imagen",
"info": "Información",
"downloadState": "Estado de la descarga",
"downloadAnnotations": "Descargar",
"drawList": "Anotaciones",
"search": "Búsqueda",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "Historique",
"image": "Image",
"info": "Info",
"downloadState": "Télécharger state",
"downloadAnnotations": "Télécharger",
"drawList": "Annotations",
"search": "Recherche",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "Storico",
"image": "Immagine",
"info": "Informazioni",
"downloadState": "Stato download",
"downloadAnnotations": "Scaricare",
"drawList": "Annotazioni",
"search": "Cerca",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/jp/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "ヒストリー",
"image": "画像",
"info": "情報",
"downloadState": "状態ファイルダウンロード",
"downloadAnnotations": "ダウンロード",
"drawList": "アノテーション",
"search": "検索",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/ro/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "Istorie",
"image": "Imagine",
"info": "Info",
"downloadState": "Statut descărcare",
"downloadAnnotations": "Descărcar",
"drawList": "Adnotări",
"search": "Căutare",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "История",
"image": "Изображение",
"info": "Информация",
"downloadState": "Статус загрузки",
"downloadAnnotations": "Скачать",
"drawList": "Аннотации",
"search": "Поиск",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"history": "历史记录",
"image": "图像",
"info": "信息",
"downloadState": "下载状态",
"downloadAnnotations": "下载",
"drawList": "注释",
"search": "搜索",
"id": "ID",
Expand Down
2 changes: 1 addition & 1 deletion src/gui/generic.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ dwvjq.gui.DrawList = function (app) {
};
saveButton.setAttribute('class', 'ui-btn ui-btn-inline');
saveButton.appendChild(
document.createTextNode(dwvjq.i18n.t('basics.saveDraws'))
document.createTextNode(dwvjq.i18n.t('basics.downloadAnnotations'))
);
node.appendChild(saveButton);

Expand Down

0 comments on commit e8fea79

Please sign in to comment.