Skip to content

Commit 00755ba

Browse files
feat(devtools): add notifications for copy to clipboard (#646)
1 parent 864afb1 commit 00755ba

36 files changed

+162
-48
lines changed

src/main/i18n/locales/cs_CZ/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "Databáze byla úspěšně migrována."
14+
"copied": "Zkopírováno do schránky",
15+
"migrate": "Databáze byla úspěšně migrována.",
16+
"backup": {
17+
"created": "Záloha byla úspěšně vytvořena.",
18+
"restored": "Záloha byla úspěšně obnovena.",
19+
"deleted": "Záloha byla úspěšně smazána."
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "Tuto akci nelze vrátit zpět.",

src/main/i18n/locales/de_DE/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "Datenbank erfolgreich migriert."
14+
"copied": "In die Zwischenablage kopiert",
15+
"migrate": "Datenbank erfolgreich migriert.",
16+
"backup": {
17+
"created": "Sicherung erfolgreich erstellt.",
18+
"restored": "Sicherung erfolgreich wiederhergestellt.",
19+
"deleted": "Sicherung erfolgreich gelöscht."
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "Diese Aktion kann nicht rückgängig gemacht werden.",

src/main/i18n/locales/el_GR/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "Η DB μετέφερε επιτυχώς τα δεδομένα."
14+
"copied": "Αντιγράφηκε στο πρόχειρο",
15+
"migrate": "Η DB μετέφερε επιτυχώς τα δεδομένα.",
16+
"backup": {
17+
"created": "Το αντίγραφο ασφαλείας δημιουργήθηκε επιτυχώς.",
18+
"restored": "Το αντίγραφο ασφαλείας αποκαταστάθηκε επιτυχώς.",
19+
"deleted": "Το αντίγραφο ασφαλείας διαγράφηκε επιτυχώς."
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "Δεν μπορείτε να αναιρέσετε αυτήν την ενέργεια.",

src/main/i18n/locales/en_US/messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}
1616
},
1717
"success": {
18+
"copied": "Copied to clipboard",
1819
"migrate": "DB successfully migrated.",
1920
"backup": {
2021
"created": "Backup successfully created.",

src/main/i18n/locales/es_ES/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "Base de datos migrada exitosamente."
14+
"copied": "Copiado al portapapeles",
15+
"migrate": "Base de datos migrada exitosamente.",
16+
"backup": {
17+
"created": "Copia de seguridad creada exitosamente.",
18+
"restored": "Copia de seguridad restaurada exitosamente.",
19+
"deleted": "Copia de seguridad eliminada exitosamente."
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "No podrás deshacer esta acción.",

src/main/i18n/locales/fa_IR/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "پایگاه داده با موفقیت مهاجرت کرد."
14+
"copied": "در کلیپ‌بورد کپی شد",
15+
"migrate": "پایگاه داده با موفقیت مهاجرت کرد.",
16+
"backup": {
17+
"created": "پشتیبان با موفقیت ایجاد شد.",
18+
"restored": "پشتیبان با موفقیت بازیابی شد.",
19+
"deleted": "پشتیبان با موفقیت حذف شد."
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "شما نمی‌توانید این عمل را برگردانید.",

src/main/i18n/locales/fr_FR/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "Base de données migrée avec succès."
14+
"copied": "Copié dans le presse-papiers",
15+
"migrate": "Base de données migrée avec succès.",
16+
"backup": {
17+
"created": "Sauvegarde créée avec succès.",
18+
"restored": "Sauvegarde restaurée avec succès.",
19+
"deleted": "Sauvegarde supprimée avec succès."
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "Vous ne pouvez pas annuler cette action.",

src/main/i18n/locales/ja_JP/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "データベースの移行が完了しました。"
14+
"copied": "クリップボードにコピーしました",
15+
"migrate": "データベースの移行が完了しました。",
16+
"backup": {
17+
"created": "バックアップが正常に作成されました。",
18+
"restored": "バックアップが正常に復元されました。",
19+
"deleted": "バックアップが正常に削除されました。"
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "この操作は取り消せません。",

src/main/i18n/locales/pl_PL/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "Pomyślnie przeprowadzono migrację bazy danych."
14+
"copied": "Skopiowano do schowka",
15+
"migrate": "Pomyślnie przeprowadzono migrację bazy danych.",
16+
"backup": {
17+
"created": "Kopia zapasowa została pomyślnie utworzona.",
18+
"restored": "Kopia zapasowa została pomyślnie przywrócona.",
19+
"deleted": "Kopia zapasowa została pomyślnie usunięta."
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "Tej operacji nie można cofnąć.",

src/main/i18n/locales/pt_BR/messages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
]
1212
},
1313
"success": {
14-
"migrate": "DB migrado com sucesso."
14+
"copied": "Copiado para a área de transferência",
15+
"migrate": "DB migrado com sucesso.",
16+
"backup": {
17+
"created": "Backup criado com sucesso.",
18+
"restored": "Backup restaurado com sucesso.",
19+
"deleted": "Backup excluído com sucesso."
20+
}
1521
},
1622
"warning": {
1723
"noUndo": "Você não pode desfazer esta ação.",

0 commit comments

Comments
 (0)