mirror of
https://github.com/Fabio286/antares.git
synced 2025-04-18 03:57:24 +02:00
fix: update source string to fix spelling
This commit is contained in:
parent
03c4a1c797
commit
001983c5a2
@ -135,7 +135,7 @@
|
||||
</template>
|
||||
<template #body>
|
||||
<div class="mb-2">
|
||||
{{ t('message.deleteCorfirm') }} <b>{{ selectedConnectionName }}</b>?
|
||||
{{ t('message.deleteConfirm') }} <b>{{ selectedConnectionName }}</b>?
|
||||
</div>
|
||||
</template>
|
||||
</ConfirmModal>
|
||||
|
@ -195,7 +195,7 @@
|
||||
</label>
|
||||
<div v-if="clientCustoms.exportByChunks">
|
||||
<div class="h6 mt-4 mb-2">
|
||||
{{ t('message.newInserStmtEvery') }}:
|
||||
{{ t('message.newInsertStmtEvery') }}:
|
||||
</div>
|
||||
<div class="columns">
|
||||
<div class="column col-6">
|
||||
@ -216,7 +216,7 @@
|
||||
</div>
|
||||
|
||||
<div class="h6 mb-2 mt-4">
|
||||
{{ t('message.ourputFormat') }}:
|
||||
{{ t('message.outputFormat') }}:
|
||||
</div>
|
||||
<div class="columns">
|
||||
<div class="column h5 mb-4">
|
||||
@ -382,7 +382,7 @@ const updateProgress = (event: Event, state: ExportState) => {
|
||||
progressStatus.value = t('message.processingTableExport', { table: state.currentItem });
|
||||
break;
|
||||
case 'FETCH':
|
||||
progressStatus.value = t('message.fechingTableExport', { table: state.currentItem });
|
||||
progressStatus.value = t('message.fetchingTableExport', { table: state.currentItem });
|
||||
break;
|
||||
case 'WRITE':
|
||||
progressStatus.value = t('message.writingTableExport', { table: state.currentItem });
|
||||
|
@ -110,7 +110,7 @@
|
||||
<div class="form-group column col-12 mb-0">
|
||||
<div class="col-5 col-sm-12">
|
||||
<label class="form-label">
|
||||
{{ t('message.restorePreviourSession') }}
|
||||
{{ t('message.restorePreviousSession') }}
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-3 col-sm-12">
|
||||
|
@ -137,7 +137,7 @@
|
||||
</template>
|
||||
<template #body>
|
||||
<div class="mb-2">
|
||||
{{ t('message.deleteCorfirm') }} <b>{{ t(shortcutEvents[shortcutToDelete.event].l18n, {param: shortcutEvents[shortcutToDelete.event].l18nParam}) }} (<span v-html="parseKeys(shortcutToDelete.keys)" />)</b>?
|
||||
{{ t('message.deleteConfirm') }} <b>{{ t(shortcutEvents[shortcutToDelete.event].l18n, {param: shortcutEvents[shortcutToDelete.event].l18nParam}) }} (<span v-html="parseKeys(shortcutToDelete.keys)" />)</b>?
|
||||
</div>
|
||||
</template>
|
||||
</ConfirmModal>
|
||||
|
@ -36,7 +36,7 @@
|
||||
</template>
|
||||
<template #body>
|
||||
<div class="mb-2">
|
||||
{{ t('message.deleteCorfirm') }} <b>{{ connectionName }}</b>?
|
||||
{{ t('message.deleteConfirm') }} <b>{{ connectionName }}</b>?
|
||||
</div>
|
||||
</template>
|
||||
</ConfirmModal>
|
||||
|
@ -50,7 +50,7 @@
|
||||
</template>
|
||||
<template #body>
|
||||
<div class="mb-2">
|
||||
{{ t('message.deleteCorfirm') }} "<b>{{ selectedMisc.name }}</b>"?
|
||||
{{ t('message.deleteConfirm') }} "<b>{{ selectedMisc.name }}</b>"?
|
||||
</div>
|
||||
</template>
|
||||
</ConfirmModal>
|
||||
|
@ -100,7 +100,7 @@
|
||||
</template>
|
||||
<template #body>
|
||||
<div class="mb-2">
|
||||
{{ t('message.deleteCorfirm') }} "<b>{{ selectedSchema }}</b>"?
|
||||
{{ t('message.deleteConfirm') }} "<b>{{ selectedSchema }}</b>"?
|
||||
</div>
|
||||
</template>
|
||||
</ConfirmModal>
|
||||
|
@ -47,7 +47,7 @@
|
||||
</template>
|
||||
<template #body>
|
||||
<div class="mb-2">
|
||||
{{ t('message.emptyCorfirm') }} "<b>{{ selectedTable.name }}</b>"?
|
||||
{{ t('message.emptyConfirm') }} "<b>{{ selectedTable.name }}</b>"?
|
||||
</div>
|
||||
<div v-if="customizations.tableTruncateDisableFKCheck">
|
||||
<label class="form-checkbox form-inline">
|
||||
@ -69,7 +69,7 @@
|
||||
</template>
|
||||
<template #body>
|
||||
<div class="mb-2">
|
||||
{{ t('message.deleteCorfirm') }} "<b>{{ selectedTable.name }}</b>"?
|
||||
{{ t('message.deleteConfirm') }} "<b>{{ selectedTable.name }}</b>"?
|
||||
</div>
|
||||
</template>
|
||||
</ConfirmModal>
|
||||
|
@ -134,7 +134,7 @@
|
||||
:placeholder="chunkModalRequest"
|
||||
>
|
||||
</div>
|
||||
<label class="column col-12 h6 mb-2 mt-4 cut-text">{{ t('message.newInserStmtEvery') }}:</label>
|
||||
<label class="column col-12 h6 mb-2 mt-4 cut-text">{{ t('message.newInsertStmtEvery') }}:</label>
|
||||
<div class="column col-6">
|
||||
<input
|
||||
v-model.number="sqlExportOptions.sqlInsertAfter"
|
||||
|
@ -50,7 +50,7 @@ export const arSA = {
|
||||
testConnection: 'إختبر الإتصال',
|
||||
editConnection: 'عدل الإتصال',
|
||||
deleteConnection: 'إحذف الإتصال',
|
||||
deleteCorfirm: 'هل أنت متأكد من حذف الإتصال؟',
|
||||
deleteConfirm: 'هل أنت متأكد من حذف الإتصال؟',
|
||||
connectionSuccessfullyMade: 'تم الإتصال بنجاح!',
|
||||
madeWithJS: 'بني بـ 💛 و جافاسكربت!',
|
||||
checkForUpdates: 'تأكد من التحديثات',
|
||||
|
@ -117,7 +117,7 @@ export const deDE = {
|
||||
testConnection: 'Verbindung testen',
|
||||
editConnection: 'Verbindung bearbeiten',
|
||||
deleteConnection: 'Verbindung löschen',
|
||||
deleteCorfirm: 'Bestätige den Abbruch von',
|
||||
deleteConfirm: 'Bestätige den Abbruch von',
|
||||
connectionSuccessfullyMade: 'Verbindung erfolgreich erstellt!',
|
||||
madeWithJS: 'Mit 💛 und JavaScript gemacht!',
|
||||
checkForUpdates: 'Suche nach Aktualisierungen',
|
||||
@ -157,7 +157,7 @@ export const deDE = {
|
||||
createNewTable: 'Neue Tabelle erstellen',
|
||||
emptyTable: 'Tabelle leeren',
|
||||
deleteTable: 'Tabelle löschen',
|
||||
emptyCorfirm: 'Wirklich leeren?',
|
||||
emptyConfirm: 'Wirklich leeren?',
|
||||
unsavedChanges: 'Ungespeicherte Änderungen',
|
||||
discardUnsavedChanges: 'Du hast ungespeicherte Änderungen. Wenn du den Tab verlässt, werden diese Änderungen verworfen.',
|
||||
thereAreNoIndexes: 'Es gibt keine Indizes',
|
||||
|
@ -165,7 +165,7 @@ export const enUS = {
|
||||
testConnection: 'Test connection',
|
||||
editConnection: 'Edit connection',
|
||||
deleteConnection: 'Delete connection',
|
||||
deleteCorfirm: 'Do you confirm the cancellation of',
|
||||
deleteConfirm: 'Do you confirm the cancellation of',
|
||||
connectionSuccessfullyMade: 'Connection successfully made!',
|
||||
madeWithJS: 'Made with 💛 and JavaScript!',
|
||||
checkForUpdates: 'Check for updates',
|
||||
@ -205,7 +205,7 @@ export const enUS = {
|
||||
createNewTable: 'Create new table',
|
||||
emptyTable: 'Empty table',
|
||||
deleteTable: 'Delete table',
|
||||
emptyCorfirm: 'Do you confirm to empty',
|
||||
emptyConfirm: 'Do you confirm to empty',
|
||||
unsavedChanges: 'Unsaved changes',
|
||||
discardUnsavedChanges: 'You have some unsaved changes. Closing this tab these changes will be discarded.',
|
||||
thereAreNoIndexes: 'There are no indexes',
|
||||
@ -265,7 +265,7 @@ export const enUS = {
|
||||
duplicateTable: 'Duplicate table',
|
||||
noOpenTabs: 'There are no open tabs, navigate on the left bar or:',
|
||||
noSchema: 'No schema',
|
||||
restorePreviourSession: 'Restore previous session',
|
||||
restorePreviousSession: 'Restore previous session',
|
||||
runQuery: 'Run query',
|
||||
thereAreNoTableFields: 'There are no table fields',
|
||||
newTable: 'New table',
|
||||
@ -282,9 +282,9 @@ export const enUS = {
|
||||
exportSchema: 'Export schema',
|
||||
importSchema: 'Import schema',
|
||||
directoryPath: 'Directory path',
|
||||
newInserStmtEvery: 'New INSERT statement every',
|
||||
newInsertStmtEvery: 'New INSERT statement every',
|
||||
processingTableExport: 'Processing {table}',
|
||||
fechingTableExport: 'Fetching {table} data',
|
||||
fetchingTableExport: 'Fetching {table} data',
|
||||
writingTableExport: 'Writing {table} data',
|
||||
checkAllTables: 'Check all tables',
|
||||
uncheckAllTables: 'Uncheck all tables',
|
||||
@ -298,7 +298,7 @@ export const enUS = {
|
||||
actionSuccessful: '{action} successful',
|
||||
importQueryErrors: 'Warning: {n} error has occurrend | Warning: {n} errors occurred',
|
||||
executedQueries: '{n} query executed | {n} queries executed',
|
||||
ourputFormat: 'Output format',
|
||||
outputFormat: 'Output format',
|
||||
singleFile: 'Single {ext} file',
|
||||
zipCompressedFile: 'ZIP compressed {ext} file',
|
||||
disableBlur: 'Disable blur',
|
||||
@ -357,7 +357,8 @@ export const enUS = {
|
||||
csvFieldDelimiter: 'Field delimiter',
|
||||
csvLinesTerminator: 'Line terminator',
|
||||
csvStringDelimiter: 'String delimiter',
|
||||
csvIncludeHeader: 'Include header'
|
||||
csvIncludeHeader: 'Include header',
|
||||
scratchPadDefaultValue: '# HOW TO SUPPORT ANTARES\n\n- [ ] Leave a star to Antares [GitHub repo](https://github.com/antares-sql/antares)\n- [ ] Send feedbacks and advices\n- [ ] Report for bugs\n- [ ] If you enjoy, share Antares with friends\n\n# ABOUT SCRATCHPAD\n\nThis is a scratchpad where you can save your **personal notes**. It supports `markdown` format, but you are free to use plain text.\nThis content is just a placeholder, feel free to clear it to make space for your notes.\n'
|
||||
},
|
||||
faker: {
|
||||
address: 'Address',
|
||||
|
@ -51,7 +51,7 @@ export const esES = {
|
||||
testConnection: 'Comprobar conexión',
|
||||
editConnection: 'Editar conexión',
|
||||
deleteConnection: 'Eliminar conexión',
|
||||
deleteCorfirm: 'Confirmas la cancelación de',
|
||||
deleteConfirm: 'Confirmas la cancelación de',
|
||||
connectionSuccessfullyMade: 'Conexión realizada correctamente!',
|
||||
madeWithJS: 'Hecho con 💛 y JavaScript!',
|
||||
checkForUpdates: 'Comprobar actualizaciones',
|
||||
|
@ -152,7 +152,7 @@ export const frFR = {
|
||||
testConnection: 'Tester la connexion',
|
||||
editConnection: 'Modifier la connexion',
|
||||
deleteConnection: 'Supprimer la connexion',
|
||||
deleteCorfirm: 'Confirmez-vous l\'annulation de',
|
||||
deleteConfirm: 'Confirmez-vous l\'annulation de',
|
||||
connectionSuccessfullyMade: 'Connexion établie avec succès !',
|
||||
madeWithJS: 'Fait avec 💛 et JavaScript !',
|
||||
checkForUpdates: 'Vérifier les mises à jour',
|
||||
@ -192,7 +192,7 @@ export const frFR = {
|
||||
createNewTable: 'Créer une nouvelle table',
|
||||
emptyTable: 'Vider la table',
|
||||
deleteTable: 'Supprimer une table',
|
||||
emptyCorfirm: 'Confirmez-vous que vous souhaitez vider la table ?',
|
||||
emptyConfirm: 'Confirmez-vous que vous souhaitez vider la table ?',
|
||||
unsavedChanges: 'Modifications non sauvegardées',
|
||||
discardUnsavedChanges: 'Vous avez des modifications non sauvegardées. En fermant cet onglet, ces modifications seront supprimées',
|
||||
thereAreNoIndexes: 'Il n\'y a pas d\'index',
|
||||
@ -252,7 +252,7 @@ export const frFR = {
|
||||
duplicateTable: 'Copier la table',
|
||||
noOpenTabs: 'Il n\'y a pas d\'onglet ouvert, naviguer vers la barre gauche ou :',
|
||||
noSchema: 'Pas de schéma',
|
||||
restorePreviourSession: 'Restorer une session précédente',
|
||||
restorePreviousSession: 'Restorer une session précédente',
|
||||
runQuery: 'Lancer la requête',
|
||||
thereAreNoTableFields: 'Il n\'y a pas de champ table',
|
||||
newTable: 'Nouvelle table',
|
||||
@ -269,9 +269,9 @@ export const frFR = {
|
||||
exportSchema: 'Exporter un schéma',
|
||||
importSchema: 'Importer un schéma',
|
||||
directoryPath: 'chemin du répertoire',
|
||||
newInserStmtEvery: 'Nouvelle déclaration d\'insertion tous les',
|
||||
newInsertStmtEvery: 'Nouvelle déclaration d\'insertion tous les',
|
||||
processingTableExport: 'Traitement {table}',
|
||||
fechingTableExport: 'Recherche des données de la table {table}',
|
||||
fetchingTableExport: 'Recherche des données de la table {table}',
|
||||
writingTableExport: 'Ecriture des données de la table {table}',
|
||||
checkAllTables: 'Vérification de toutes les tables',
|
||||
uncheckAllTables: 'Désélectionner toutes les tables',
|
||||
@ -285,7 +285,7 @@ export const frFR = {
|
||||
actionSuccessful: '{action} réussie',
|
||||
importQueryErrors: 'Attention : {n} erreurs se sont produites | Attention: {n} erreurs sont apparues',
|
||||
executedQueries: '{n} requêtes ont été exécutées | {n} requêtes exécutées',
|
||||
ourputFormat: 'Format de sortie',
|
||||
outputFormat: 'Format de sortie',
|
||||
singleFile: 'Seul fichier avec l\'extension {ext}',
|
||||
zipCompressedFile: 'Fichier compréssé avec l\'extension {ext}',
|
||||
disableBlur: 'Désactiver le floue',
|
||||
|
@ -160,7 +160,7 @@ export const idID = {
|
||||
testConnection: 'Tes koneksi',
|
||||
editConnection: 'Mengedit koneksi',
|
||||
deleteConnection: 'Hapus koneksi',
|
||||
deleteCorfirm: 'Apakah Anda mengkonfirmasi pembatalan',
|
||||
deleteConfirm: 'Apakah Anda mengkonfirmasi pembatalan',
|
||||
connectionSuccessfullyMade: 'Sambungan berhasil dibuat!',
|
||||
madeWithJS: 'Dibuat dengan 💛 dan JavaScript!',
|
||||
checkForUpdates: 'Periksa pembaruan',
|
||||
@ -200,7 +200,7 @@ export const idID = {
|
||||
createNewTable: 'Buat tabel baru',
|
||||
emptyTable: 'Kosongkan Tabel',
|
||||
deleteTable: 'Hapus tabel',
|
||||
emptyCorfirm: 'Apakah Anda mengkonfirmasi untuk mengosongkan',
|
||||
emptyConfirm: 'Apakah Anda mengkonfirmasi untuk mengosongkan',
|
||||
unsavedChanges: 'Perubahan belum disimpan',
|
||||
discardUnsavedChanges: 'Anda memiliki beberapa perubahan yang belum disimpan. Dengan menutup tab ini akan membuang perubahan',
|
||||
thereAreNoIndexes: 'Tidak ada indeks',
|
||||
@ -260,7 +260,7 @@ export const idID = {
|
||||
duplicateTable: 'Duplikat Tabel',
|
||||
noOpenTabs: 'Tidak ada tab terbuka, navigasikan di bilah kiri atau:',
|
||||
noSchema: 'Tidak ada skema',
|
||||
restorePreviourSession: 'Kembalikan sesi sebelumnya',
|
||||
restorePreviousSession: 'Kembalikan sesi sebelumnya',
|
||||
runQuery: 'Jalankan kueri',
|
||||
thereAreNoTableFields: 'Tidak ada bidang tabel',
|
||||
newTable: 'Tabel baru',
|
||||
@ -277,9 +277,9 @@ export const idID = {
|
||||
exportSchema: 'Skema ekspor',
|
||||
importSchema: 'Skema impor',
|
||||
directoryPath: 'Jalur direktori',
|
||||
newInserStmtEvery: 'Pernyataan INSERT baru setiap',
|
||||
newInsertStmtEvery: 'Pernyataan INSERT baru setiap',
|
||||
processingTableExport: 'Memproses {table}',
|
||||
fechingTableExport: 'Mengambil data {table}',
|
||||
fetchingTableExport: 'Mengambil data {table}',
|
||||
writingTableExport: 'Menulis data {table} ',
|
||||
checkAllTables: 'Periksa semua tabel',
|
||||
uncheckAllTables: 'Hapus centang semua tabel',
|
||||
@ -293,7 +293,7 @@ export const idID = {
|
||||
actionSuccessful: '{aksi} berhasil',
|
||||
importQueryErrors: 'Peringatan: {n} kesalahan telah terjadi | Peringatan: {n} kesalahan telah terjadi',
|
||||
executedQueries: '{n} permintaan dieksekusi | {n} permintaan dieksekusi',
|
||||
ourputFormat: 'Format keluaran',
|
||||
outputFormat: 'Format keluaran',
|
||||
singleFile: 'File {ext} tunggal',
|
||||
zipCompressedFile: 'File {ext} terkompresi ZIP',
|
||||
disableBlur: 'Nonaktifkan buram',
|
||||
|
@ -161,7 +161,7 @@ export const itIT = {
|
||||
testConnection: 'Testa connessione',
|
||||
editConnection: 'Modifica connessione',
|
||||
deleteConnection: 'Elimina connessione',
|
||||
deleteCorfirm: 'Confermi l\'eliminazione di',
|
||||
deleteConfirm: 'Confermi l\'eliminazione di',
|
||||
connectionSuccessfullyMade: 'Connessione avvenuta con successo!',
|
||||
madeWithJS: 'Fatto con 💛 e JavaScript!',
|
||||
checkForUpdates: 'Cerca aggiornamenti',
|
||||
@ -201,7 +201,7 @@ export const itIT = {
|
||||
createNewTable: 'Crea nuova tabella',
|
||||
emptyTable: 'Svuota tabella',
|
||||
deleteTable: 'Cancella tabella',
|
||||
emptyCorfirm: 'Confermi di voler svuotare',
|
||||
emptyConfirm: 'Confermi di voler svuotare',
|
||||
unsavedChanges: 'Modifiche non salvate',
|
||||
discardUnsavedChanges: 'Hai modifiche non salvate. Lasciando questa scheda le modifiche saranno scartate.',
|
||||
thereAreNoIndexes: 'Non ci sono indici',
|
||||
@ -261,7 +261,7 @@ export const itIT = {
|
||||
duplicateTable: 'Duplica tabella',
|
||||
noOpenTabs: 'Non ci sono tab aperte, naviga nella barra sinistra o:',
|
||||
noSchema: 'Nessuno schema',
|
||||
restorePreviourSession: 'Ripristina sessione precedente',
|
||||
restorePreviousSession: 'Ripristina sessione precedente',
|
||||
runQuery: 'Esegui query',
|
||||
thereAreNoTableFields: 'Non ci sono campi della tabella',
|
||||
newTable: 'Nuova tabella',
|
||||
@ -278,9 +278,9 @@ export const itIT = {
|
||||
exportSchema: 'Esporta schema',
|
||||
importSchema: 'Importa schema',
|
||||
directoryPath: 'Percorso directory',
|
||||
newInserStmtEvery: 'Nuova istruzione INSERT ogni',
|
||||
newInsertStmtEvery: 'Nuova istruzione INSERT ogni',
|
||||
processingTableExport: 'Processo {table}',
|
||||
fechingTableExport: 'Ricavo i dati {table}',
|
||||
fetchingTableExport: 'Ricavo i dati {table}',
|
||||
writingTableExport: 'Scrittura dati {table}',
|
||||
checkAllTables: 'Seleziona tutte le tabelle',
|
||||
uncheckAllTables: 'Deseleziona tutte le tabelle',
|
||||
@ -294,7 +294,7 @@ export const itIT = {
|
||||
actionSuccessful: '{action} riuscito',
|
||||
importQueryErrors: 'Attenzione: si è verificato un errore | Attenzione si sono verificati {n} errori',
|
||||
executedQueries: '{n} query eseguite | {n} query eseguite',
|
||||
ourputFormat: 'Formato output',
|
||||
outputFormat: 'Formato output',
|
||||
singleFile: 'Singolo file {ext}',
|
||||
zipCompressedFile: 'File {ext} zippato',
|
||||
disableBlur: 'Disabilita sfocatura',
|
||||
|
@ -131,7 +131,7 @@ export const jaJP = {
|
||||
testConnection: '接続のテスト',
|
||||
editConnection: '接続の編集',
|
||||
deleteConnection: '接続の削除',
|
||||
deleteCorfirm: 'のキャンセルを確認しますか?',
|
||||
deleteConfirm: 'のキャンセルを確認しますか?',
|
||||
connectionSuccessfullyMade: '接続に成功しました。',
|
||||
madeWithJS: '💛 と JavaScript で作られています。',
|
||||
checkForUpdates: '更新情報の確認',
|
||||
@ -171,7 +171,7 @@ export const jaJP = {
|
||||
createNewTable: '新しいテーブルの作成',
|
||||
emptyTable: '空のテーブル',
|
||||
deleteTable: 'テーブルの削除',
|
||||
emptyCorfirm: '空にすることを確認しますか?',
|
||||
emptyConfirm: '空にすることを確認しますか?',
|
||||
unsavedChanges: '保存されていない変更',
|
||||
discardUnsavedChanges: '保存されていない変更があります。このタブを閉じると、これらの変更は破棄されます。',
|
||||
thereAreNoIndexes: 'インデックスがありません',
|
||||
@ -231,7 +231,7 @@ export const jaJP = {
|
||||
duplicateTable: 'テーブルを複製する',
|
||||
noOpenTabs: '開いているタブがありません。左のバーでナビゲートするか',
|
||||
noSchema: 'スキーマなし',
|
||||
restorePreviourSession: '前のセッションに戻す',
|
||||
restorePreviousSession: '前のセッションに戻す',
|
||||
runQuery: 'クエリの実行',
|
||||
thereAreNoTableFields: 'テーブルのフィールドがありません',
|
||||
newTable: '新しいテーブル',
|
||||
|
@ -112,7 +112,7 @@ export const koKR = {
|
||||
small: '작음',
|
||||
medium: '중간',
|
||||
large: '큼',
|
||||
row: '행 | 행들',
|
||||
row: '행 | 행들',
|
||||
cell: '셀 | 셀들',
|
||||
triggerFunction: '트리거 함수 | 트리거 함수들',
|
||||
all: '모두',
|
||||
@ -161,7 +161,7 @@ export const koKR = {
|
||||
testConnection: '연결 테스트',
|
||||
editConnection: '연결 편집',
|
||||
deleteConnection: '연결 삭제',
|
||||
deleteCorfirm: '취소를 확인하시겠습니까',
|
||||
deleteConfirm: '취소를 확인하시겠습니까',
|
||||
connectionSuccessfullyMade: '성공적으로 연결되었습니다!',
|
||||
madeWithJS: '💛과 JavaScript로 만들어졌습니다!',
|
||||
checkForUpdates: '업데이트 확인',
|
||||
@ -201,7 +201,7 @@ export const koKR = {
|
||||
createNewTable: '새 테이블 생성',
|
||||
emptyTable: '테이블 비우기',
|
||||
deleteTable: '테이블 삭제',
|
||||
emptyCorfirm: '비우시겠습니까',
|
||||
emptyConfirm: '비우시겠습니까',
|
||||
unsavedChanges: '저장되지 않은 변경사항',
|
||||
discardUnsavedChanges: '저장되지 않은 변경사항이 있습니다. 탭을 닫으면 이러한 변경사항이 삭제됩니다.',
|
||||
thereAreNoIndexes: '인덱스가 없습니다.',
|
||||
@ -261,7 +261,7 @@ export const koKR = {
|
||||
duplicateTable: '테이블 복제',
|
||||
noOpenTabs: '열린 탭이 없습니다.',
|
||||
noSchema: '스키마 없음',
|
||||
restorePreviourSession: '이전 세션 복원',
|
||||
restorePreviousSession: '이전 세션 복원',
|
||||
runQuery: '쿼리 실행',
|
||||
thereAreNoTableFields: '테이블 필드가 없습니다',
|
||||
newTable: '새 테이블',
|
||||
@ -278,9 +278,9 @@ export const koKR = {
|
||||
exportSchema: '스키마 내보내기',
|
||||
importSchema: '스키마 가져오기',
|
||||
directoryPath: '디렉터리 경로',
|
||||
newInserStmtEvery: '마다 새 INSERT 문',
|
||||
newInsertStmtEvery: '마다 새 INSERT 문',
|
||||
processingTableExport: '{table} 처리 중',
|
||||
fechingTableExport: '{table} 데이터 가져오는 중',
|
||||
fetchingTableExport: '{table} 데이터 가져오는 중',
|
||||
writingTableExport: '{table} 데이터 쓰는 중',
|
||||
checkAllTables: '모든 테이블 선택',
|
||||
uncheckAllTables: '모든 테이블 선택 취소',
|
||||
@ -294,7 +294,7 @@ export const koKR = {
|
||||
actionSuccessful: '{action} 성공',
|
||||
importQueryErrors: '경고: {n}개의 오류 발생 | 경고: {n}개의 오류 발생',
|
||||
executedQueries: '{n}개의 쿼리 실행 | {n}개의 쿼리 실행',
|
||||
ourputFormat: '출력 형식',
|
||||
outputFormat: '출력 형식',
|
||||
singleFile: '단일 {ext} 파일',
|
||||
zipCompressedFile: 'ZIP 압축 {ext} 파일',
|
||||
disableBlur: 'blur 비활성화',
|
||||
@ -506,4 +506,4 @@ export const koKR = {
|
||||
fuel: '연료',
|
||||
vin: '차량식별번호'
|
||||
}
|
||||
};
|
||||
};
|
||||
|
@ -91,7 +91,7 @@ export const nlNL = {
|
||||
privateKey: 'Private key',
|
||||
certificate: 'Certificaat',
|
||||
caCertificate: 'CA certificaat',
|
||||
ciphers: 'Ciphers',
|
||||
ciphers: 'Encryptiesleutels',
|
||||
upload: 'Upload',
|
||||
browse: 'Blader',
|
||||
faker: 'Faker',
|
||||
@ -165,8 +165,7 @@ export const nlNL = {
|
||||
testConnection: 'Test verbinding',
|
||||
editConnection: 'Bewerk verbinding',
|
||||
deleteConnection: 'Verwijder verbinding',
|
||||
// TODO: fix spelling of deleteCorfirm -> deleteConfirm
|
||||
deleteCorfirm: 'Bevesitg het verwijderen van',
|
||||
deleteConfirm: 'Bevestig het verwijderen van',
|
||||
connectionSuccessfullyMade: 'Connection successfully made!',
|
||||
madeWithJS: 'Gemaakt met 💛 en JavaScript!',
|
||||
checkForUpdates: 'Controleer op updates',
|
||||
@ -206,7 +205,7 @@ export const nlNL = {
|
||||
createNewTable: 'Maak nieuwe table',
|
||||
emptyTable: 'Maak tabel leeg',
|
||||
deleteTable: 'Verwijder tabel',
|
||||
emptyCorfirm: 'Do you confirm to empty',
|
||||
emptyConfirm: 'Do you confirm to empty',
|
||||
unsavedChanges: 'Onopgeslagen wijzigingen',
|
||||
discardUnsavedChanges: 'Je hebt onopgeslagen wijzigingen. Closing this tab these changes will be discarded.',
|
||||
thereAreNoIndexes: 'Er zijn geen indexes',
|
||||
@ -266,7 +265,7 @@ export const nlNL = {
|
||||
duplicateTable: 'Dupliceer table',
|
||||
noOpenTabs: 'There are no open tabs, navigate on the left bar or:',
|
||||
noSchema: 'Geen schema',
|
||||
restorePreviourSession: 'Herstel vorige sessie',
|
||||
restorePreviousSession: 'Herstel vorige sessie',
|
||||
runQuery: 'Run query',
|
||||
thereAreNoTableFields: 'There are no table fields',
|
||||
newTable: 'Nieuwe table',
|
||||
@ -283,26 +282,23 @@ export const nlNL = {
|
||||
exportSchema: 'Exporteer schema',
|
||||
importSchema: 'Importeer schema',
|
||||
directoryPath: 'Directory path',
|
||||
// TODO: fix newInserStmtEvery -> newInsertStmtEvery
|
||||
newInserStmtEvery: 'New INSERT statement every',
|
||||
newInsertStmtEvery: 'New INSERT statement every',
|
||||
processingTableExport: 'Verwerken {table}',
|
||||
// TODO: fix fechingTableExport -> fetchingTableExport
|
||||
fechingTableExport: 'Ophalen data van {table} data',
|
||||
fetchingTableExport: 'Ophalen data van {table} data',
|
||||
writingTableExport: 'Writing {table} data',
|
||||
checkAllTables: 'Selecteer alle tabellen',
|
||||
uncheckAllTables: 'Deselecteer alle tabellen',
|
||||
goToDownloadPage: 'Ga naar de downloadpagina',
|
||||
readOnlyMode: 'Alleen lezen modus',
|
||||
killQuery: 'Kill query',
|
||||
insertRow: 'Insert row | Insert rows',
|
||||
insertRow: 'Rij invoegen | Rijen invoegen',
|
||||
commitMode: 'Commit modus',
|
||||
autoCommit: 'Automatische commit',
|
||||
manualCommit: 'Handmatige commit',
|
||||
actionSuccessful: '{action} succesvol',
|
||||
importQueryErrors: 'Waarschuwing: {n} fout is opgetreden | Waarschuwing: {n} fouten opgetreden',
|
||||
executedQueries: '{n} query uitgevoerd | {n} queries uitgevoerd',
|
||||
// TODO: ourputFormat -> outputFormat
|
||||
ourputFormat: 'Uitvoerformaat',
|
||||
outputFormat: 'Uitvoerformaat',
|
||||
singleFile: 'Enkel {ext}-bestand',
|
||||
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand',
|
||||
disableBlur: 'Vervagen uitschakelen',
|
||||
|
@ -139,9 +139,9 @@ export const ptBR = {
|
||||
rollback: 'Reverter',
|
||||
connectionString: 'String da conexão',
|
||||
contributors: 'Contribuintes',
|
||||
pin: 'Fixar',
|
||||
unpin: 'Desafixar',
|
||||
console: 'Console',
|
||||
pin: 'Fixar',
|
||||
unpin: 'Desafixar',
|
||||
console: 'Console',
|
||||
shortcuts: 'Atalhos',
|
||||
folder: 'Pasta | Pastas',
|
||||
appearence: 'Aparência',
|
||||
@ -159,7 +159,7 @@ export const ptBR = {
|
||||
testConnection: 'Testar Conexão',
|
||||
editConnection: 'Editar Conexão',
|
||||
deleteConnection: 'Apagar Conexão',
|
||||
deleteCorfirm: 'Você confirma o cancelamento de',
|
||||
deleteConfirm: 'Você confirma o cancelamento de',
|
||||
connectionSuccessfullyMade: 'Conexão feita com sucesso!',
|
||||
madeWithJS: 'Feito com 💛 e JavaScript!',
|
||||
checkForUpdates: 'Verificar se há novas atualizações',
|
||||
@ -199,7 +199,7 @@ export const ptBR = {
|
||||
createNewTable: 'Criar nova tabela',
|
||||
emptyTable: 'Tabela vazia',
|
||||
deleteTable: 'Apagar tabela',
|
||||
emptyCorfirm: 'Você confirma o esvaziamento',
|
||||
emptyConfirm: 'Você confirma o esvaziamento',
|
||||
unsavedChanges: 'Alterações não salvas',
|
||||
discardUnsavedChanges: 'Você tem algumas alterações não salvas. Ao sair desta guia, essas alterações serão descartadas.',
|
||||
thereAreNoIndexes: 'Não há índices',
|
||||
@ -258,7 +258,7 @@ export const ptBR = {
|
||||
duplicateTable: 'Duplicar tabela',
|
||||
noOpenTabs: 'Nenhuma aba aberta, navege na barra lateral ou:',
|
||||
noSchema: 'Nenhum banco de dados',
|
||||
restorePreviourSession: 'Restaurar sessão anterior',
|
||||
restorePreviousSession: 'Restaurar sessão anterior',
|
||||
runQuery: 'Executar Query',
|
||||
thereAreNoTableFields: 'Nenhum campo na tabela',
|
||||
newTable: 'Nova tabela',
|
||||
@ -275,9 +275,9 @@ export const ptBR = {
|
||||
exportSchema: 'Exportar banco de dados',
|
||||
importSchema: 'Importar banco de dados',
|
||||
directoryPath: 'Caminho da pasta',
|
||||
newInserStmtEvery: 'Nova query INSERT',
|
||||
newInsertStmtEvery: 'Nova query INSERT',
|
||||
processingTableExport: 'Processando {table}',
|
||||
fechingTableExport: 'Carregando dados da tabela {table}',
|
||||
fetchingTableExport: 'Carregando dados da tabela {table}',
|
||||
writingTableExport: 'Escrevendo dados na tabela {table}',
|
||||
checkAllTables: 'Marcar todas as tabelas',
|
||||
uncheckAllTables: 'Desmarcar todas as tabelas',
|
||||
@ -291,40 +291,40 @@ export const ptBR = {
|
||||
actionSuccessful: '{action} teve sucesso',
|
||||
importQueryErrors: 'Aviso: ocorreu {n} erro | Aviso: ocorreram {n} erros',
|
||||
executedQueries: '{n} consulta executada | {n} consultas executadas',
|
||||
ourputFormat: 'Formato da saída',
|
||||
outputFormat: 'Formato da saída',
|
||||
singleFile: 'Arquivo {ext} único',
|
||||
zipCompressedFile: 'Arquivo compactado {ext} ZIP',
|
||||
disableBlur: 'Desabilitar Blur',
|
||||
untrustedConnection: 'Conexão insegura',
|
||||
missingOrIncompleteTranslation: 'Tradução incorreta ou incompleta?',
|
||||
findOutHowToContribute: 'Saiba como contribuir',
|
||||
disableFKChecks: 'Desativar verificação de chave estrangeira',
|
||||
allConnections: 'Todas as conexões',
|
||||
searchForConnections: 'Procurar por conexões',
|
||||
disableScratchpad: 'Desativar bloco de notas',
|
||||
untrustedConnection: 'Conexão insegura',
|
||||
missingOrIncompleteTranslation: 'Tradução incorreta ou incompleta?',
|
||||
findOutHowToContribute: 'Saiba como contribuir',
|
||||
disableFKChecks: 'Desativar verificação de chave estrangeira',
|
||||
allConnections: 'Todas as conexões',
|
||||
searchForConnections: 'Procurar por conexões',
|
||||
disableScratchpad: 'Desativar bloco de notas',
|
||||
reportABug: 'Reportar um problema',
|
||||
nextTab: 'Próxima guia',
|
||||
previousTab: 'Guia anterior',
|
||||
selectTabNumber: 'Selecionar guia número {param}',
|
||||
toggleConsole: 'Alterar console',
|
||||
addShortcut: 'Adicionar Atalho',
|
||||
editShortcut: 'Editar atalho',
|
||||
deleteShortcut: 'Delete shortcut',
|
||||
restoreDefaults: 'Restaurar padrões',
|
||||
restoreDefaultsQuestion: 'Você confirma que quer restaurar os valores padrões?',
|
||||
registerAShortcut: 'Registrar um atalho',
|
||||
invalidShortcutMessage: 'Combinação inválida, continue digitando',
|
||||
shortcutAlreadyExists: 'O atalho já existe',
|
||||
saveContent: 'Salvar conteúdo',
|
||||
openAllConnections: 'Abrir todas as conexões',
|
||||
openSettings: 'Abrir Configurações',
|
||||
openScratchpad: 'Abrir scratchpad',
|
||||
runOrReload: 'Executar ou recarregar',
|
||||
formatQuery: 'Formatar consulta',
|
||||
queryHistory: 'Histórico de consulta',
|
||||
clearQuery: 'Limpar consulta',
|
||||
openFilter: 'Abrir Filtro',
|
||||
nextResultsPage: 'Próxima página de resultados',
|
||||
nextTab: 'Próxima guia',
|
||||
previousTab: 'Guia anterior',
|
||||
selectTabNumber: 'Selecionar guia número {param}',
|
||||
toggleConsole: 'Alterar console',
|
||||
addShortcut: 'Adicionar Atalho',
|
||||
editShortcut: 'Editar atalho',
|
||||
deleteShortcut: 'Delete shortcut',
|
||||
restoreDefaults: 'Restaurar padrões',
|
||||
restoreDefaultsQuestion: 'Você confirma que quer restaurar os valores padrões?',
|
||||
registerAShortcut: 'Registrar um atalho',
|
||||
invalidShortcutMessage: 'Combinação inválida, continue digitando',
|
||||
shortcutAlreadyExists: 'O atalho já existe',
|
||||
saveContent: 'Salvar conteúdo',
|
||||
openAllConnections: 'Abrir todas as conexões',
|
||||
openSettings: 'Abrir Configurações',
|
||||
openScratchpad: 'Abrir scratchpad',
|
||||
runOrReload: 'Executar ou recarregar',
|
||||
formatQuery: 'Formatar consulta',
|
||||
queryHistory: 'Histórico de consulta',
|
||||
clearQuery: 'Limpar consulta',
|
||||
openFilter: 'Abrir Filtro',
|
||||
nextResultsPage: 'Próxima página de resultados',
|
||||
previousResultsPage: 'Página de resultados anterior',
|
||||
fillCell: 'Preencher Célula',
|
||||
editFolder: 'Editar Pasta',
|
||||
|
@ -162,7 +162,7 @@ export const ruRU = {
|
||||
testConnection: 'Тест подключения',
|
||||
editConnection: 'Редактировать подключение',
|
||||
deleteConnection: 'Удалить подключение',
|
||||
deleteCorfirm: 'Подтверждаете ли вы удаление',
|
||||
deleteConfirm: 'Подтверждаете ли вы удаление',
|
||||
connectionSuccessfullyMade: 'Соединение успешно установлено!',
|
||||
madeWithJS: 'Сделано с 💛 и JavaScript!',
|
||||
checkForUpdates: 'Проверить обновления',
|
||||
@ -202,7 +202,7 @@ export const ruRU = {
|
||||
createNewTable: 'Создать новую таблицу',
|
||||
emptyTable: 'Очистить таблицу',
|
||||
deleteTable: 'Удалить таблицу',
|
||||
emptyCorfirm: 'Подтверждаете очистку?',
|
||||
emptyConfirm: 'Подтверждаете очистку?',
|
||||
unsavedChanges: 'Несохраненные изменения',
|
||||
discardUnsavedChanges: 'У вас имеются несохраненные данные. Закрытие этой вкладки приведёт к их отмене.',
|
||||
thereAreNoIndexes: 'Индексов нет',
|
||||
@ -262,7 +262,7 @@ export const ruRU = {
|
||||
duplicateTable: 'Клонировать таблицу',
|
||||
noOpenTabs: 'Открытых вкладок нет, перейдите по левой панели или:',
|
||||
noSchema: 'Нет схемы',
|
||||
restorePreviourSession: 'Восстановить предыдущую сессию',
|
||||
restorePreviousSession: 'Восстановить предыдущую сессию',
|
||||
runQuery: 'Выполнить запрос',
|
||||
thereAreNoTableFields: 'В таблице нет полей',
|
||||
newTable: 'Новая таблица',
|
||||
@ -279,9 +279,9 @@ export const ruRU = {
|
||||
exportSchema: 'Экспорт схемы',
|
||||
importSchema: 'Импорт схемы',
|
||||
directoryPath: 'Путь к каталогу',
|
||||
newInserStmtEvery: 'Новый INSERT оператор для каждых',
|
||||
newInsertStmtEvery: 'Новый INSERT оператор для каждых',
|
||||
processingTableExport: 'Обработка {table}',
|
||||
fechingTableExport: 'Получение данных из {table}',
|
||||
fetchingTableExport: 'Получение данных из {table}',
|
||||
writingTableExport: 'Запись данных в {table}',
|
||||
checkAllTables: 'Выбрать у всех таблицы',
|
||||
uncheckAllTables: 'Убрать со всех таблиц',
|
||||
@ -295,7 +295,7 @@ export const ruRU = {
|
||||
actionSuccessful: '{action} успешно',
|
||||
importQueryErrors: 'Внимание: {n} ошибка возникла | Внимание: {n} ошибок произошло',
|
||||
executedQueries: '{n} запрос выполнен | {n} запросов выполнено',
|
||||
ourputFormat: 'Формат вывода',
|
||||
outputFormat: 'Формат вывода',
|
||||
singleFile: 'Один {ext} файл',
|
||||
zipCompressedFile: 'ZIP сжатие {ext} файла',
|
||||
disableBlur: 'Отключить размытие',
|
||||
|
@ -151,7 +151,7 @@ export const viVN = {
|
||||
testConnection: 'Chạy thử kết nối',
|
||||
editConnection: 'Sửa kết nối',
|
||||
deleteConnection: 'Xoá kết nối',
|
||||
deleteCorfirm: 'Bạn có xác nhận việc hủy bỏ',
|
||||
deleteConfirm: 'Bạn có xác nhận việc hủy bỏ',
|
||||
connectionSuccessfullyMade: 'Kết nối được thực hiện thành công!',
|
||||
madeWithJS: 'Được tạo bằng 💛 và JavaScript!',
|
||||
checkForUpdates: 'Kiểm tra cập nhật',
|
||||
@ -191,7 +191,7 @@ export const viVN = {
|
||||
createNewTable: 'Tạo bảng mới',
|
||||
emptyTable: 'Bảng trống',
|
||||
deleteTable: 'Xoá bảng',
|
||||
emptyCorfirm: 'Bạn có xác nhận để làm trống không',
|
||||
emptyConfirm: 'Bạn có xác nhận để làm trống không',
|
||||
unsavedChanges: 'Chưa lưu lại thay đổi',
|
||||
discardUnsavedChanges: 'Bạn có một số thay đổi chưa được lưu. Đóng tab này, những thay đổi này sẽ bị huỷ bỏ.',
|
||||
thereAreNoIndexes: 'Không có index',
|
||||
@ -251,7 +251,7 @@ export const viVN = {
|
||||
duplicateTable: 'Sao chép bản',
|
||||
noOpenTabs: 'Không có tab nào đang mở, điều hướng trên thanh bên trái hoặc:',
|
||||
noSchema: 'Không có schema',
|
||||
restorePreviourSession: 'Khôi phục phiên trước',
|
||||
restorePreviousSession: 'Khôi phục phiên trước',
|
||||
runQuery: 'Chạy truy vấn',
|
||||
thereAreNoTableFields: 'Không có trường bảng',
|
||||
newTable: 'Bảng mới',
|
||||
@ -268,9 +268,9 @@ export const viVN = {
|
||||
exportSchema: 'Xuất lược đồ',
|
||||
importSchema: 'Nhập lược đồ',
|
||||
directoryPath: 'Đường dẫn thu mục',
|
||||
newInserStmtEvery: 'Câu lệnh INSERT mới mỗi',
|
||||
newInsertStmtEvery: 'Câu lệnh INSERT mới mỗi',
|
||||
processingTableExport: 'Đang tiến hành {table}',
|
||||
fechingTableExport: 'Đang lấy dữ liệu {table}',
|
||||
fetchingTableExport: 'Đang lấy dữ liệu {table}',
|
||||
writingTableExport: 'Đang ghi dữ liệu {table}',
|
||||
checkAllTables: 'Chọn tất cả các bảng',
|
||||
uncheckAllTables: 'Bỏ chọn tất cả các bảng',
|
||||
@ -284,7 +284,7 @@ export const viVN = {
|
||||
actionSuccessful: '{action} thành công',
|
||||
importQueryErrors: 'Cảnh báo: {n} lỗi đã xảy ra | Carh báo: {n} lỗi đã xảy ra',
|
||||
executedQueries: '{n} truy vấn đã chạy | {n} truy vấn đã chạy',
|
||||
ourputFormat: 'Định dạng đầu ra',
|
||||
outputFormat: 'Định dạng đầu ra',
|
||||
singleFile: 'Một tệp {ext}',
|
||||
zipCompressedFile: 'Tệp nén zip {ext}',
|
||||
disableBlur: 'Tắt làm mờ',
|
||||
|
@ -161,7 +161,7 @@ export const zhCN = {
|
||||
testConnection: '测试连接',
|
||||
editConnection: '编辑连接',
|
||||
deleteConnection: '删除连接',
|
||||
deleteCorfirm: '您是否确认取消',
|
||||
deleteConfirm: '您是否确认取消',
|
||||
connectionSuccessfullyMade: '连接成功了!',
|
||||
madeWithJS: '使用 💛 和 JavaScript 制作!',
|
||||
checkForUpdates: '检查更新',
|
||||
@ -201,7 +201,7 @@ export const zhCN = {
|
||||
createNewTable: '创建新表',
|
||||
emptyTable: '清空表',
|
||||
deleteTable: '删除表',
|
||||
emptyCorfirm: '您是否确认清空',
|
||||
emptyConfirm: '您是否确认清空',
|
||||
unsavedChanges: '未保存的更改',
|
||||
discardUnsavedChanges: '您有一些未保存的更改, 关闭此标签将放弃这些更改.',
|
||||
thereAreNoIndexes: '没有索引',
|
||||
@ -261,7 +261,7 @@ export const zhCN = {
|
||||
duplicateTable: '重复的表',
|
||||
noOpenTabs: '没有打开的标签, 请在左侧栏上导航或:',
|
||||
noSchema: '没有模式',
|
||||
restorePreviourSession: '恢复上一个会话',
|
||||
restorePreviousSession: '恢复上一个会话',
|
||||
runQuery: '运行查询',
|
||||
thereAreNoTableFields: '没有表的字段',
|
||||
newTable: '新表',
|
||||
@ -278,9 +278,9 @@ export const zhCN = {
|
||||
exportSchema: '导出模式(schema)',
|
||||
importSchema: '导入模式(schema)',
|
||||
directoryPath: '目录路径',
|
||||
newInserStmtEvery: '每条新的 INSERT 语句',
|
||||
newInsertStmtEvery: '每条新的 INSERT 语句',
|
||||
processingTableExport: '处理 {table}',
|
||||
fechingTableExport: '正在获取 {table} 数据',
|
||||
fetchingTableExport: '正在获取 {table} 数据',
|
||||
writingTableExport: '正在写入 {table} 数据',
|
||||
checkAllTables: '勾选所有表',
|
||||
uncheckAllTables: '不勾选所有表',
|
||||
@ -294,7 +294,7 @@ export const zhCN = {
|
||||
actionSuccessful: '{action} 成功',
|
||||
importQueryErrors: '警告: 发生了 {n} 个错误 | 警告: 发生了 {n} 个错误',
|
||||
executedQueries: '{n} 个查询已执行 | {n} 个查询已执行',
|
||||
ourputFormat: '输出格式',
|
||||
outputFormat: '输出格式',
|
||||
singleFile: '单个 {ext} 文件',
|
||||
zipCompressedFile: 'ZIP 压缩 {ext} 文件',
|
||||
disableBlur: '禁用模糊',
|
||||
|
Loading…
x
Reference in New Issue
Block a user