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