Skip to content

Commit

Permalink
chore: updating translation
Browse files Browse the repository at this point in the history
  • Loading branch information
uggrock committed Jan 19, 2024
1 parent d5de59f commit 18e356e
Show file tree
Hide file tree
Showing 35 changed files with 117 additions and 12 deletions.
3 changes: 3 additions & 0 deletions src/renderer/locales/ar/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Connect a Location",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/bg/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Описание",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Свържи с местонахождение",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/ca/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Conecta amb ubicació",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
5 changes: 4 additions & 1 deletion src/renderer/locales/cs/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chooseTargetLocationAndPath": "Choose target location and path",
"moveEntriesButton": "Move",
"copyEntriesButton": "Copy",
"sortByName": "Název",
"sortByName": "Name",
"addTagsToGroupTitle": "Přidat štítky do skupiny",
"addTagsToGroupTags": "Štítky",
"addTagsToGroupTagsPlaceholder": "Čárkou oddělený seznam štítků",
Expand All @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Připojit umístění",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/da_DK/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Connect a Location",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "- "
}
7 changes: 5 additions & 2 deletions src/renderer/locales/de_DE/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
"deleteDirectoryContentConfirm": "Möchten Sie den Ordner '{{dirPath}}' löschen?",
"errorDeletingDirectoryAlert": "Löschen von '{{dirPath}}' fehlgeschlagen, Ordner möglicherweise nicht leer.",
"deletingDirectorySuccessfull": "Ordner '{{dirPath}}' erfolgreich gelöscht.",
"deletingEntriesSuccessful": "Entries '{{dirPath}}' successfully deleted.",
"deletingEntriesSuccessful": "Einträge '{{dirPath}}'  erfolgreich gelöscht.",
"filePropertiesDescription": "Beschreibung",
"directoryPropertiesTitle": "Verzeichnis Details",
"filePropertiesTitle": "Datei Details",
"openEntryDetails": "Eintragsdetails öffnen",
"createLocationTitle": "Mit Ort verbinden",
"createLocation": "Neues Ort",
"exportLocationTitle": "Exportiere Ort-Konfigurationen",
Expand Down Expand Up @@ -781,7 +782,7 @@
"platformImplMissing": "Funktion wird auf dieser Plattform nicht unterstützt",
"errorCORS": "Auf die URL kann nicht zugegriffen werden, CORS-Fehler",
"currentFolder": "Aktueller Ordner",
"switchToMasonry": "Switch to masonry view",
"switchToMasonry": "Wechsel zur Kachelansicht",
"switchToDefaultPerspective": "Zur Standardperspektive wechseln",
"noImagesInFolder": "Dieser Ordner enthält keine Bilder",
"warningDirectoryIsTruncated": "Inhalt des Verzeichnisses ist abgeschnitten",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Aufnahme stoppen und speichern",
"createNewFile": "Neue Datei erstellen",
"confirmDialogClosing": "Wollen Sie dieses Dialog schließen?",
"clickToSelect": "Klicke um auszuwählen",
"newVersionAvailable": "Neue Version verfügbar",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/el/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Συνδέστε μια Τοποθεσία",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/en_US/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Connect a Location",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/eo/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Connect a Location",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/es/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Descripción",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Conectar lugar",
"createLocation": "New location",
"exportLocationTitle": "Exportar ajustes de ubicación",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/fa/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Connect a Location",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/fr/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Connexion à un emplacement",
"createLocation": "New location",
"exportLocationTitle": "Exporter la Configuration de l'Emplacement",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/fr_CA/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Connecter un Emplacement",
"createLocation": "New location",
"exportLocationTitle": "Exporter la Configuration de l'Emplacement",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/hu/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Leírás",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Csatlakozás helyhez",
"createLocation": "New location",
"exportLocationTitle": "Hely konfigurációk exportálása",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
5 changes: 4 additions & 1 deletion src/renderer/locales/hy/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chooseTargetLocationAndPath": "Choose target location and path",
"moveEntriesButton": "Տեղափոխել",
"copyEntriesButton": "Copy",
"sortByName": "Անուն",
"sortByName": "Name",
"addTagsToGroupTitle": "Պիտակախմբում ավելացնել պիտակներ",
"addTagsToGroupTags": "Պիտակներ",
"addTagsToGroupTagsPlaceholder": "Ստորակետով զատված պիտակների ցանկ",
Expand All @@ -44,6 +44,7 @@
"filePropertiesDescription": "Նկարագրություն",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Ավելացրու պանակ",
"createLocation": "New location",
"exportLocationTitle": "Արտահանել պանակի կարգավորումները",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
5 changes: 4 additions & 1 deletion src/renderer/locales/id_ID/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chooseTargetLocationAndPath": "Choose target location and path",
"moveEntriesButton": "Move",
"copyEntriesButton": "Copy",
"sortByName": "Nama",
"sortByName": "Name",
"addTagsToGroupTitle": "Tambah tag ke tag group",
"addTagsToGroupTags": "Tag",
"addTagsToGroupTagsPlaceholder": "Daftar Tag yang dipisah koma",
Expand All @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Sambungkan ke Lokasi",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/it/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Aggiungi un percorso",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
3 changes: 3 additions & 0 deletions src/renderer/locales/ja/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"filePropertiesDescription": "説明",
"directoryPropertiesTitle": "フォルダの詳細",
"filePropertiesTitle": "ファイルの詳細",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "ロケーションの接続",
"createLocation": "新規のロケーション",
"exportLocationTitle": "ロケーション構成のエクスポート",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "録音を停止して保存",
"createNewFile": "新しいファイルを作成する",
"confirmDialogClosing": "このダイアログを閉じますか?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
5 changes: 4 additions & 1 deletion src/renderer/locales/ko/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chooseTargetLocationAndPath": "Choose target location and path",
"moveEntriesButton": "Move",
"copyEntriesButton": "복사",
"sortByName": "이름",
"sortByName": "Name",
"addTagsToGroupTitle": "태그를 태그 그룹에 추가하기",
"addTagsToGroupTags": "태그",
"addTagsToGroupTagsPlaceholder": "쉼표로 구분된 태그 리스트",
Expand All @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "위치 연결",
"createLocation": "New location",
"exportLocationTitle": "위치 설정 내보내기",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}
5 changes: 4 additions & 1 deletion src/renderer/locales/mt/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chooseTargetLocationAndPath": "Choose target location and path",
"moveEntriesButton": "Move",
"copyEntriesButton": "Ikkopja",
"sortByName": "Isem",
"sortByName": "Name",
"addTagsToGroupTitle": "Żid tikketti ma' grupp ta' tikketti",
"addTagsToGroupTags": "Tikketti",
"addTagsToGroupTagsPlaceholder": "Lista ta' tikketti mifruda b' 'Comma'",
Expand All @@ -44,6 +44,7 @@
"filePropertiesDescription": "Description",
"directoryPropertiesTitle": "Folder Details",
"filePropertiesTitle": "File Details",
"openEntryDetails": "Open Entry Details",
"createLocationTitle": "Aqbad ma' Post",
"createLocation": "New location",
"exportLocationTitle": "Export Location Configuration",
Expand Down Expand Up @@ -814,5 +815,7 @@
"stopRecording": "Stop and save recording",
"createNewFile": "Create New File",
"confirmDialogClosing": "Do you want to close this dialog?",
"clickToSelect": "Click to select",
"newVersionAvailable": "New version available",
"-": "-"
}

0 comments on commit 18e356e

Please sign in to comment.